Package org.apache.calcite.linq4j.tree
Class FunctionExpression<F extends Function<?>>
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Expression
org.apache.calcite.linq4j.tree.LambdaExpression
org.apache.calcite.linq4j.tree.FunctionExpression<F>
- Type Parameters:
F- Function type
- All Implemented Interfaces:
Node
Represents a strongly typed lambda expression as a data structure in the form
of an expression tree. This class cannot be inherited.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFunction that can be invoked with a variable number of arguments. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable BlockStatementfinal @Nullable Ffinal List<ParameterExpression>Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type -
Constructor Summary
ConstructorsConstructorDescriptionFunctionExpression(F function) FunctionExpression(Class<F> type, BlockStatement body, List<ParameterExpression> parameters) -
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.Expression
canReduceMethods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, evaluate, getNodeType, getType, toString
-
Field Details
-
function
-
body
-
parameterList
-
-
Constructor Details
-
FunctionExpression
-
FunctionExpression
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceNode- Overrides:
acceptin classLambdaExpression
-
accept
- Specified by:
acceptin interfaceNode- Overrides:
acceptin classLambdaExpression
-
compile
-
getFunction
-
equals
- Overrides:
equalsin classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractNode
-