Uses of Class
org.apache.drill.exec.record.AbstractSingleRecordBatch
Package
Description
-
Uses of AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.filter
Modifier and TypeClassDescriptionclass
class
A RuntimeFilterRecordBatch steps over the ScanBatch. -
Uses of AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.flatten
-
Uses of AbstractSingleRecordBatch 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 AbstractSingleRecordBatch 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 AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.project
-
Uses of AbstractSingleRecordBatch 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 AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.statistics
Modifier and TypeClassDescriptionclass
Example input and output: Schema of incoming batch: -
Uses of AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.svremover
-
Uses of AbstractSingleRecordBatch 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 AbstractSingleRecordBatch in org.apache.drill.exec.physical.impl.unpivot