Uses of Interface
org.apache.drill.exec.physical.base.LateralContract
Packages that use LateralContract
-
Uses of LateralContract in org.apache.drill.exec.physical.impl.join
Classes in org.apache.drill.exec.physical.impl.join that implement LateralContractModifier and TypeClassDescriptionclass
RecordBatch implementation for the lateral join operator. -
Uses of LateralContract in org.apache.drill.exec.record
Fields in org.apache.drill.exec.record declared as LateralContractModifier and TypeFieldDescriptionprotected LateralContract
AbstractTableFunctionRecordBatch.lateral
Methods in org.apache.drill.exec.record with parameters of type LateralContractModifier and TypeMethodDescriptionvoid
AbstractTableFunctionRecordBatch.setIncoming
(LateralContract incoming) void
TableFunctionContract.setIncoming
(LateralContract incoming) sets the incoming Lateral Contract for the operator.