Uses of Interface
org.apache.drill.common.graph.GraphValue
Package
Description
Connected-graph representation shared by logical and physical query graphs.
Logical operators in a query graph.
Drill storage plugin.
Kafka storage plugin.
Defines a mock data source which generates dummy test data for use
in testing.
MongoDB storage plugin.
-
Uses of GraphValue in org.apache.drill.common.graph
Modifier and TypeClassDescriptionclass
Graph<G extends GraphValue<G>,
R extends G, T extends G> static class
GraphAlgos.Tarjan<V extends GraphValue<V>>
static class
GraphAlgos.TopoSorter<V extends GraphValue<V>>
Modifier and TypeMethodDescriptionstatic <V extends GraphValue<V>>
List<List<org.apache.drill.common.graph.AdjacencyList<V>.org.apache.drill.common.graph.AdjacencyList.Node>>GraphAlgos.checkDirected
(Graph<V, ?, ?> graph) static <G extends GraphValue<G>,
R extends G, T extends G>
Graph<G,R, T> static <V extends GraphValue<V>>
List<V>static <V extends GraphValue<V>>
List<V>GraphAlgos.TopoSorter.sortLogical
(Graph<V, ?, ?> graph) -
Uses of GraphValue in org.apache.drill.common.logical.data
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
Implementation ofLogicalOperator
forMetadataAggRel
rel node.class
Implementation ofLogicalOperator
forMetadataControllerRel
rel node.class
Implementation ofLogicalOperator
forMetadataHandlerRel
rel node.class
class
class
class
class
SimpleOperator is an operator that has one inputs at most.class
An operator that cannot be subscribed to.class
An operator that produces data without any parents.class
class
class
class
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.physical.base
Modifier and TypeInterfaceDescriptioninterface
A DbGroupScan operator represents the scan associated with a database.interface
interface
interface
FileGroupScan operator represents all data which will be scanned from FileSystem by a given physical plan.interface
A Physical Operator that can be the leaf node of one particular execution fragment.interface
Describes the root operation within a particular Fragment.interface
A GroupScan operator represents all data which will be scanned by a given physical plan.interface
Describes a physical operator that has affinity to particular nodes.interface
An IndexGroupScan operator represents the scan associated with an Index.interface
Operator which specifically is a lowest level leaf node of a query plan across all possible fragments.interface
interface
A receiver is one half of an exchange operator.interface
Marker interface describe the root of a query plan.interface
interface
A sender is one half of an exchange node operations.interface
An interface which supports storing a record stream.interface
A SubScan operator represents the data scanned by a particular major/minor fragment.interface
Writer physical operatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Represents table group scan with metadata usage.class
class
Describes an operator that expects more than one children operators as its input.class
class
class
Describes an operator that expects a single child operator as its input.class
class
class
class
The type of scan operator, which allows to scan schemaless tables (DynamicDrillTable
with null selection) -
Uses of GraphValue in org.apache.drill.exec.physical.config
Modifier and TypeClassDescriptionclass
DeMuxExchange is opposite of MuxExchange.class
Multiplexing Exchange (MuxExchange) is used when results from multiple minor fragments belonging to the same major fragment running on a node need to be collected at one fragment on the same node before distributing the results further.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
OrderedMuxExchange is a version of MuxExchange where the incoming batches are sorted merge operation is performed to produced a sorted stream as output.class
class
class
class
class
class
class
class
class
class
class
class
class
class
Sender that pushes all data to a single destination node.class
class
class
class
class
class
class
class
class
class
class
UnorderedDeMuxExchange is a version of DeMuxExchange where the incoming batches are not sorted.class
UnorderedMuxExchange is a version of MuxExchange where the incoming batches are not sorted.class
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.delta
-
Uses of GraphValue in org.apache.drill.exec.store.dfs.easy
-
Uses of GraphValue in org.apache.drill.exec.store.direct
Modifier and TypeClassDescriptionclass
class
class
Represents direct scan based on metadata information. -
Uses of GraphValue in org.apache.drill.exec.store.drill.plugin
-
Uses of GraphValue in org.apache.drill.exec.store.druid
Modifier and TypeClassDescriptionclass
class
A Class containing information to read a single druid data source. -
Uses of GraphValue in org.apache.drill.exec.store.enumerable
-
Uses of GraphValue in org.apache.drill.exec.store.googlesheets
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.hbase
Modifier and TypeClassDescriptionclass
class
Information for reading a single HBase region -
Uses of GraphValue in org.apache.drill.exec.store.hive
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.http
-
Uses of GraphValue in org.apache.drill.exec.store.iceberg
-
Uses of GraphValue in org.apache.drill.exec.store.ischema
-
Uses of GraphValue in org.apache.drill.exec.store.jdbc
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.kafka
-
Uses of GraphValue in org.apache.drill.exec.store.kudu
Modifier and TypeClassDescriptionclass
class
Information for reading a single Kudu tabletclass
-
Uses of GraphValue in org.apache.drill.exec.store.mock
Modifier and TypeClassDescriptionclass
Describes a "group" scan of a (logical) mock table.class
class
Describes a physical scan operation for the mock data source. -
Uses of GraphValue in org.apache.drill.exec.store.mongo
-
Uses of GraphValue in org.apache.drill.exec.store.openTSDB
-
Uses of GraphValue in org.apache.drill.exec.store.parquet
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.phoenix
-
Uses of GraphValue in org.apache.drill.exec.store.splunk
Modifier and TypeClassDescriptionclass
class
class
class
-
Uses of GraphValue in org.apache.drill.exec.store.sys