Uses of Annotation Type
org.apache.drill.exec.compile.sig.RuntimeOverridden
Package
Description
-
Uses of RuntimeOverridden in org.apache.drill.exec.expr.fn.impl
Modifier and TypeMethodDescriptionabstract void
ValueVectorHashHelper.Hash64Template.doSetup
(RecordBatch incoming) abstract long
ValueVectorHashHelper.Hash64Template.hash64Code
(int incomingRowIdx, int seedValue, int fieldId) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.aggregate
Modifier and TypeMethodDescriptionvoid
HashAggTemplate.BatchHolder.outputRecordValues
(int htRowIdx, int outRowIdx) void
HashAggTemplate.BatchHolder.setupInterior
(RecordBatch incoming, RecordBatch outgoing, VectorContainer aggrValuesContainer) void
HashAggTemplate.BatchHolder.updateAggrValuesInternal
(int incomingRowIdx, int htRowIdx) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.common
Modifier and TypeMethodDescriptionprotected boolean
HashTableTemplate.BatchHolder.areBothKeysNull
(int incomingRowIdx, int htRowIdx) protected boolean
HashTableTemplate.BatchHolder.isKeyMatchInternalBuild
(int incomingRowIdx, int htRowIdx) protected boolean
HashTableTemplate.BatchHolder.isKeyMatchInternalProbe
(int incomingRowIdx, int htRowIdx) protected void
HashTableTemplate.BatchHolder.outputRecordKeys
(int htRowIdx, int outRowIdx) protected void
HashTableTemplate.BatchHolder.setupInterior
(VectorContainer incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing, VectorContainer htContainer) protected void
HashTableTemplate.BatchHolder.setValue
(int incomingRowIdx, int htRowIdx) -
Uses of RuntimeOverridden in org.apache.drill.exec.physical.impl.partitionsender
Modifier and TypeMethodDescriptionprotected void
PartitionerTemplate.OutgoingRecordBatch.doEval
(int inIndex, int outIndex) protected void
PartitionerTemplate.OutgoingRecordBatch.doSetup
(RecordBatch incoming, VectorAccessible outgoing)