Package org.apache.calcite.util
Class Smalls.SimpleTableMacro
java.lang.Object
org.apache.calcite.util.Smalls.SimpleTableMacro
- All Implemented Interfaces:
Function
,TableMacro
- Enclosing class:
Smalls
Implementation of
TableMacro
interface with
apply(java.util.List<?>)
method that returns Queryable
table.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionApplies arguments to yield a table.Returns the parameters of this function.
-
Constructor Details
-
SimpleTableMacro
public SimpleTableMacro()
-
-
Method Details
-
apply
Description copied from interface:TableMacro
Applies arguments to yield a table.- Specified by:
apply
in interfaceTableMacro
- Parameters:
arguments
- Arguments- Returns:
- Table
-
getParameters
Description copied from interface:Function
Returns the parameters of this function.- Specified by:
getParameters
in interfaceFunction
- Returns:
- Parameters; never null
-