Uses of Class
org.apache.drill.exec.record.AbstractUnaryRecordBatch
Package
Description
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.filter
Modifier and TypeClassDescriptionclass
class
A RuntimeFilterRecordBatch steps over the ScanBatch. -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.flatten
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.limit
Modifier and TypeClassDescriptionclass
class
Helps to perform limit in a partition within a record batch. -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.metadata
Modifier and TypeClassDescriptionclass
Responsible for handling metadata returned by incoming aggregate operators and fetching required metadata form the Metastore. -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.project
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.rangepartitioner
Modifier and TypeClassDescriptionclass
Provides the ability to divide up the input rows into a fixed number of separate ranges or 'buckets' based on the values of a set of columns (the range partitioning columns). -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.statistics
Modifier and TypeClassDescriptionclass
Example input and output: Schema of incoming batch: -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.svremover
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.trace
Modifier and TypeClassDescriptionclass
Contains value vectors which are exactly the same as the incoming record batch's value vectors. -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.unnest
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.unpivot
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.record
Modifier and TypeClassDescriptionclass
AbstractSingleRecordBatch<T extends PhysicalOperator>
Implements an AbstractUnaryRecordBatch where the incoming record batch is known at the time of creationclass
AbstractTableFunctionRecordBatch<T extends PhysicalOperator>
Implements AbstractUnaryRecodBatch for operators that do not have an incoming record batch available at creation time; the input is typically set up a few steps after creation.