Uses of Class
org.apache.pinot.sql.parsers.PinotSqlType
-
Packages that use PinotSqlType Package Description org.apache.pinot.sql.parsers -
-
Uses of PinotSqlType in org.apache.pinot.sql.parsers
Methods in org.apache.pinot.sql.parsers that return PinotSqlType Modifier and Type Method Description PinotSqlTypeSqlNodeAndOptions. getSqlType()static PinotSqlTypePinotSqlType. valueOf(String name)Returns the enum constant of this type with the specified name.static PinotSqlType[]PinotSqlType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.sql.parsers with parameters of type PinotSqlType Constructor Description SqlNodeAndOptions(org.apache.calcite.sql.SqlNode sqlNode, PinotSqlType sqlType, Map<String,String> options)
-