Uses of Annotation Type
org.apache.drill.exec.compile.sig.RuntimeOverridden
Packages that use RuntimeOverridden
Package
Description
-
Uses of RuntimeOverridden in org.apache.drill.exec.expr.fn.impl
Methods in org.apache.drill.exec.expr.fn.impl with annotations of type RuntimeOverriddenModifier and TypeMethodDescriptionabstract voidValueVectorHashHelper.Hash64Template.doSetup(RecordBatch incoming) abstract longValueVectorHashHelper.Hash64Template.hash64Code(int incomingRowIdx, int seedValue, int fieldId) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate with annotations of type RuntimeOverriddenModifier and TypeMethodDescriptionvoidHashAggTemplate.BatchHolder.outputRecordValues(int htRowIdx, int outRowIdx) voidHashAggTemplate.BatchHolder.setupInterior(RecordBatch incoming, RecordBatch outgoing, VectorContainer aggrValuesContainer) voidHashAggTemplate.BatchHolder.updateAggrValuesInternal(int incomingRowIdx, int htRowIdx) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.common
Methods in org.apache.drill.exec.physical.impl.common with annotations of type RuntimeOverriddenModifier and TypeMethodDescriptionprotected booleanHashTableTemplate.BatchHolder.areBothKeysNull(int incomingRowIdx, int htRowIdx) protected booleanHashTableTemplate.BatchHolder.isKeyMatchInternalBuild(int incomingRowIdx, int htRowIdx) protected booleanHashTableTemplate.BatchHolder.isKeyMatchInternalProbe(int incomingRowIdx, int htRowIdx) protected voidHashTableTemplate.BatchHolder.outputRecordKeys(int htRowIdx, int outRowIdx) protected voidHashTableTemplate.BatchHolder.setupInterior(VectorContainer incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing, VectorContainer htContainer) protected voidHashTableTemplate.BatchHolder.setValue(int incomingRowIdx, int htRowIdx) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender with annotations of type RuntimeOverriddenModifier and TypeMethodDescriptionprotected voidPartitionerTemplate.OutgoingRecordBatch.doEval(int inIndex, int outIndex) protected voidPartitionerTemplate.OutgoingRecordBatch.doSetup(RecordBatch incoming, VectorAccessible outgoing)