public interface TableMacro extends Function
Table.
As the name "macro" implies, this is invoked at "compile time", that is, during query preparation. Compile-time expansion of table expressions allows for some very powerful query-optimizations.
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
apply(List<Object> arguments)
Applies arguments to yield a table.
|
getParametersTranslatableTable apply(List<Object> arguments)
arguments - ArgumentsCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.