Uses of Interface
io.trino.sql.relational.RowExpressionVisitor
-
Packages that use RowExpressionVisitor Package Description io.trino.sql.relational -
-
Uses of RowExpressionVisitor in io.trino.sql.relational
Methods in io.trino.sql.relational with parameters of type RowExpressionVisitor Modifier and Type Method Description <R,C>
RCallExpression. accept(RowExpressionVisitor<R,C> visitor, C context)<R,C>
RConstantExpression. accept(RowExpressionVisitor<R,C> visitor, C context)<R,C>
RInputReferenceExpression. accept(RowExpressionVisitor<R,C> visitor, C context)<R,C>
RLambdaDefinitionExpression. accept(RowExpressionVisitor<R,C> visitor, C context)abstract <R,C>
RRowExpression. accept(RowExpressionVisitor<R,C> visitor, C context)<R,C>
RSpecialForm. accept(RowExpressionVisitor<R,C> visitor, C context)<R,C>
RVariableReferenceExpression. accept(RowExpressionVisitor<R,C> visitor, C context)
-