public class WithOptionsTableMacro extends Object implements org.apache.calcite.schema.TableMacro
| Constructor and Description |
|---|
WithOptionsTableMacro(TableSignature sig,
Function<List<Object>,DrillTable> function) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.schema.TranslatableTable |
apply(List<Object> arguments) |
List<org.apache.calcite.schema.FunctionParameter> |
getParameters() |
public WithOptionsTableMacro(TableSignature sig, Function<List<Object>,DrillTable> function)
public org.apache.calcite.schema.TranslatableTable apply(List<Object> arguments)
apply in interface org.apache.calcite.schema.TableMacropublic List<org.apache.calcite.schema.FunctionParameter> getParameters()
getParameters in interface org.apache.calcite.schema.FunctionCopyright © 2021 The Apache Software Foundation. All rights reserved.