@Evolving public interface Transform extends Expression
For example, the transform date(ts) is used to derive a date value from a timestamp column. The transform name is "date" and its argument is a reference to the "ts" column.
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
Modifier and Type | Method and Description |
---|---|
Expression[] |
arguments()
Returns the arguments passed to the transform function.
|
default Expression[] |
children()
Returns an array of the children of this node.
|
String |
name()
Returns the transform function name.
|
describe, references
String name()
Expression[] arguments()
default Expression[] children()
Expression
children
in interface Expression