Package org.apache.druid.sql.calcite.parser
package org.apache.druid.sql.calcite.parser
-
ClassDescriptionCommon base class to the two Druid "ingest" statements: INSERT and REPLACE.Extends the 'insert' call to hold custom parameters specific to Druid i.e.Contains the utility function
DruidSqlParser.parse(String, boolean), for parsing Druid SQL statements.SQL parser, generated from Parser.jj by JavaCC.Extends the 'replace' call to hold custom parameters specific to Druid i.e.Extends theSqlIdentifierto hold parameters for an external destination.This exception is thrown when parse errors are encountered.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Extends theSqlLiteralto hold parameters for the PARTITIONED BY clause.Represents a parsed "main" (not SET) SQL statement, plus context derived from SET statements.Describes the input token stream.