Package io.trino.sql.tree
package io.trino.sql.tree
-
ClassDescriptionAstVisitor<R,
C> "$INTERNAL$BIND"(value, targetFunction)When walking Expressions, don't traverse into SubqueryExpressionsIF(v1,v2[,v3]): CASE WHEN v1 THEN v2 [ELSE v3] ENDA temporary IR representation of a label-prefixed column reference in the context of row pattern recognition.NULLIF(V1,V2): CASE WHEN V1=V2 THEN NULL ELSE V1 ENDStackableAstVisitor<R,C> Represents a call over a window: