Uses of Class
org.apache.druid.sql.calcite.parser.SqlGranularityLiteral
Packages that use SqlGranularityLiteral
-
Uses of SqlGranularityLiteral in org.apache.druid.sql.calcite.parser
Fields in org.apache.druid.sql.calcite.parser declared as SqlGranularityLiteralModifier and TypeFieldDescriptionprotected final SqlGranularityLiteralDruidSqlIngest.partitionedByMethods in org.apache.druid.sql.calcite.parser that return SqlGranularityLiteralModifier and TypeMethodDescriptionSqlGranularityLiteral.clone(org.apache.calcite.sql.parser.SqlParserPos pos) DruidSqlIngest.getPartitionedBy()final SqlGranularityLiteralDruidSqlParserImpl.PartitionGranularity()Methods in org.apache.druid.sql.calcite.parser with parameters of type SqlGranularityLiteralModifier and TypeMethodDescriptionstatic DruidSqlInsertDruidSqlInsert.create(org.apache.calcite.sql.SqlInsert insertNode, SqlGranularityLiteral partitionedBy, org.apache.calcite.sql.SqlNodeList clusteredBy, org.apache.calcite.sql.SqlIdentifier exportFileFormat) static DruidSqlReplaceDruidSqlReplace.create(org.apache.calcite.sql.SqlInsert insertNode, SqlGranularityLiteral partitionedBy, org.apache.calcite.sql.SqlNodeList clusteredBy, org.apache.calcite.sql.SqlIdentifier exportFileFormat, org.apache.calcite.sql.SqlNode replaceTimeQuery) Constructors in org.apache.druid.sql.calcite.parser with parameters of type SqlGranularityLiteralModifierConstructorDescriptionDruidSqlIngest(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNodeList keywords, org.apache.calcite.sql.SqlNode targetTable, org.apache.calcite.sql.SqlNode source, org.apache.calcite.sql.SqlNodeList columnList, SqlGranularityLiteral partitionedBy, org.apache.calcite.sql.SqlNodeList clusteredBy, org.apache.calcite.sql.SqlIdentifier exportFileFormat) DruidSqlInsert(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNodeList keywords, org.apache.calcite.sql.SqlNode targetTable, org.apache.calcite.sql.SqlNode source, org.apache.calcite.sql.SqlNodeList columnList, SqlGranularityLiteral partitionedBy, org.apache.calcite.sql.SqlNodeList clusteredBy, org.apache.calcite.sql.SqlIdentifier exportFileFormat) While partitionedBy can be null as arguments to the constructor, this is disallowed (semantically) andIngestHandler.validate()performs checks to ensure that.DruidSqlReplace(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlNodeList keywords, org.apache.calcite.sql.SqlNode targetTable, org.apache.calcite.sql.SqlNode source, org.apache.calcite.sql.SqlNodeList columnList, SqlGranularityLiteral partitionedBy, org.apache.calcite.sql.SqlNodeList clusteredBy, org.apache.calcite.sql.SqlIdentifier exportFileFormat, org.apache.calcite.sql.SqlNode replaceTimeQuery) While partitionedBy can be null as arguments to the constructor, this is disallowed (semantically) andIngestHandler.validate()performs checks to ensure that.