Uses of Package
io.trino.sql.tree
Packages that use io.trino.sql.tree
Package
Description
-
Classes in io.trino.sql.tree used by io.trino.sqlClassDescription"$INTERNAL$BIND"(value, targetFunction)IF(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 ENDRepresents a call over a window:
-
Classes in io.trino.sql.tree used by io.trino.sql.parser
-
Classes in io.trino.sql.tree used by io.trino.sql.testing
-
Classes in io.trino.sql.tree used by io.trino.sql.treeClassDescription"$INTERNAL$BIND"(value, targetFunction)IF(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 ENDRepresents a call over a window:
-
Classes in io.trino.sql.tree used by io.trino.sql.util