Uses of Class
io.trino.sql.relational.InputReferenceExpression
-
Packages that use InputReferenceExpression Package Description io.trino.sql.relational -
-
Uses of InputReferenceExpression in io.trino.sql.relational
Methods in io.trino.sql.relational that return InputReferenceExpression Modifier and Type Method Description static InputReferenceExpressionExpressions. field(int field, Type type)Methods in io.trino.sql.relational with parameters of type InputReferenceExpression Modifier and Type Method Description RRowExpressionVisitor. visitInputReference(InputReferenceExpression reference, C context)
-