Uses of Interface
org.apache.calcite.linq4j.tree.Expressions.PropertyInfo
-
Packages that use Expressions.PropertyInfo Package Description org.apache.calcite.linq4j.tree Object model for Java expressions. -
-
Uses of Expressions.PropertyInfo in org.apache.calcite.linq4j.tree
Methods in org.apache.calcite.linq4j.tree with parameters of type Expressions.PropertyInfo Modifier and Type Method Description static MemberExpressionExpressions. property(Expression expression, Expressions.PropertyInfo property)Creates a MemberExpression that represents accessing a property.static IndexExpressionExpressions. property(Expression expression, Expressions.PropertyInfo property, Iterable<? extends Expression> arguments)Creates an IndexExpression representing the access to an indexed property.static IndexExpressionExpressions. property(Expression expression, Expressions.PropertyInfo property, Expression... arguments)Creates an IndexExpression representing the access to an indexed property, using varargs.
-