Uses of Interface
org.apache.drill.exec.record.TableFunctionContract
Packages that use TableFunctionContract
-
Uses of TableFunctionContract in org.apache.drill.exec.physical.impl.unnest
Classes in org.apache.drill.exec.physical.impl.unnest that implement TableFunctionContract -
Uses of TableFunctionContract in org.apache.drill.exec.record
Classes in org.apache.drill.exec.record that implement TableFunctionContractModifier and TypeClassDescriptionclass
AbstractTableFunctionRecordBatch<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.