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 TypeClassDescriptionclassclassA 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 TypeClassDescriptionclassclassHelps 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 TypeClassDescriptionclassResponsible 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 TypeClassDescriptionclassProvides 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 TypeClassDescriptionclassExample 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 TypeClassDescriptionclassContains 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 TypeClassDescriptionclassAbstractSingleRecordBatch<T extends PhysicalOperator>Implements an AbstractUnaryRecordBatch where the incoming record batch is known at the time of creationclassAbstractTableFunctionRecordBatch<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.