Uses of Class
org.apache.drill.exec.record.AbstractUnaryRecordBatch
Packages that use AbstractUnaryRecordBatch
Package
Description
-
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.filter
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.filterModifier and TypeClassDescriptionclass
class
A RuntimeFilterRecordBatch steps over the ScanBatch. -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.flatten
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.flatten -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.limit
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.limitModifier 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
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.metadataModifier 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
Subclasses 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
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.statisticsModifier and TypeClassDescriptionclass
Example input and output: Schema of incoming batch: -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.svremover
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.svremover -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.trace
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.traceModifier 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
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.unnest -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.unpivot
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.physical.impl.unpivot -
Uses of AbstractUnaryRecordBatch in org.apache.drill.exec.record
Subclasses of AbstractUnaryRecordBatch in org.apache.drill.exec.recordModifier 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.