Class WithOptionsTableMacro
java.lang.Object
org.apache.drill.exec.store.table.function.WithOptionsTableMacro
- All Implemented Interfaces:
org.apache.calcite.schema.Function
,org.apache.calcite.schema.TableMacro
Implementation of a table macro that generates a table based on parameters.
-
Constructor Summary
ConstructorDescriptionWithOptionsTableMacro
(TableSignature sig, Function<List<Object>, DrillTable> function) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.calcite.schema.TranslatableTable
List<org.apache.calcite.schema.FunctionParameter>
-
Constructor Details
-
WithOptionsTableMacro
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceorg.apache.calcite.schema.TableMacro
-
getParameters
- Specified by:
getParameters
in interfaceorg.apache.calcite.schema.Function
-