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
This class provides an empty implementation of
SqlBaseListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.This class provides an empty implementation of
SqlBaseVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.This interface defines a complete listener for a parse tree produced by
SqlBaseParser.This interface defines a complete generic visitor for a parse tree produced
by
SqlBaseParser.This class provides an empty implementation of
TypeCalculationListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.This class provides an empty implementation of
TypeCalculationVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.This interface defines a complete listener for a parse tree produced by
TypeCalculationParser.This interface defines a complete generic visitor for a parse tree produced
by
TypeCalculationParser.Represents a call over a window: