All Classes and Interfaces
Class
Description
"$INTERNAL$BIND"(value, targetFunction)
When walking Expressions, don't traverse into SubqueryExpressions
IF(v1,v2[,v3]): CASE WHEN v1 THEN v2 [ELSE v3] END
A 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 END
Represents a call over a window: