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 TypeClassDescriptionclassRecordBatch 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 LateralContractAbstractTableFunctionRecordBatch.lateralMethods in org.apache.drill.exec.record with parameters of type LateralContractModifier and TypeMethodDescriptionvoidAbstractTableFunctionRecordBatch.setIncoming(LateralContract incoming) voidTableFunctionContract.setIncoming(LateralContract incoming) sets the incoming Lateral Contract for the operator.