Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ABS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ABSENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ABSOLUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ACTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ADA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ADD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- add_escapes(String) - Method in exception org.apache.flink.sql.parser.impl.ParseException
-
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
- AddArg(List<SqlNode>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddArg0(List<SqlNode>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddColumnType(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddCompoundColumnIdentifier(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddCompoundIdentifierType(List<SqlNode>, List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a compound identifier with optional type.
- AddCompoundIdentifierTypes(List<SqlNode>, List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a comma-separated list of compound identifiers.
- addEscapes(String) - Static method in error org.apache.flink.sql.parser.impl.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- AddExpression(List<SqlNode>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
As
FlinkSqlParserImpl.Expression(org.apache.calcite.sql.parser.SqlAbstractParserImpl.ExprContext)but appends to a list. - AddExpression2b(List<Object>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddExpressions(List<SqlNode>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a list of expressions separated by commas, appending expressions to a given list.
- AddFieldNameType(List<SqlIdentifier>, List<SqlDataTypeSpec>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddFieldNameTypes(List<SqlIdentifier>, List<SqlDataTypeSpec>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "name1 type1 [NULL | NOT NULL], name2 type2 [NULL | NOT NULL] ..." list, the field type default is not nullable.
- AddGroupingElement(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddHint(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddIdentifierSegment(List<String>, List<SqlParserPos>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses one segment of an identifier that may be composite.
- AddKeyValueOption(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an option with format key=val whose key is a simple identifier or string literal and value is a string literal.
- AddMeasureColumn(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddOptionValue(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an option value (either a string or a numeric) and adds to a list.
- AddOrderItem(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses one item in an ORDER BY clause, and adds it to a list.
- AddOrModifyColumn(SqlAlterTable.AlterTableContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
ADD/MODIFY column_name column_data_type [...]. - AddPivotAgg(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddPivotValue(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddRowConstructor(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a row constructor and adds it to a list.
- AddSelectItem(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses one item in a select list.
- AddSetOpQuery(List<Object>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a set operator (e.g.
- AddSetOpQueryOrExpr(List<Object>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a set operator (e.g.
- AddSimpleIdentifiers(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a comma-separated list of simple identifiers.
- AddSubsetDefinition(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddTableIdentifierSegment(List<String>, List<SqlParserPos>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
As
FlinkSqlParserImpl.AddIdentifierSegment(java.util.List<java.lang.String>, java.util.List<org.apache.calcite.sql.parser.SqlParserPos>)but part of a table name (for example, followingFROM,INSERTorUPDATE). - AddUnpivotValue(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddWindowSpec(List<SqlNode>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AddWithItem(List<SqlWithItem>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- adjustBeginLineColumn(int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- ADMIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AFTER - Enum constant in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
- AFTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ALL - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- ALL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ALLOCATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AllOrDistinct() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ALLOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- allowAliasUnnestItems() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowCharLiteralAlias() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowCoercionStringToArray() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowExplicitRowValueConstructor() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowExtend() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowExtendedTrim() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowGeometry() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowHyphenInUnquotedTableName() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowNiladicParentheses() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowPluralTimeUnits() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- allowQualifyingCommonColumn() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- ALTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AlterTableAddOrModify(SqlAlterTable.AlterTableContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
ALTER TABLE table_name ADD/MODIFY [...]. - AlterTableAddPartition(SqlAddPartitions.AlterTableAddPartitionContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
ALTER TABLE table_name ADD [IF NOT EXISTS] PARTITION partition_spec [PARTITION partition_spec][...]. - AlterTableAddPartitionContext() - Constructor for class org.apache.flink.sql.parser.ddl.SqlAddPartitions.AlterTableAddPartitionContext
- AlterTableContext() - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTable.AlterTableContext
- AlterTableDropPartitions(SqlDropPartitions.AlterTableDropPartitionsContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
ALTER TABLE table_name DROP [IF EXISTS] PARTITION partition_spec[, PARTITION partition_spec, ...]. - AlterTableDropPartitionsContext() - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropPartitions.AlterTableDropPartitionsContext
- ALWAYS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ANALYZE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ANY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- APPLY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- APPROX_NUMERIC_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ARCHIVE - Enum constant in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
- ARE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ARRAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ARRAY_AGG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ARRAY_CONCAT_AGG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ARRAY_MAX_CARDINALITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ArrayConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an ARRAY constructor
- ArrayLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- AS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ASC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ASENSITIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ASSERTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ASSIGNMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ASYMMETRIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ATOMIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AtomicRowExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an atomic row expression.
- ATTRIBUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ATTRIBUTES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AUTHORIZATION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- AVG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
B
- BACK_QUOTED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- backup(int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- BEFORE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BEGIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BEGIN_FRAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BEGIN_PARTITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- beginColumn - Variable in class org.apache.flink.sql.parser.impl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class org.apache.flink.sql.parser.impl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- BeginToken() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- BEL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BERNOULLI - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BETWEEN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BIG_QUERY_BACK_QUOTED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BIG_QUERY_DOUBLE_QUOTED_STRING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BIG_QUERY_QUOTED_STRING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BIGINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BINARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BINARY_STRING_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BinaryMultisetOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a binary multiset operator.
- BinaryQueryOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a binary query operator like UNION.
- BinaryRowOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a binary row operator like AND.
- BIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BOOLEAN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BOTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BQHID - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BQID - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BRACKET_QUOTED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BREADTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BTID - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- bucketCountMustBePositiveInteger() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- BUCKETS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- bufcolumn - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- buffer - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- bufline - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- bufpos - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- BuiltinFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to a builtin function with special syntax.
- BY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- BYTES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
C
- C - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- C_STYLE_ESCAPED_STRING_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CALL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CALLED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CARDINALITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CARET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CASCADE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CASCADED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CASE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CaseExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- CAST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CATALOG_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- catalogName - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- catalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- catalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- catalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- catalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- catalogName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- CATALOGS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CEIL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CEILING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CENTURY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHAIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHANGELOG_MODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHAR_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTER_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTER_SET_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTER_SET_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTER_SET_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTERISTICS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHARACTERS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CharacterTypeName(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse character types: char, varchar.
- CHARSETNAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CHECK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CLASS_ORIGIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CLASSIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CLOSE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COALESCE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COBOL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CollateClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a COLLATE clause
- COLLATION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLATION_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLATION_ID - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLATION_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLATION_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLLECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CollectionsTypeName(SqlTypeNameSpec) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a collection type name, the input element type name may also be a collection type.
- COLON - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- column - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- COLUMN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COLUMN_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ColumnConstraint(SqlIdentifier) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a column constraint for CREATE TABLE.
- columnList - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- columnList - Variable in class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- columnPositions - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTable.AlterTableContext
- COLUMNS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- columnsIdentifiersUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- COMMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COMMAND_FUNCTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COMMAND_FUNCTION_CODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- comment - Variable in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COMMENT_END - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COMMIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COMMITTED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- comp() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a comparison operator inside a SOME / ALL predicate.
- COMPILE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CompoundIdentifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a compound identifier.
- CompoundTableIdentifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a compound identifier in the FROM clause.
- COMPUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ComputedColumn(SqlCreateTable.TableCreationContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
column_name AS expr [COMMENT 'comment']. - CONCAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONDITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONDITION_NUMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONDITIONAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONNECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONNECTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONNECTION_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONSTRAINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONSTRAINT_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONSTRAINT_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONSTRAINT_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ConstraintEnforcement() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ConstraintName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- constraints - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- constraints - Variable in class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- CONSTRAINTS - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- CONSTRAINTS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONSTRUCTOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONTAINS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ContextVariable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- CONTINUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONTINUOUS - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
- CONTINUOUS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CONVERT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CORR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CORRESPONDING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COUNT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COVAR_POP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- COVAR_SAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CREATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CREATE_OR_REPLACE_OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- createCall(SqlLiteral, SqlParserPos, SqlNode...) - Method in class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- createCall(SqlLiteral, SqlParserPos, SqlNode...) - Method in class org.apache.calcite.sql.SqlJoin.SqlJoinOperator
- createFunctionUsingJar(String) - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- createRawType(String, String) - Method in interface org.apache.flink.table.calcite.ExtendedRelTypeFactory
-
Creates a RAW type such as
RAW('org.my.Class', 'sW3Djsds...'). - CreateSetSemanticsTableIfNeeded(Span, SqlNode, SqlNodeList, SqlNodeList) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- createSystemFunctionOnlySupportTemporary() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- createTemporaryMaterializedTableUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- CROSS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CUBE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CUME_DIST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- curChar - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- CURRENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_DATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_DEFAULT_TRANSFORM_GROUP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_PATH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_ROLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_ROW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_TIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_TIMESTAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_TRANSFORM_GROUP_FOR_TYPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURRENT_USER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- currentToken - Variable in exception org.apache.flink.sql.parser.impl.ParseException
-
This is the last token that has been consumed successfully.
- CURSOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CURSOR_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- CursorExpression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a CURSOR(query) expression.
- CustomizedCollectionsTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- CYCLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
D
- DATA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATABASE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATABASES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DataType() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- DATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATE_DIFF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATE_TRUNC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DateDiffFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to BigQuery's DATE_DIFF.
- DATETIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATETIME_DIFF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATETIME_INTERVAL_CODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DATETIME_INTERVAL_PRECISION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DateTimeConstructorCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a Date/Time constructor function, for example "DATE(1969, 7, 21)" or "DATETIME(d, t)".
- DatetimeDiffFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses BigQuery's built-in DATETIME_DIFF() function.
- DateTimeLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a date/time literal.
- DateTimeTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse datetime types: date, time, timestamp.
- DateTruncFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to DATE_TRUNC.
- Day() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- DAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DAYS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEALLOCATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- debugStream - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- DEC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DECADE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DECIMAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DECIMAL_NUMERIC_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DECLARE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Default() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- DEFAULT - Enum constant in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
-
Calcite's default SQL behavior.
- DEFAULT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFAULT_ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFAULTS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFERRABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFERRED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFINE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFINED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEFINER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEGREE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DELETE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DENSE_RANK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEPTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DEREF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DERIVED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- deriveType(SqlValidator) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- deriveType(SqlValidator) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- deriveType(SqlValidator) - Method in class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
- deriveType(SqlValidator) - Method in class org.apache.flink.sql.parser.type.SqlRawTypeNameSpec
- DESC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DESCRIBE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DESCRIPTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DESCRIPTOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DETERMINISTIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DIAGNOSTICS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DIGIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- disable_tracing() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- DISALLOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DISCONNECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DISPATCH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DISTINCT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DISTRIBUTED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- distribution - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- distribution - Variable in class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- DISTRIBUTION - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- DISTRIBUTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOLLAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOMAIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Done() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- DOT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOT_FORMAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOUBLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOUBLE_PERIOD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOUBLE_QUOTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DOY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DQID - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DRAIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DROP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- dropTemporaryMaterializedTableUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- DYNAMIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DYNAMIC_FUNCTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DYNAMIC_FUNCTION_CODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- DynamicParam() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a dynamic parameter marker.
E
- EACH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ELEMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- elementNullable() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- ELSE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EMPTY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- enable_tracing() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ENCODING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- END - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- END_EXEC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- END_FRAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- END_PARTITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- endColumn - Variable in class org.apache.flink.sql.parser.impl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class org.apache.flink.sql.parser.impl.Token
-
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- ENFORCED - Enum constant in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
- ENFORCED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EOF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- eol - Variable in exception org.apache.flink.sql.parser.impl.ParseException
-
The end of line string for this machine.
- EPOCH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EQ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- equals(Object) - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- EQUALS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- equalsDeep(SqlTypeNameSpec, Litmus) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- equalsDeep(SqlTypeNameSpec, Litmus) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- equalsDeep(SqlTypeNameSpec, Litmus) - Method in class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
- equalsDeep(SqlTypeNameSpec, Litmus) - Method in class org.apache.flink.sql.parser.type.SqlRawTypeNameSpec
- equalsDeep(SqlTypeNameSpec, Litmus) - Method in class org.apache.flink.sql.parser.type.SqlTimestampLtzTypeNameSpec
- ERROR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ESCAPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ESTIMATED_COST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EVERY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXCEPT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXCEPTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXCLUDE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXCLUDING - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
- EXCLUDING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXEC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXECUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXISTS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ExpandBuff(boolean) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- expectedTokenSequences - Variable in exception org.apache.flink.sql.parser.impl.ParseException
-
Each entry in this array is an array of integers.
- EXPLAIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- explainCreateOrReplaceStatementUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- ExplainDepth() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses WITH TYPE | WITH IMPLEMENTATION | WITHOUT IMPLEMENTATION modifier for EXPLAIN PLAN.
- explainDetailIsDuplicate() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- ExplainDetailLevel() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses INCLUDING ALL ATTRIBUTES modifier for EXPLAIN PLAN.
- ExplicitTable(SqlParserPos) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an explicit TABLE t reference.
- EXPONENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Expression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a row expression or a parenthesized expression of any kind.
- Expression2(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a binary row expression, or a parenthesized expression of any kind.
- Expression3(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a unary row expression, or a parenthesized expression of any kind.
- ExpressionCommaList(Span, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a list of expressions separated by commas.
- ExprOrJoinOrOrderedQuery(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Syntactical Descriptions *
- EXTEND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXTENDED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ExtendedCollectionsTypeName(SqlTypeNameSpec, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a collection type name, the input element type name may also be a collection type.
- ExtendedDataType() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Different with
FlinkSqlParserImpl.DataType(), we support a [ NULL | NOT NULL ] suffix syntax for both the collection element data type and the data type itself. - ExtendedFieldNameTypeCommaList(List<SqlIdentifier>, List<SqlDataTypeSpec>, List<SqlCharStringLiteral>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "name1 type1 [ NULL | NOT NULL] [ comment ] [, name2 type2 [ NULL | NOT NULL] [ comment ] ]* ..." list.
- ExtendedPartitionSpecCommaList(SqlNodeList) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a partition specifications statement, e.g.
- ExtendedRelTypeFactory - Interface in org.apache.flink.table.calcite
-
A factory for creating
RelDataTypeinstances including Flink-specific extensions. - ExtendedSqlBasicTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
A sql type name extended basic data type, it has a counterpart basic sql type name but always represents as a special alias compared with the standard name.
- ExtendedSqlCollectionTypeNameSpec - Class in org.apache.flink.sql.parser.type
-
A extended sql type name specification of collection type, different with
SqlCollectionTypeNameSpec, we support NULL or NOT NULL suffix for the element type name(this syntax does not belong to standard SQL). - ExtendedSqlCollectionTypeNameSpec(SqlTypeNameSpec, boolean, SqlTypeName, boolean, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
-
Creates a
ExtendedSqlCollectionTypeNameSpec. - ExtendedSqlNode - Interface in org.apache.flink.sql.parser
-
An remark interface which should be inherited by extended sql nodes which are not supported by Calcite core parser.
- ExtendedSqlRowTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse Row type, we support both Row(name1 type1, name2 type2) and Row<name1 type1, name2 type2>.
- ExtendedSqlRowTypeNameSpec - Class in org.apache.flink.sql.parser.type
-
A sql type name specification of ROW type.
- ExtendedSqlRowTypeNameSpec(SqlParserPos, List<SqlIdentifier>, List<SqlDataTypeSpec>, List<SqlCharStringLiteral>, boolean) - Constructor for class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
-
Creates a ROW type specification.
- ExtendedTableRef() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Allows parser to be extended with new types of table references.
- ExtendList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ExtendTable(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Wraps a table reference in a call to EXTEND if an optional "EXTEND" clause is present.
- EXTERNAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- EXTRACT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
F
- FACTORY - Static variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
SqlParserImplFactoryimplementation for creating parser. - FALSE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FETCH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FetchClause(SqlNode[]) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a FETCH clause in an ORDER BY expression.
- FILE - Enum constant in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
- FillBuff() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- FILTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FINAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FIRST - Enum constant in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
- FIRST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FIRST_VALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FlinkSqlConformance - Enum in org.apache.flink.sql.parser.validate
-
Sql conformance used for flink to set specific sql dialect parser
- FlinkSqlParserImpl - Class in org.apache.flink.sql.parser.impl
-
SQL parser, generated from Parser.jj by JavaCC.
- FlinkSqlParserImpl(InputStream) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- FlinkSqlParserImpl(InputStream, String) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- FlinkSqlParserImpl(Reader) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- FlinkSqlParserImpl(FlinkSqlParserImplTokenManager) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- FlinkSqlParserImplConstants - Interface in org.apache.flink.sql.parser.impl
- FlinkSqlParserImplTokenManager - Class in org.apache.flink.sql.parser.impl
- FlinkSqlParserImplTokenManager(SimpleCharStream) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- FlinkSqlParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- FLOAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FLOOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FloorCeilOptions(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- FOLLOWING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FOREIGN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FORMAL_COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FORMAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FORTRAN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FOUND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FRAC_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FRAME_ROW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FREE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FRESHNESS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FRIDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FROM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FromClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses the FROM clause for a SELECT.
- FULL - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
- FULL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- fullDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- fullDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- fullDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- fullDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- fullDatabaseName() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- fullFunctionName() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- fullModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- fullModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- fullModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- fullModelName() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- fullNewModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- fullNewTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRename
- fullNewViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewRename
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- fullTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- fullTableName() - Method in class org.apache.flink.sql.parser.dml.SqlTruncateTable
- fullTableName() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- fullTableName() - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
- fullViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterView
- fullViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- fullViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- FUNCTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FunctionName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses the name of a function (either a compound identifier or a reserved word which can be used as a function name).
- functionNameIdentifier - Variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- FunctionParameterList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses function parameter lists including DISTINCT keyword recognition, DEFAULT, and named argument assignment.
- FUNCTIONS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- FUSION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
G
- G - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GENERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GENERATED - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- GENERATED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- generateParseException() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- GEOMETRY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- getAfterReferencedColumn() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- getAsQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableAsQuery
- getAsQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getAsQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- getAsQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- getAsQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getBeginColumn() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getBeginLine() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getBucketColumns() - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- getBucketCount() - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- getCatalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- getCatalogName() - Method in class org.apache.flink.sql.parser.dql.SqlShowDatabases
- getCollectionTypeName() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- getColumn() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- getColumn() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
-
Deprecated.
- getColumnList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropColumn
- getColumnList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getColumnList() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getColumnNames() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
-
Returns the columns as a string array.
- getColumnNames() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- getColumnPositions() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getColumns() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- getColumnSqlString() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
-
Returns the projection format of the DDL columns(including computed columns). i.e. the following DDL:
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogComment
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getComment() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- getComments() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- getCondition() - Method in class org.apache.calcite.sql.SqlJoin
- getConditionType() - Method in class org.apache.calcite.sql.SqlJoin
-
Returns a
JoinConditionType, never null. - getConditionTypeNode() - Method in class org.apache.calcite.sql.SqlJoin
- getConstraint() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableAddConstraint
- getConstraint() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- getConstraintName() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- getConstraintName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropConstraint
- getConstraintNameIdentifier() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- getConstraints() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- getDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- getDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- getDatabaseName() - Method in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- getDatabaseName() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- getDistribution() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getDistribution() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getDistribution() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getDistributionKind() - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- getEndColumn() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getEndLine() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getErrorPosition() - Method in exception org.apache.flink.sql.parser.error.SqlValidateException
- getEventTimeColumnName() - Method in class org.apache.flink.sql.parser.ddl.SqlWatermark
- getExplainDetails() - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- getExpr() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlComputedColumn
- getFeatureOption() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- getFieldList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getFieldNames() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- getFieldTypes() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- getFreshness() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableFreshness
- getFreshness() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getFullConstraint() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getFullConstraints() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
-
Returns the column constraints plus the table constraints.
- getFullConstraints() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
-
Returns the column constraints plus the table constraints.
- getFullConstraints(List<SqlTableConstraint>, SqlNodeList) - Static method in class org.apache.flink.sql.parser.SqlConstraintValidator
-
Returns the column constraints plus the table constraints.
- getFullModelName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- getFullTableName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- getFullViewName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- getFunctionClassName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- getFunctionClassName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getFunctionIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- getFunctionIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getFunctionIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- getFunctionLanguage() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- getFunctionLanguage() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getId() - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- getIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- GetImage() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getInputColumnList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getInserts() - Method in class org.apache.flink.sql.parser.dml.SqlStatementSet
- getIsTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- getJobId() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeJob
- getJoinType() - Method in class org.apache.calcite.sql.SqlJoin
-
Returns a
JoinType, never null. - getJoinTypeNode() - Method in class org.apache.calcite.sql.SqlJoin
- getKey() - Method in class org.apache.flink.sql.parser.ddl.SqlReset
- getKey() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getKey() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getKey() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getKey() - Method in class org.apache.flink.sql.parser.SqlProperty
- getKeyString() - Method in class org.apache.flink.sql.parser.ddl.SqlReset
- getKeyString() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getKeyString() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getKeyString() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getKeyString() - Method in class org.apache.flink.sql.parser.SqlProperty
- getKeyType() - Method in class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
- getKind() - Method in class org.apache.calcite.sql.SqlJoin
- getLeft() - Method in class org.apache.calcite.sql.SqlJoin
- getLikeSqlPattern() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getLikeType() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getLine() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
-
Deprecated.
- getMergingStrategy() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- getMessage() - Method in exception org.apache.flink.sql.parser.error.SqlValidateException
- getMessage() - Method in exception org.apache.flink.sql.parser.impl.ParseException
-
This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in error org.apache.flink.sql.parser.impl.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMetadata() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- getMetadataAlias() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- getModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- getModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- getModelName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- getModuleName() - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- getModuleName() - Method in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- getName() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- getNewColumnIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRenameColumn
- getNewModelName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- getNewQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewAs
- getNextToken() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- getNextToken() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- getOldColumnIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRenameColumn
- getOperandList() - Method in class org.apache.calcite.sql.SqlJoin
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.resource.SqlResource
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAddJar
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogComment
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogOptions
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogReset
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableAsQuery
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableFreshness
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableOptions
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefresh
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefreshMode
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableReset
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableResume
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableSuspend
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableAddConstraint
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropColumn
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropConstraint
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropDistribution
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropPrimaryKey
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropWatermark
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRename
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRenameColumn
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableReset
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewAs
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewProperties
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewRename
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlReset
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlComputedColumn
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlUseModules
- getOperandList() - Method in class org.apache.flink.sql.parser.ddl.SqlWatermark
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlBeginStatementSet
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlEndStatementSet
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlExecute
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlExecutePlan
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlStatementSet
- getOperandList() - Method in class org.apache.flink.sql.parser.dml.SqlTruncateTable
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeJob
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentCatalog
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentDatabase
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowJars
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowJobs
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowModules
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
- getOperandList() - Method in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- getOperandList() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getOperandList() - Method in class org.apache.flink.sql.parser.SqlProperty
- getOperator() - Method in class org.apache.calcite.sql.SqlJoin
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.resource.SqlResource
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAddJar
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterView
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlReset
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlUseModules
- getOperator() - Method in class org.apache.flink.sql.parser.ddl.SqlWatermark
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlBeginStatementSet
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlEndStatementSet
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlExecute
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlExecutePlan
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlStatementSet
- getOperator() - Method in class org.apache.flink.sql.parser.dml.SqlTruncateTable
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeJob
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCatalogs
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowColumns
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentCatalog
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentDatabase
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowDatabases
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowFunctions
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowJars
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowJobs
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowModels
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowModules
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowProcedures
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowTables
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlShowViews
- getOperator() - Method in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- getOperator() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getOperator() - Method in class org.apache.flink.sql.parser.SqlProperty
- getOptions() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- getOutputColumnList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getPartitionKeyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getPartitionKeyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getPartitionKeyList() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getPartitionKVs() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
-
Get partition spec as key-value strings.
- getPartitionKVs() - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
-
Get partition spec as key-value strings.
- getPartitionKVs(int) - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- getPartitionKVs(int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- getPartitionKVs(SqlNodeList) - Static method in class org.apache.flink.sql.parser.SqlPartitionUtils
-
Get static partition key value pair as strings.
- getPartitions() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
-
Get partition spec as key-value strings, if only partition key is given, the corresponding value is null.
- getPartitionSpec() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefresh
- getPartitionSpec() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
-
Returns the partition spec if the ALTER should be applied to partitions, and null otherwise.
- getPartitionSpec() - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
-
Returns the partition spec if the SHOW should be applied to partitions, and null otherwise.
- getPartProps() - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- getPartSpecs() - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- getPartSpecs() - Method in class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- getPath() - Method in class org.apache.flink.sql.parser.ddl.SqlAddJar
- getPath() - Method in class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- getPlanFile() - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- getPlanFile() - Method in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- getPlanFile() - Method in class org.apache.flink.sql.parser.dml.SqlExecutePlan
- getPos() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- getPositionSpec() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- getPreposition() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getProperties() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogOptions
- getProperties() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getPropertyKeyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableReset
- getPropertyKeyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableReset
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogOptions
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogReset
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableOptions
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableResume
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewProperties
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getPropertyList() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getPropertyList() - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- getQuery() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getRefreshMode() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getResetKeys() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogReset
- getResetKeys() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableReset
- getResourceInfos() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- getResourcePath() - Method in class org.apache.flink.sql.parser.ddl.resource.SqlResource
- getResourceType() - Method in class org.apache.flink.sql.parser.ddl.resource.SqlResource
- getRight() - Method in class org.apache.calcite.sql.SqlJoin
- getSignatureTemplate(int) - Method in class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- getSourceTable() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- getSqlIdentifierNameList() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- getSqlRefreshMode() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefreshMode
- getStatement() - Method in class org.apache.flink.sql.parser.dml.SqlExecute
- getStatement() - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- getStaticPartitionKVs() - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
-
Get static partition key value pair as strings.
- getStaticPartitions() - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
- GetSuffix(int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getSyntax() - Method in class org.apache.calcite.sql.SqlJoin.SqlJoinOperator
- getTableConstraint() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getTableConstraints() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getTableConstraints() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getTableHints() - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
-
Returns the table hints as list of
SqlNodefor current insert node. - getTableLike() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- getTableName() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getTableName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- getTabSize(int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- getTargetTableID() - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
-
Returns the target table identifier.
- getToken(int) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- getType() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- getType() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- getValType() - Method in class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
- getValue() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getValue() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getValue() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getValue() - Method in class org.apache.flink.sql.parser.SqlProperty
- getValueString() - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- getValueString() - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- getValueString() - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- getValueString() - Method in class org.apache.flink.sql.parser.SqlProperty
- getViewIdentifier() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterView
- getViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- getViewName() - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- getViewName() - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- getWatermark() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- getWatermark() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- getWatermark() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- getWatermarkStrategy() - Method in class org.apache.flink.sql.parser.ddl.SqlWatermark
- GLOBAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GO - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GOTO - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GRANT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GRANTED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GROUP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GROUP_CONCAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GroupBy() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a GROUP BY clause for SELECT.
- GroupByWindowingCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to a grouping function inside the GROUP BY clause, for example
TUMBLE(rowtime, INTERVAL '1' MINUTE). - GROUPING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GroupingElementList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- GROUPS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- GT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
H
- hasExplicitTypeSpec(SqlNode[]) - Static method in class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- HASH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- hashCode() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- hasRegularColumnsOnly() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- Having() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a HAVING clause for SELECT.
- HAVING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HEXDIGIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HIERARCHY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HINT_BEG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HOLD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HOOK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HOP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Hour() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- HOUR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HOURS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- HYPHENATED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
I
- Identifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a simple identifier as a String.
- IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IDENTITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ifExists - Variable in class org.apache.flink.sql.parser.ddl.SqlDropPartitions.AlterTableDropPartitionsContext
- ifExists() - Method in class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- IfExistsOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a "IF EXISTS" option, default is false.
- ifModelExists - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- ifModelExists() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
-
Whether to ignore the error if the model doesn't exist.
- ifNotExists - Variable in class org.apache.flink.sql.parser.ddl.SqlAddPartitions.AlterTableAddPartitionContext
- IfNotExistsOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a "IF NOT EXISTS" option, default is false.
- ifPartitionNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- ifTableExists - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- ifTableExists() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
-
Whether to ignore the error if the table doesn't exist.
- IGNORE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ILIKE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- image - Variable in class org.apache.flink.sql.parser.impl.Token
-
The string image of the token.
- IMMEDIATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IMMEDIATELY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IMPLEMENTATION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ImplicitTableFunctionCallArgs(SqlIdentifier) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- IMPORT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IN_FORMAL_COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IN_MULTI_LINE_COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- inBuf - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- INCLUDE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INCLUDING - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
- INCLUDING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INCREMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INDICATOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INITIAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INITIALLY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INNER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INOUT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INPUT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- input_stream - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- inputStream - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- INSENSITIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INSERT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INSTANCE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INSTANTIABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INTEGER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INTERSECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INTERSECTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- INTERVAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IntervalLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an interval literal.
- IntervalLiteralOrExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an interval literal (e.g.
- IntervalQualifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- IntervalQualifierStart() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Interval qualifier without 'TO unit'.
- IntLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- INTO - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IntoBuckets(SqlParserPos) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- INVOKER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- IS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- isAfterReferencedColumn() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- isAllColumns() - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- isApplyAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isBangEqualAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isCascade() - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- isColumnsIdentifiersOnly() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- isCreateOrReplace() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- isEnforced() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
-
Returns whether the constraint is enforced.
- isExtended() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- isExtended() - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- isExtended() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- isExtended() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- isExtended() - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- isFirstColumn() - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- isFromRequired() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isGroupByAlias() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isGroupByOrdinal() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isHavingAlias() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isIfExists() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- isIfNotExists() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- isInsertSubsetColumnsAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isLiberal() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isLimitStartCountAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isMinusAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isNatural() - Method in class org.apache.calcite.sql.SqlJoin
- isNaturalNode() - Method in class org.apache.calcite.sql.SqlJoin
- isNotLike() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- ISODOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- isOffsetLimitAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- ISOLATION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- isOverwrite() - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
-
Returns whether the insert mode is overwrite (for whole table or for specific partitions).
- ISOYEAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- isPercentRemainderAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isPrimaryKey() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
-
Returns whether the constraint is PRIMARY KEY.
- isSchemaWithColumnsIdentifiersOnly() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- isSchemaWithColumnsIdentifiersOnly() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- isSortByAlias() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isSortByAliasObscures() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isSortByOrdinal() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isSystemFunction() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- isSystemFunction() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- isSystemFunction() - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- isTableConstraint() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- isTemporary() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- isUnique() - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
-
Returns whether the constraint is UNIQUE.
- isUpsert(List<SqlLiteral>) - Static method in class org.apache.flink.sql.parser.dml.RichSqlInsert
- isValueAllowed() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- isVirtual() - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- isWithDrain() - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
- isWithLike() - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- isWithSavepoint() - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
J
- JAR - Enum constant in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
- JAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JARS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JAVA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JdbcFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a function call expression with JDBC syntax.
- JdbcOdbcDataType() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JdbcOdbcDataTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- jj_nt - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- jjFillToken() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- jjnewLexState - Static variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- jjstrLiteralImages - Static variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- JOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JOBS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JOIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JoinOrCommaTable(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JoinTable(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Matches "LEFT JOIN t ON ...", "RIGHT JOIN t USING ...", "JOIN t".
- JoinType() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JSON - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_ARRAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_ARRAYAGG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_EXECUTION_PLAN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_EXISTS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_OBJECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_OBJECTAGG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_QUERY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JSON_VALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- JsonApiCommonSyntax() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonArrayAggFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonArrayAggOrderByClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonArrayFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonConstructorNullClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonExistsErrorBehavior() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonExistsFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonInputClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonNameAndValue() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonObjectAggFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonObjectFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonOutputClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonPathSpec() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonQueryEmptyOrErrorBehavior() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonQueryFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonQueryWrapperBehavior() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonRepresentation() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonReturningClause() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonValueEmptyOrErrorBehavior() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- JsonValueFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
K
- K - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- KEY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- KEY_MEMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- KEY_TYPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- kind - Variable in class org.apache.flink.sql.parser.impl.Token
-
An integer that describes the kind of this token.
L
- LABEL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LAG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LANGUAGE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LARGE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LAST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LAST_VALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LATERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACE_D - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACE_FN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACE_T - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACE_TS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LBRACKET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LEAD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LEADING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LeafQuery(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a leaf in a query expression (SELECT, VALUES or TABLE).
- LeafQueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses either a row expression, a leaf query expression, or a parenthesized expression of any kind.
- LEFT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LETTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LEVEL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.flink.sql.parser.impl.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- LIBRARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LIKE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LIKE_REGEX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LIMIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LimitClause(Span, SqlNode[]) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a LIMIT clause in an ORDER BY expression.
- line - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- Literal() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a literal expression, allowing continued string literals.
- LiteralOrIntervalExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a literal or an interval expression.
- LN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LOAD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LOCAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LOCALTIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LOCALTIMESTAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LOCATOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- lookingAhead - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- LOWER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LPAREN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- LT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
M
- M - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MAP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MapConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a MAP constructor
- MATCH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MATCH_NUMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MATCH_RECOGNIZE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MATCHED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MATCHES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MatchRecognize(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a MATCH_RECOGNIZE clause following a table expression.
- MatchRecognizeCallWithModifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MatchRecognizeFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MatchRecognizeNavigationLogical() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MatchRecognizeNavigationPhysical() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MATERIALIZED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MAX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- maxNextCharInd - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- MAXVALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MeasureColumnCommaList(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MEASURES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MEMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MERGE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MESSAGE_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MESSAGE_OCTET_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MESSAGE_TEXT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- METADATA - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- METADATA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MetadataColumn(SqlCreateTable.TableCreationContext, SqlIdentifier, SqlDataTypeSpec) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
column_name column_data_type METADATA [FROM 'alias_name'] [VIRTUAL] [COMMENT 'comment']. - METHOD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MICROSECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MILLENNIUM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MILLISECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MINUS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Minute() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MINUTES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MINVALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MOD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MODEL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- modelName - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- modelNameIdentifier - Variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- MODELS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MODIFIES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MODIFY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MODULE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- moduleName() - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- moduleName() - Method in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- moduleNames() - Method in class org.apache.flink.sql.parser.ddl.SqlUseModules
- MODULES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MONDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Month() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- MONTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MONTHS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MORE_ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MULTI_LINE_COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- multipleWatermarksUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- MULTISET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- MultisetConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a MULTISET constructor
- MUMPS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
N
- name - Variable in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NAMED_ARGUMENT_ASSIGNMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NamedCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NamedFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to a named function (could be a builtin with regular syntax, or else a UDF).
- NamedRoutineCall(SqlFunctionCategory, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NAMES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NANOSECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NATIONAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Natural() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NATURAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NCLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NE2 - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NESTING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NEW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- newModelName - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- NewSpecification() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a NEW UDT(...) expression.
- newToken(int) - Static method in class org.apache.flink.sql.parser.impl.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.flink.sql.parser.impl.Token
-
A reference to the next regular (non-special) token from the input stream.
- NEXT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NO - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NONE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NonIntervalLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a literal that is not an interval literal.
- NonReservedJdbcFunctionName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses the name of a JDBC function that is a token but is not reserved.
- NonReservedKeyWord() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a non-reserved keyword for use as an identifier.
- NonReservedKeyWord0of3() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NonReservedKeyWord1of3() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NonReservedKeyWord2of3() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NORMALIZE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NORMALIZED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- normalizeException(Throwable) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NOT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NOT_ENFORCED - Enum constant in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
- NotNullOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses NOT NULL and returns false, or parses nothing and returns true.
- NTH_VALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NTILE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NULL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NULLABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NullableOptDefaultFalse() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a nullable option, default is false.
- NullableOptDefaultTrue() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a nullable option, default is true.
- NULLIF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NULLS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- nullTreatment(SqlCall) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NullTreatment() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- NUMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NUMERIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- NumericLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a numeric literal (can be signed)
O
- OBJECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OCCURRENCES_REGEX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OCTET_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OCTETS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OFFSET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OffsetClause(Span, SqlNode[]) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an OFFSET clause in an ORDER BY expression.
- OLD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OMIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ON - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ONE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ONLY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OPEN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OPERATOR - Static variable in class org.apache.calcite.sql.SqlJoin
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAddJar
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAlterView
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlCreateView
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlReset
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlSet
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlStopJob
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlTableOption
-
Use this operator only if you don't have a better one.
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlUseModules
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlBeginStatementSet
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlEndStatementSet
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlExecute
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlExecutePlan
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlStatementSet
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dml.SqlTruncateTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlDescribeJob
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlLoadModule
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlRichExplain
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCatalogs
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowColumns
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCurrentCatalog
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowCurrentDatabase
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowDatabases
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowFunctions
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowJars
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowJobs
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowModels
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowModules
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowPartitions
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowProcedures
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowTables
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlShowViews
- OPERATOR - Static variable in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- OPERATOR - Static variable in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
-
Use this operator only if you don't have a better one.
- OPERATOR - Static variable in class org.apache.flink.sql.parser.SqlProperty
-
Use this operator only if you don't have a better one.
- OPTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OPTIONS - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- OPTIONS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ORDER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OrderBy(boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an ORDER BY clause.
- OrderByLimitOpt(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Reads optional "ORDER BY", "LIMIT", "OFFSET", "FETCH" following a query,
e. - OrderByOfSetSemanticsTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- OrderedQueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses either a row expression or a query expression with an optional ORDER BY.
- ORDERING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ORDINALITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- org.apache.calcite.sql - package org.apache.calcite.sql
- org.apache.calcite.sql.fun - package org.apache.calcite.sql.fun
- org.apache.flink.sql.parser - package org.apache.flink.sql.parser
-
Flink sql parser.
- org.apache.flink.sql.parser.ddl - package org.apache.flink.sql.parser.ddl
- org.apache.flink.sql.parser.ddl.constraint - package org.apache.flink.sql.parser.ddl.constraint
- org.apache.flink.sql.parser.ddl.position - package org.apache.flink.sql.parser.ddl.position
- org.apache.flink.sql.parser.ddl.resource - package org.apache.flink.sql.parser.ddl.resource
- org.apache.flink.sql.parser.dml - package org.apache.flink.sql.parser.dml
- org.apache.flink.sql.parser.dql - package org.apache.flink.sql.parser.dql
- org.apache.flink.sql.parser.error - package org.apache.flink.sql.parser.error
- org.apache.flink.sql.parser.expr - package org.apache.flink.sql.parser.expr
- org.apache.flink.sql.parser.impl - package org.apache.flink.sql.parser.impl
- org.apache.flink.sql.parser.type - package org.apache.flink.sql.parser.type
- org.apache.flink.sql.parser.utils - package org.apache.flink.sql.parser.utils
- org.apache.flink.sql.parser.validate - package org.apache.flink.sql.parser.validate
- org.apache.flink.table.calcite - package org.apache.flink.table.calcite
- OTHERS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OUT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OUTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OUTPUT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Over(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Wraps a table reference in a call to OVER if an optional "OVER" clause is present (if the dialect supports OVER for table expressions).
- OVER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OVERLAPS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OVERLAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OVERRIDING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- OVERWRITE - Enum constant in enum org.apache.flink.sql.parser.dml.RichSqlInsertKeyword
- OVERWRITE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- overwriteIsOnlyUsedWithInsert() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- OVERWRITING - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
- OVERWRITING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
P
- PAD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_MODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_ORDINAL_POSITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_SPECIFIC_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_SPECIFIC_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARAMETER_SPECIFIC_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ParenthesizedCompoundIdentifierList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
List of compound identifiers in parentheses.
- ParenthesizedExpression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a parenthesized query or single row expression.
- ParenthesizedKeyValueOptionCommaList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ParenthesizedLiteralOptionCommaList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a literal list separated by comma.
- ParenthesizedQueryOrCommaList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a parenthesized query or comma-list of row expressions.
- ParenthesizedQueryOrCommaListWithDefault(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
As ParenthesizedQueryOrCommaList, but allows DEFAULT in place of any of the expressions.
- ParenthesizedSimpleIdentifierList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
List of simple identifiers in parentheses.
- parseArray() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ParseException - Exception in org.apache.flink.sql.parser.impl
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.flink.sql.parser.impl.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.flink.sql.parser.impl.ParseException
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.flink.sql.parser.impl.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseExplainDetail(Set<String>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ParserResource - Interface in org.apache.flink.sql.parser.utils
-
Compiler-checked resources for the Flink SQL parser.
- parseSqlExpressionEof() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- parseSqlStmtEof() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- parseSqlStmtList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PARTIAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARTITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PARTITIONED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PartitionedByAndOrderBy(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PartitionedQueryOrQueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PARTITIONS - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- PARTITIONS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- partitionSpec - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- PartitionSpecCommaList(SqlNodeList) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a partition specifications statement, e.g. insert into tbl1 partition(col1='val1', col2='val2') select col3 from tbl.
- PartitionSpecProperty() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a partition key/value, e.g. p or p = '10'.
- partProps - Variable in class org.apache.flink.sql.parser.ddl.SqlAddPartitions.AlterTableAddPartitionContext
- partSpecs - Variable in class org.apache.flink.sql.parser.ddl.SqlAddPartitions.AlterTableAddPartitionContext
- partSpecs - Variable in class org.apache.flink.sql.parser.ddl.SqlDropPartitions.AlterTableDropPartitionsContext
- PASCAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PASSING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PASSTHROUGH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PAST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PATH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PATTERN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PatternDefinition() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PatternDefinitionCommaList(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PatternExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PatternFactor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PatternPrimary() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PatternTerm() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERCENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERCENT_RANK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERCENT_REMAINDER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERCENTILE_CONT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERCENTILE_DISC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PERIOD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PeriodConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a PERIOD constructor
- periodOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PERMUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Pivot(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a PIVOT clause following a table expression.
- PIVOT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PLACING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PLAN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PLAN_ADVICE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PLI - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PLUS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PORTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- POSITION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- POSITION_REGEX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PostfixRowOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a postfix row operator like IS NOT NULL.
- POWER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRECEDES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRECEDING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRECISION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PrecisionOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- PREFIXED_STRING_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PrefixRowOperator() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a prefix row operator like NOT.
- PREPARE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRESERVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PREV - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- prevCharIsCR - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- PRIMARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRIMARY_KEY - Enum constant in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
- printIndent(SqlWriter) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- printIndent(SqlWriter) - Static method in class org.apache.flink.sql.parser.SqlUnparseUtils
- PRIOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PRIVILEGES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PROCEDURE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PROCEDURES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Properties() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse properties such as ('k' = 'v').
- PropertyKeys() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a table option key list.
- PUBLIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- PYTHON - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
Q
- Qualify() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a QUALIFY clause for SELECT.
- QUALIFY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Quarter() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- QUARTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- QUARTERS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Query(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- QueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses either a row expression or a query expression without ORDER BY.
- QUOTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- QUOTED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- QUOTED_STRING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
R
- RANGE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RANK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RAW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RBRACE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RBRACKET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- READ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- readChar() - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- READS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RECURSIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REFERENCES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REFERENCING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REFRESH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REFRESH_MODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_AVGX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_AVGY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_COUNT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_INTERCEPT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_R2 - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_SLOPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_SXX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_SXY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REGR_SYY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RegularColumn(SqlCreateTable.TableCreationContext, SqlIdentifier, SqlDataTypeSpec) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
column_name column_data_type [constraint] [COMMENT 'comment']. - ReInit(InputStream) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ReInit(InputStream) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(InputStream, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(InputStream, int, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(InputStream, String) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ReInit(InputStream, String) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(InputStream, String, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(Reader) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ReInit(Reader) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(Reader, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(Reader, int, int, int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- ReInit(FlinkSqlParserImplTokenManager) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- ReInit(SimpleCharStream) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- ReInit(SimpleCharStream, int) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- RELATIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RELEASE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REMOVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- removeTypeSpecOperands(SqlCall) - Static method in class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- RENAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REPEATABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REPLACE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REPLACE_OPERATOR - Static variable in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- replaceMaterializedTableUnsupported() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- requireFull() - Method in class org.apache.flink.sql.parser.dql.SqlShowModules
- requireUser() - Method in class org.apache.flink.sql.parser.dql.SqlShowFunctions
- ReservedFunctionName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a reserved word which is used as the name of a function.
- RESET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RESOURCE - Static variable in interface org.apache.flink.sql.parser.utils.ParserResource
-
Resources.
- RESPECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RESTART - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RESTRICT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RESULT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RESUME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNED_CARDINALITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNED_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNED_OCTET_LENGTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNED_SQLSTATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RETURNS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- REVOKE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RichSqlInsert - Class in org.apache.flink.sql.parser.dml
-
A
SqlInsertthat have some extension functions like partition, overwrite - RichSqlInsert(SqlParserPos, SqlNodeList, SqlNodeList, SqlNode, SqlNode, SqlNodeList, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.dml.RichSqlInsert
- RichSqlInsert() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an INSERT statement.
- RichSqlInsertKeyword - Enum in org.apache.flink.sql.parser.dml
-
Defines the keywords that can occur immediately after the "INSERT" keyword.
- RIGHT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RLIKE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROLLBACK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROLLUP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROUTINE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROUTINE_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROUTINE_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROUTINE_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROW_COUNT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- ROW_NUMBER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RowConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a row constructor in the context of a VALUES expression.
- RowExpressionExtension() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a row expression extension, it can be either an identifier, or a call to a named function.
- ROWS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RowTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse Row type with format: Row(name1 type1, name2 type2).
- RPAREN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- RUNNING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
S
- SATURDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SAVEPOINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCALA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCALAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCALE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCHEMA_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Scope() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SCOPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCOPE_CATALOGS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCOPE_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCOPE_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SCROLL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SEARCH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Second() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SECONDS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SECTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SECURITY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SEEK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SELECT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SelectExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses one unaliased expression in a select list.
- SELF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- semantics() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- SEMICOLON - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SENSITIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SEPARATOR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SEQUENCE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SequenceExpression() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SERIALIZABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SERVER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SERVER_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SESSION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SESSION_USER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SET_MINUS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- setConformance(SqlConformance) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- setDebugStream(PrintStream) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- setErrorPosition(SqlParserPos) - Method in exception org.apache.flink.sql.parser.error.SqlValidateException
- setIdentifierMaxLength(int) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- setIfExists(boolean) - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- setIfExists(boolean) - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- setLeft(SqlNode) - Method in class org.apache.calcite.sql.SqlJoin
- setMessage(String) - Method in exception org.apache.flink.sql.parser.error.SqlValidateException
- setModelName(SqlIdentifier) - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- setOperand(int, SqlNode) - Method in class org.apache.calcite.sql.SqlJoin
- setOperand(int, SqlNode) - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- setOperand(int, SqlNode) - Method in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- setOperand(int, SqlNode) - Method in class org.apache.flink.sql.parser.dml.SqlExecute
- setOperand(int, SqlNode) - Method in class org.apache.flink.sql.parser.dml.SqlStatementSet
- setOperand(int, SqlNode) - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- setQuotedCasing(Casing) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- setRight(SqlNode) - Method in class org.apache.calcite.sql.SqlJoin
- SETS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- setTableName(SqlIdentifier) - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- setTabSize(int) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- setTabSize(int) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- setType(SqlDataTypeSpec) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- setUnquotedCasing(Casing) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- shouldConvertRaggedUnionTypesToVarying() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- SHOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SIMILAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SIMPLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SimpleCharStream - Class in org.apache.flink.sql.parser.impl
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(Reader) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.flink.sql.parser.impl.SimpleCharStream
- SimpleIdentifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a simple identifier as an SqlIdentifier.
- SimpleIdentifierCommaListWithPosition() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a comma-separated list of simple identifiers with position.
- SimpleIdentifierFromStringLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a character literal as an SqlIdentifier.
- SimpleIdentifierOrList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
List of simple identifiers in parentheses or one simple identifier.
- SimpleStringLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a character literal.
- SINGLE_LINE_COMMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SIZE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SKIP_ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SLASH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SMALLINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Snapshot(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a FOR SYSTEM_TIME clause following a table expression.
- SOME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SOURCE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SPACE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- specialConstructor - Variable in exception org.apache.flink.sql.parser.impl.ParseException
-
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- SpecialLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a special literal keyword
- specialToken - Variable in class org.apache.flink.sql.parser.impl.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- SPECIFIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SPECIFIC_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SPECIFICTYPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- splitQuotedTableName() - Method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
- SQL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_BIGINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_BINARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_BIT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_BLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_BOOLEAN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_CHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_CLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_DATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_DECIMAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_DOUBLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_FLOAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTEGER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_DAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_DAY_TO_HOUR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_DAY_TO_MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_DAY_TO_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_HOUR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_HOUR_TO_MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_HOUR_TO_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_MINUTE_TO_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_MONTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_YEAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_INTERVAL_YEAR_TO_MONTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_LONGVARBINARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_LONGVARCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_LONGVARNCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_NCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_NCLOB - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_NUMERIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_NVARCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_REAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_SMALLINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TIMESTAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TINYINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_DAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_FRAC_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_HOUR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_MICROSECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_MONTH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_QUARTER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_SECOND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_WEEK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_TSI_YEAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_VARBINARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SQL_VARCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SqlAddJar - Class in org.apache.flink.sql.parser.ddl
-
Add Jar command to add jar into the classloader.
- SqlAddJar(SqlParserPos, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAddJar
- SqlAddJar() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an ADD JAR statement.
- SqlAddPartitions - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE DDL to add partitions to a table.
- SqlAddPartitions(SqlParserPos, SqlIdentifier, boolean, List<SqlNodeList>, List<SqlNodeList>) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- SqlAddPartitions.AlterTableAddPartitionContext - Class in org.apache.flink.sql.parser.ddl
-
Alter table add partition context.
- SqlAlter() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an expression for setting or resetting an option in SQL, such as QUOTED_IDENTIFIERS, or explain plan level (physical/logical).
- SqlAlterCatalog - Class in org.apache.flink.sql.parser.ddl
-
Abstract class to describe statements like ALTER CATALOG catalog_name.
- SqlAlterCatalog(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- SqlAlterCatalog() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an alter catalog statement.
- SqlAlterCatalogComment - Class in org.apache.flink.sql.parser.ddl
-
ALTER CATALOG catalog_name COMMENT 'comment'.
- SqlAlterCatalogComment(SqlParserPos, SqlIdentifier, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterCatalogComment
- SqlAlterCatalogOptions - Class in org.apache.flink.sql.parser.ddl
-
ALTER CATALOG catalog_name SET (key1=val1, ...).
- SqlAlterCatalogOptions(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterCatalogOptions
- SqlAlterCatalogReset - Class in org.apache.flink.sql.parser.ddl
-
ALTER CATALOG catalog_name RESET (key1, ...).
- SqlAlterCatalogReset(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterCatalogReset
- SqlAlterDatabase - Class in org.apache.flink.sql.parser.ddl
-
ALTER Database DDL sql call.
- SqlAlterDatabase(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- SqlAlterDatabase() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlAlterFunction - Class in org.apache.flink.sql.parser.ddl
-
Alter Function Sql Call.
- SqlAlterFunction(SqlParserPos, SqlIdentifier, SqlCharStringLiteral, String, boolean, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- SqlAlterFunction() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlAlterMaterializedTable - Class in org.apache.flink.sql.parser.ddl
-
Abstract class to describe statements like ALTER MATERIALIZED TABLE [catalogName.]
- SqlAlterMaterializedTable(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- SqlAlterMaterializedTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses alter materialized table.
- SqlAlterMaterializedTableAsQuery - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe the ALTER TABLE [catalogName.]
- SqlAlterMaterializedTableAsQuery(SqlParserPos, SqlIdentifier, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableAsQuery
- SqlAlterMaterializedTableFreshness - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalogName.]
- SqlAlterMaterializedTableFreshness(SqlParserPos, SqlIdentifier, SqlIntervalLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableFreshness
- SqlAlterMaterializedTableOptions - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableOptions(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableOptions
- SqlAlterMaterializedTableRefresh - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableRefresh(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefresh
- SqlAlterMaterializedTableRefreshMode - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableRefreshMode(SqlParserPos, SqlIdentifier, SqlLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefreshMode
- SqlAlterMaterializedTableReset - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableReset(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableReset
- SqlAlterMaterializedTableResume - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableResume(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableResume
- SqlAlterMaterializedTableSuspend - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]
- SqlAlterMaterializedTableSuspend(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableSuspend
- SqlAlterModel - Class in org.apache.flink.sql.parser.ddl
-
ALTER MODEL [IF EXISTS] [[catalogName.] dataBasesName].modelName SET ( name=value [, name=value]*).
- SqlAlterModel(SqlParserPos, SqlIdentifier, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterModel
- SqlAlterModel(SqlParserPos, SqlIdentifier, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterModel
- SqlAlterModel() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
ALTER MODEL [IF EXISTS] modelName SET (property_key = property_val, ...)
- SqlAlterTable - Class in org.apache.flink.sql.parser.ddl
-
Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]
- SqlAlterTable(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTable
- SqlAlterTable(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTable
- SqlAlterTable(SqlParserPos, SqlIdentifier, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTable
- SqlAlterTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlAlterTable.AlterTableContext - Class in org.apache.flink.sql.parser.ddl
-
Alter table context.
- SqlAlterTableAdd - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER TABLE [IF EXISTS] table_name ADD column/constraint/watermark clause.
- SqlAlterTableAdd(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlWatermark, SqlDistribution, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableAdd
- SqlAlterTableAddConstraint - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [catalog_name.]
- SqlAlterTableAddConstraint(SqlIdentifier, SqlTableConstraint, SqlParserPos, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableAddConstraint
-
Creates a add table constraint node.
- SqlAlterTableDropColumn - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP column clause.
- SqlAlterTableDropColumn(SqlParserPos, SqlIdentifier, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableDropColumn
- SqlAlterTableDropConstraint - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [catalog_name.]
- SqlAlterTableDropConstraint(SqlParserPos, SqlIdentifier, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableDropConstraint
-
Creates an alter table drop constraint node.
- SqlAlterTableDropDistribution - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP DISTRIBUTION clause.
- SqlAlterTableDropDistribution(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableDropDistribution
- SqlAlterTableDropPrimaryKey - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [catalog_name.]
- SqlAlterTableDropPrimaryKey(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableDropPrimaryKey
- SqlAlterTableDropWatermark - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP watermark clause.
- SqlAlterTableDropWatermark(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableDropWatermark
- SqlAlterTableModify - Class in org.apache.flink.sql.parser.ddl
-
SqlNode to describe ALTER TABLE [IF EXISTS] table_name MODIFY column/constraint/watermark clause.
- SqlAlterTableModify(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlWatermark, SqlDistribution, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableModify
- SqlAlterTableOptions - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName SET ( name=value [, name=value]*).
- SqlAlterTableOptions(SqlParserPos, SqlIdentifier, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- SqlAlterTableOptions(SqlParserPos, SqlIdentifier, SqlNodeList, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- SqlAlterTableOptions(SqlParserPos, SqlIdentifier, SqlNodeList, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- SqlAlterTableRename - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME TO [[catalogName.]
- SqlAlterTableRename(SqlParserPos, SqlIdentifier, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableRename
- SqlAlterTableRename(SqlParserPos, SqlIdentifier, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableRename
- SqlAlterTableRenameColumn - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME originColumnName TO newColumnName.
- SqlAlterTableRenameColumn(SqlParserPos, SqlIdentifier, SqlIdentifier, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableRenameColumn
- SqlAlterTableReset - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RESET ( 'key1' [, 'key2']*).
- SqlAlterTableReset(SqlParserPos, SqlIdentifier, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableReset
- SqlAlterTableSchema - Class in org.apache.flink.sql.parser.ddl
-
Abstract class to describe statements which are used to alter table schema.
- SqlAlterTableSchema(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlWatermark, SqlDistribution, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- SqlAlterView - Class in org.apache.flink.sql.parser.ddl
-
Abstract class to describe ALTER VIEW statements.
- SqlAlterView(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterView
- SqlAlterView() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlAlterViewAs - Class in org.apache.flink.sql.parser.ddl
-
ALTER DDL to change a view's query.
- SqlAlterViewAs(SqlParserPos, SqlIdentifier, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterViewAs
- SqlAlterViewProperties - Class in org.apache.flink.sql.parser.ddl
-
ALTER DDL to change properties of a view.
- SqlAlterViewProperties(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterViewProperties
- SqlAlterViewRename - Class in org.apache.flink.sql.parser.ddl
-
ALTER DDL to rename a view.
- SqlAlterViewRename(SqlParserPos, SqlIdentifier, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAlterViewRename
- SqlAnalyzeTable - Class in org.apache.flink.sql.parser.ddl
-
ANALYZE TABLE to compute the statistics for a given table.
- SqlAnalyzeTable(SqlParserPos, SqlIdentifier, SqlNodeList, SqlNodeList, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- SqlAnalyzeTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an ANALYZE TABLE statement.
- SqlBeginStatementSet - Class in org.apache.flink.sql.parser.dml
-
BEGIN STATEMENT SET.
- SqlBeginStatementSet(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dml.SqlBeginStatementSet
- SqlBeginStatementSet() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a start statement set statement.
- SqlColumnPosSpec - Enum in org.apache.flink.sql.parser.ddl.position
-
Enumeration of SQL column position specification.
- SqlCompileAndExecutePlan - Class in org.apache.flink.sql.parser.dml
-
AST node for
COMPILE AND EXECUTE PLAN 'planfile' FOR [DML]. - SqlCompileAndExecutePlan(SqlParserPos, SqlNode, SqlNode) - Constructor for class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- SqlCompileAndExecutePlan() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a compile plan statement.
- SqlCompilePlan - Class in org.apache.flink.sql.parser.ddl
-
AST node for
COMPILE PLAN 'planfile' [IF NOT EXISTS] FOR [DML]. - SqlCompilePlan(SqlParserPos, SqlNode, boolean, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- SqlCompilePlan() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a compile plan statement.
- SqlComputedColumn(SqlParserPos, SqlIdentifier, SqlNode, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlComputedColumn
- SqlConstraintEnforcement - Enum in org.apache.flink.sql.parser.ddl.constraint
-
Enumeration of SQL constraint enforcement.
- SqlConstraintValidator - Class in org.apache.flink.sql.parser
-
Util to validate
SqlTableConstraint. - SqlConstraintValidator() - Constructor for class org.apache.flink.sql.parser.SqlConstraintValidator
- SqlCreate() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a CREATE statement.
- SqlCreateCatalog - Class in org.apache.flink.sql.parser.ddl
-
CREATE CATALOG DDL sql call.
- SqlCreateCatalog(SqlParserPos, SqlIdentifier, SqlNodeList, SqlNode, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- SqlCreateCatalog(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a create catalog statement.
- SqlCreateDatabase - Class in org.apache.flink.sql.parser.ddl
-
CREATE Database DDL sql call.
- SqlCreateDatabase(SqlParserPos, SqlIdentifier, SqlNodeList, SqlCharStringLiteral, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- SqlCreateDatabase(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a create database statement.
- SqlCreateExtended(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlCreateFunction - Class in org.apache.flink.sql.parser.ddl
-
CREATE FUNCTION DDL sql call.
- SqlCreateFunction(SqlParserPos, SqlIdentifier, SqlCharStringLiteral, String, boolean, boolean, boolean, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- SqlCreateFunction(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlCreateMaterializedTable - Class in org.apache.flink.sql.parser.ddl
-
CREATE MATERIALIZED TABLE DDL sql call.
- SqlCreateMaterializedTable(SqlParserPos, SqlIdentifier, SqlCharStringLiteral, SqlTableConstraint, SqlNodeList, SqlNodeList, SqlIntervalLiteral, SqlLiteral, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- SqlCreateMaterializedTable(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a CREATE MATERIALIZED TABLE statement.
- SqlCreateModel - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the CREATE MODEL syntax. - SqlCreateModel(SqlParserPos, SqlIdentifier, SqlCharStringLiteral, SqlNodeList, SqlNodeList, SqlNodeList, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateModel
- SqlCreateModel(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
CREATE MODEL [IF NOT EXIST] modelName [INPUT(col1 type1, col2 type2, ...)]
- SqlCreateModelAs - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the CREATE MODEL AS syntax. - SqlCreateModelAs(SqlParserPos, SqlIdentifier, SqlCharStringLiteral, SqlNodeList, SqlNodeList, SqlNodeList, SqlNode, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- SqlCreateTable - Class in org.apache.flink.sql.parser.ddl
-
CREATE TABLE DDL sql call.
- SqlCreateTable(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlNodeList, SqlDistribution, SqlNodeList, SqlWatermark, SqlCharStringLiteral, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateTable
- SqlCreateTable(SqlSpecialOperator, SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlNodeList, SqlDistribution, SqlNodeList, SqlWatermark, SqlCharStringLiteral, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateTable
- SqlCreateTable(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlCreateTable.TableCreationContext - Class in org.apache.flink.sql.parser.ddl
-
Table creation context.
- SqlCreateTableAs - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the CREATE TABLE AS syntax. - SqlCreateTableAs(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlNodeList, SqlDistribution, SqlNodeList, SqlWatermark, SqlCharStringLiteral, SqlNode, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- SqlCreateTableLike - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the CREATE TABLE LIKE syntax. - SqlCreateTableLike(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlNodeList, SqlDistribution, SqlNodeList, SqlWatermark, SqlCharStringLiteral, SqlTableLike, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- SqlCreateView - Class in org.apache.flink.sql.parser.ddl
-
CREATE VIEW DDL sql call.
- SqlCreateView(SqlParserPos, SqlIdentifier, SqlNodeList, SqlNode, boolean, boolean, boolean, SqlCharStringLiteral, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateView
- SqlCreateView(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a create view or temporary view statement.
- SqlDelete() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a DELETE statement.
- SqlDescribe() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a DESCRIBE statement.
- SqlDescribeCatalog - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE CATALOG sql call.
- SqlDescribeCatalog(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- SqlDescribeCatalog() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "DESCRIBE CATALOG" metadata query command
- SqlDescribeDatabase - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE DATABASE [ EXTENDED] [ databaseName.] dataBasesName sql call.
- SqlDescribeDatabase(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- SqlDescribeDatabase() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDescribeJob - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE | DESC <JOB_ID> sql call.
- SqlDescribeJob(SqlParserPos, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlDescribeJob
- SqlDescribeJob() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "DESCRIBE JOB" statement: DESCRIBE | DESC JOB
- SqlDistribution - Class in org.apache.flink.sql.parser.ddl
-
Distribution statement in CREATE TABLE DDL, e.g.
- SqlDistribution(SqlParserPos, String, SqlNodeList, SqlNumericLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDistribution
- SqlDistribution(SqlParserPos) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDrop() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a DROP statement.
- SqlDropCatalog - Class in org.apache.flink.sql.parser.ddl
-
DROP CATALOG DDL sql call.
- SqlDropCatalog(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- SqlDropCatalog(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDropDatabase - Class in org.apache.flink.sql.parser.ddl
-
DROP DATABASE DDL sql call.
- SqlDropDatabase(SqlParserPos, SqlIdentifier, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- SqlDropDatabase(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDropExtended(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDropFunction - Class in org.apache.flink.sql.parser.ddl
-
DROP FUNCTION DDL sql call.
- SqlDropFunction(SqlParserPos, SqlIdentifier, boolean, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropFunction
- SqlDropFunction(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDropMaterializedTable - Class in org.apache.flink.sql.parser.ddl
-
DROP MATERIALIZED TABLE DDL sql call.
- SqlDropMaterializedTable(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
- SqlDropMaterializedTable(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a DROP MATERIALIZED TABLE statement.
- SqlDropModel - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the DROP MODEL [IF EXISTS] [[catalogName.] dataBasesName].modelName syntax. - SqlDropModel(SqlParserPos, SqlIdentifier, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropModel
- SqlDropModel(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
DROP MODEL [IF EXIST] modelName
- SqlDropPartitions - Class in org.apache.flink.sql.parser.ddl
-
ALTER TABLE DDL to drop partitions of a table.
- SqlDropPartitions(SqlParserPos, SqlIdentifier, boolean, List<SqlNodeList>) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- SqlDropPartitions.AlterTableDropPartitionsContext - Class in org.apache.flink.sql.parser.ddl
-
Alter table add partition context.
- SqlDropTable - Class in org.apache.flink.sql.parser.ddl
-
DROP TABLE DDL sql call.
- SqlDropTable(SqlParserPos, SqlIdentifier, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropTable
- SqlDropTable(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlDropView - Class in org.apache.flink.sql.parser.ddl
-
DROP VIEW DDL sql call.
- SqlDropView(SqlParserPos, SqlIdentifier, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlDropView
- SqlDropView(Span, boolean, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlEndStatementSet - Class in org.apache.flink.sql.parser.dml
-
END.
- SqlEndStatementSet(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dml.SqlEndStatementSet
- SqlEndStatementSet() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a end statement set statement.
- SQLEXCEPTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SqlExecute - Class in org.apache.flink.sql.parser.dml
-
SqlExecute contains a statement to execute. the statement can be
SqlSelect,SqlStatementSet, orRichSqlInsert, such as: execute select * from Table execute insert into A select * from B execute statement set begin insert into A select * from B; insert into C select * from D; end - SqlExecute(SqlNode, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dml.SqlExecute
- SqlExecute() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an execute statement.
- SqlExecutePlan - Class in org.apache.flink.sql.parser.dml
-
AST node for
EXECUTE PLAN 'planfile'. - SqlExecutePlan(SqlParserPos, SqlNode) - Constructor for class org.apache.flink.sql.parser.dml.SqlExecutePlan
- SqlExecutePlan() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an execute plan statement.
- SqlExplain() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an EXPLAIN PLAN statement.
- SqlExpressionEof() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a SQL expression (such as might occur in a WHERE clause) followed by the end-of-file symbol.
- sqlIdentifier - Variable in class org.apache.flink.sql.parser.dql.SqlShowCreate
- SqlInsert() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an INSERT statement.
- SqlInsertKeywords(List<SqlLiteral>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlJoin - Class in org.apache.calcite.sql
-
Parse tree node representing a
JOINclause. - SqlJoin(SqlParserPos, SqlNode, SqlLiteral, SqlLiteral, SqlNode, SqlLiteral, SqlNode) - Constructor for class org.apache.calcite.sql.SqlJoin
- SqlJoin.SqlJoinOperator - Class in org.apache.calcite.sql
-
Describes the syntax of the SQL
JOINoperator. - SqlJsonQueryFunction - Class in org.apache.calcite.sql.fun
-
The
JSON_QUERYfunction. - SqlJsonQueryFunction() - Constructor for class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- SqlLoadModule - Class in org.apache.flink.sql.parser.dql
-
LOAD MODULE sql call.
- SqlLoadModule(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.dql.SqlLoadModule
- SqlLoadModule() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a load module statement.
- SqlMapTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a SQL map type, e.g.
- SqlMapTypeNameSpec - Class in org.apache.flink.sql.parser.type
-
Parse SQL MAP type, i.e.
- SqlMapTypeNameSpec(SqlDataTypeSpec, SqlDataTypeSpec, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
-
Creates a
SqlMapTypeNameSpec. - SqlMerge() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a MERGE statement.
- SqlMetadataColumn(SqlParserPos, SqlIdentifier, SqlNode, SqlDataTypeSpec, SqlNode, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- SqlPartitionSpecProperty - Class in org.apache.flink.sql.parser
-
Properties of PartitionSpec, a key-value pair with key as component identifier and value as string literal.
- SqlPartitionSpecProperty(SqlIdentifier, SqlNode, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- SqlPartitionUtils - Class in org.apache.flink.sql.parser
-
Utils methods for partition DDLs.
- SqlProcedureCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a CALL statement.
- SqlProperty - Class in org.apache.flink.sql.parser
-
Properties of a DDL, a key-value pair with key as component identifier and value as string literal.
- SqlProperty(SqlIdentifier, SqlNode, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.SqlProperty
- SqlQueryEof() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a query (SELECT, UNION, INTERSECT, EXCEPT, VALUES, TABLE) followed by the end-of-file symbol.
- SqlQueryOrDml() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a query (SELECT or VALUES) or DML statement (INSERT, UPDATE, DELETE, MERGE).
- SqlRawTypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a SQL raw type such as
RAW('org.my.Class', 'sW3Djsds...'). - SqlRawTypeNameSpec - Class in org.apache.flink.sql.parser.type
-
Represents a raw type such as
RAW('org.my.Class', 'sW3Djsds...'). - SqlRawTypeNameSpec(SqlNode, SqlNode, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.type.SqlRawTypeNameSpec
- SqlRefreshMode - Enum in org.apache.flink.sql.parser.ddl
-
Enumeration of materialized table refresh mode.
- SqlRegularColumn(SqlParserPos, SqlIdentifier, SqlNode, SqlDataTypeSpec, SqlTableConstraint) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- SqlRemoveJar - Class in org.apache.flink.sql.parser.ddl
-
REMOVE JAR sql call to remove jar from the classloader.
- SqlRemoveJar(SqlParserPos, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- SqlRemoveJar() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a remove jar statement.
- SqlReplaceTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parser a REPLACE TABLE AS statement
- SqlReplaceTableAs - Class in org.apache.flink.sql.parser.ddl
-
SqlNodeto describe the [CREATE OR] REPLACE TABLE AS (RTAS) syntax. - SqlReplaceTableAs(SqlParserPos, SqlIdentifier, SqlNodeList, List<SqlTableConstraint>, SqlNodeList, SqlDistribution, SqlNodeList, SqlWatermark, SqlCharStringLiteral, SqlNode, boolean, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- SqlReset - Class in org.apache.flink.sql.parser.ddl
-
SQL call for "RESET" and "RESET 'key'".
- SqlReset(SqlParserPos, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlReset
- SqlReset() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a RESET statement: RESET ['key'];
- SqlResource - Class in org.apache.flink.sql.parser.ddl.resource
-
SqlNode to describe resource type and its path information.
- SqlResource(SqlParserPos, SqlLiteral, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.ddl.resource.SqlResource
- SqlResourceInfo() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse resource type and path.
- SqlResourceType - Enum in org.apache.flink.sql.parser.ddl.resource
-
Enumeration of SQL resource type specification.
- SqlRichDescribeFunction - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE FUNCTION [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
- SqlRichDescribeFunction(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- SqlRichDescribeFunction() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
DESCRIBE | DESC FUNCTION [ EXTENDED] [[catalogName.] dataBasesName].functionName sql call.
- SqlRichDescribeModel - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE MODEL [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
- SqlRichDescribeModel(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- SqlRichDescribeModel() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
DESCRIBE | DESC MODEL [ EXTENDED] [[catalogName.] dataBasesName].modelName sql call.
- SqlRichDescribeTable - Class in org.apache.flink.sql.parser.dql
-
DESCRIBE [ EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
- SqlRichDescribeTable(SqlParserPos, SqlIdentifier, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- SqlRichDescribeTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
DESCRIBE | DESC [ EXTENDED] [[catalogName.] dataBasesName].tableName sql call.
- SqlRichExplain - Class in org.apache.flink.sql.parser.dql
-
EXPLAIN [PLAN FOR | (ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN | ANALYZED_PHYSICAL_PLAN) (,(ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN | PLAN_ADVICE))*] STATEMENT sql call.
- SqlRichExplain(SqlParserPos, SqlNode) - Constructor for class org.apache.flink.sql.parser.dql.SqlRichExplain
- SqlRichExplain(SqlParserPos, SqlNode, Set<String>) - Constructor for class org.apache.flink.sql.parser.dql.SqlRichExplain
- SqlRichExplain() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an explain module statement.
- SqlSelect() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a leaf SELECT expression without ORDER BY.
- SqlSelectKeywords(List<SqlLiteral>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlSet - Class in org.apache.flink.sql.parser.ddl
-
SQL call for "SET" and "SET 'key' = 'value'".
- SqlSet(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.ddl.SqlSet
- SqlSet(SqlParserPos, SqlNode, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlSet
- SqlSet() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlSetOption(Span, String) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses "SET <NAME> = VALUE" or "RESET <NAME>", without a leading "ALTER <SCOPE>".
- SqlShowCall - Class in org.apache.flink.sql.parser.dql
-
Abstract class for SHOW sql call.
- SqlShowCall(SqlParserPos, String, SqlIdentifier, String, SqlCharStringLiteral, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCall
- SqlShowCatalogs - Class in org.apache.flink.sql.parser.dql
-
SHOW Catalogs sql call.
- SqlShowCatalogs(SqlParserPos, String, SqlCharStringLiteral, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCatalogs
- SqlShowCatalogs() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "Show Catalogs" metadata query command.
- SqlShowColumns - Class in org.apache.flink.sql.parser.dql
-
Show [[catalog.] dataBasesName.]sqlIdentifier sql call.
- SqlShowColumns(SqlParserPos, String, SqlIdentifier, boolean, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowColumns
- SqlShowColumns() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
SHOW COLUMNS FROM [[catalog.] database.]sqlIdentifier sql call.
- SqlShowCreate - Class in org.apache.flink.sql.parser.dql
-
Abstract class for
SqlShowCreateTableandSqlShowCreateView. - SqlShowCreate(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCreate
- SqlShowCreate() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "Show Create Table" query and "Show Create View" and "Show Create Catalog" query commands.
- SqlShowCreateCatalog - Class in org.apache.flink.sql.parser.dql
-
SHOW CREATE CATALOG sql call.
- SqlShowCreateCatalog(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- SqlShowCreateModel - Class in org.apache.flink.sql.parser.dql
-
SHOW CREATE MODEL sql call.
- SqlShowCreateModel(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- SqlShowCreateTable - Class in org.apache.flink.sql.parser.dql
-
SHOW CREATE TABLE sql call.
- SqlShowCreateTable(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- SqlShowCreateView - Class in org.apache.flink.sql.parser.dql
-
SHOW CREATE VIEW sql call.
- SqlShowCreateView(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCreateView
- SqlShowCurrentCatalog - Class in org.apache.flink.sql.parser.dql
-
SHOW CURRENT CATALOG sql call.
- SqlShowCurrentCatalog(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCurrentCatalog
- SqlShowCurrentCatalogOrDatabase() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlShowCurrentDatabase - Class in org.apache.flink.sql.parser.dql
-
Show current database.
- SqlShowCurrentDatabase(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowCurrentDatabase
- SqlShowDatabases - Class in org.apache.flink.sql.parser.dql
-
SHOW Databases sql call.
- SqlShowDatabases(SqlParserPos, String, SqlIdentifier, String, SqlCharStringLiteral, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowDatabases
- SqlShowDatabases() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "Show DATABASES" metadata query command.
- SqlShowFunctions - Class in org.apache.flink.sql.parser.dql
-
Show Functions sql call.
- SqlShowFunctions(SqlParserPos, boolean, String, SqlIdentifier, String, SqlCharStringLiteral, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowFunctions
- SqlShowFunctions() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a show functions statement.
- SqlShowJars - Class in org.apache.flink.sql.parser.dql
-
SHOW JARS sql call.
- SqlShowJars(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowJars
- SqlShowJars() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a show jars statement.
- SqlShowJobs - Class in org.apache.flink.sql.parser.dql
-
The command to list running flink jobs in a cluster.
- SqlShowJobs(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowJobs
- SqlShowJobs() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a "SHOW JOBS" statement.
- SqlShowModels - Class in org.apache.flink.sql.parser.dql
-
SqlNodeto describe the SHOW MODELS syntax. - SqlShowModels(SqlParserPos, String, SqlIdentifier, boolean, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowModels
- SqlShowModels() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
SHOW MODELS [FROM [catalog.] database] sql call.
- SqlShowModules - Class in org.apache.flink.sql.parser.dql
-
SHOW [FULL] MODULES sql call.
- SqlShowModules(SqlParserPos, boolean) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowModules
- SqlShowModules() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a show modules statement.
- SqlShowPartitions - Class in org.apache.flink.sql.parser.dql
-
SHOW PARTITIONS sql call.
- SqlShowPartitions(SqlParserPos, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowPartitions
- SqlShowPartitions() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
SHOW PARTITIONS table_name [PARTITION partition_spec];
- SqlShowProcedures - Class in org.apache.flink.sql.parser.dql
-
SHOW PROCEDURES sql call.
- SqlShowProcedures(SqlParserPos, String, SqlIdentifier, boolean, String, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowProcedures
- SqlShowProcedures() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a show functions statement.
- SqlShowTables - Class in org.apache.flink.sql.parser.dql
-
SHOW TABLES sql call.
- SqlShowTables(SqlParserPos, String, SqlIdentifier, boolean, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowTables
- SqlShowTables() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a show tables statement.
- SqlShowViews - Class in org.apache.flink.sql.parser.dql
-
SHOW VIEWS sql call.
- SqlShowViews(SqlParserPos, String, SqlIdentifier, boolean, SqlCharStringLiteral) - Constructor for class org.apache.flink.sql.parser.dql.SqlShowViews
- SqlShowViews() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
SHOW VIEWS FROM [catalog.] database sql call.
- SQLSTATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SqlStatementSet - Class in org.apache.flink.sql.parser.dml
-
Statement Set contains a group of inserts. eg: execute statement set begin insert into A select * from B; insert into C select * from D; end
- SqlStatementSet(List<RichSqlInsert>, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.dml.SqlStatementSet
- SqlStatementSet() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a statement set.
- SqlStmt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an SQL statement.
- SqlStmtEof() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an SQL statement followed by the end-of-file symbol.
- SqlStmtList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a list of SQL statements separated by semicolon.
- SqlStopJob - Class in org.apache.flink.sql.parser.ddl
-
The command to stop a flink job.
- SqlStopJob(SqlParserPos, SqlCharStringLiteral, boolean, boolean) - Constructor for class org.apache.flink.sql.parser.ddl.SqlStopJob
- SqlStopJob() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a STOP JOB statement: STOP JOB
[ ] [ ]; - SqlTableColumn - Class in org.apache.flink.sql.parser.ddl
-
Table column of a CREATE TABLE DDL.
- SqlTableColumn.SqlComputedColumn - Class in org.apache.flink.sql.parser.ddl
-
A column derived from an expression.
- SqlTableColumn.SqlMetadataColumn - Class in org.apache.flink.sql.parser.ddl
-
A column derived from metadata.
- SqlTableColumn.SqlRegularColumn - Class in org.apache.flink.sql.parser.ddl
-
A regular, physical column.
- SqlTableColumnPosition - Class in org.apache.flink.sql.parser.ddl.position
-
SqlNode to describe table column and its position.
- SqlTableColumnPosition(SqlParserPos, SqlTableColumn, SqlLiteral, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- SqlTableConstraint - Class in org.apache.flink.sql.parser.ddl.constraint
-
Table constraint of a table definition.
- SqlTableConstraint(SqlIdentifier, SqlLiteral, SqlNodeList, SqlLiteral, boolean, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
-
Creates a table constraint node.
- SqlTableLike - Class in org.apache.flink.sql.parser.ddl
-
A
LIKEclause in aCREATE TABLEstatement. - SqlTableLike(SqlParserPos, SqlIdentifier, List<SqlTableLike.SqlTableLikeOption>) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableLike
- SqlTableLike(SqlParserPos) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlTableLike.FeatureOption - Enum in org.apache.flink.sql.parser.ddl
-
A feature of a table descriptor that will be merged into the new table.
- SqlTableLike.MergingStrategy - Enum in org.apache.flink.sql.parser.ddl
-
A strategy that describes how the features of the parent source table should be merged with the features of the newly created table.
- SqlTableLike.SqlTableLikeOption - Class in org.apache.flink.sql.parser.ddl
-
A pair of
SqlTableLike.MergingStrategyandSqlTableLike.FeatureOption. - SqlTableLikeOption(SqlTableLike.MergingStrategy, SqlTableLike.FeatureOption) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- SqlTableLikeOption() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlTableOption - Class in org.apache.flink.sql.parser.ddl
-
Table options of a DDL, a key-value pair with both key and value as string literal.
- SqlTableOption(SqlNode, SqlNode, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.ddl.SqlTableOption
- SqlTimestampLtzTypeNameSpec - Class in org.apache.flink.sql.parser.type
-
Represents type TIMESTAMP_LTZ(int) which is a synonym of type TIMESTAMP(int) WITH LOCAL TIME ZONE.
- SqlTimestampLtzTypeNameSpec(String, SqlTypeName, int, SqlParserPos) - Constructor for class org.apache.flink.sql.parser.type.SqlTimestampLtzTypeNameSpec
-
Creates a
SqlTimestampLtzTypeNameSpecinstance. - SqlTruncateTable - Class in org.apache.flink.sql.parser.dml
-
SqlNode to describe TRUNCATE TABLE statement.
- SqlTruncateTable(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dml.SqlTruncateTable
- SqlTruncateTable() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a TRUNCATE TABLE statement.
- SqlTypeName(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlTypeName1(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlTypeName2(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlTypeName3(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlUniqueSpec - Enum in org.apache.flink.sql.parser.ddl.constraint
-
Enumeration of SQL unique specification.
- SqlUnloadModule - Class in org.apache.flink.sql.parser.dql
-
UNLOAD MODULE sql call.
- SqlUnloadModule(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.dql.SqlUnloadModule
- SqlUnloadModule() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an unload module statement.
- SqlUnparseUtils - Class in org.apache.flink.sql.parser
-
Utils to unparse DDLs.
- SqlUnresolvedTryCastFunction - Class in org.apache.flink.sql.parser.expr
-
This is the unresolved version of
TRY_CAST. - SqlUnresolvedTryCastFunction(SqlParserPos) - Constructor for class org.apache.flink.sql.parser.expr.SqlUnresolvedTryCastFunction
- SqlUpdate() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an UPDATE statement.
- SqlUseCatalog - Class in org.apache.flink.sql.parser.ddl
-
USE CATALOG sql call.
- SqlUseCatalog(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- SqlUseCatalog() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlUseDatabase - Class in org.apache.flink.sql.parser.ddl
-
USE [catalog.]database sql call.
- SqlUseDatabase(SqlParserPos, SqlIdentifier) - Constructor for class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- SqlUseDatabase() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SqlUseModules - Class in org.apache.flink.sql.parser.ddl
-
USE MODULES sql call.
- SqlUseModules(SqlParserPos, List<SqlIdentifier>) - Constructor for class org.apache.flink.sql.parser.ddl.SqlUseModules
- SqlUseModules() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an use modules statement.
- SqlValidateException - Exception in org.apache.flink.sql.parser.error
-
SQL parse Exception.
- SqlValidateException(SqlParserPos, String) - Constructor for exception org.apache.flink.sql.parser.error.SqlValidateException
- SqlValidateException(SqlParserPos, String, Exception) - Constructor for exception org.apache.flink.sql.parser.error.SqlValidateException
- SQLWARNING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SqlWatermark - Class in org.apache.flink.sql.parser.ddl
-
Watermark statement in CREATE TABLE DDL, e.g.
- SqlWatermark(SqlParserPos, SqlIdentifier, SqlNode) - Constructor for class org.apache.flink.sql.parser.ddl.SqlWatermark
- SQRT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- StandardFloorCeilOptions(Span, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- STAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- START - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STATEMENT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STATIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- staticFlag - Static variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- STATISTICS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STDDEV_POP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STDDEV_SAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STOP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STREAM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STRING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STRING_AGG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- StringAggFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to the STRING_AGG aggregate function (or to an aggregate function with similar syntax: ARRAY_AGG, ARRAY_CONCAT_AGG, GROUP_CONCAT).
- StringLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a string literal.
- STRUCTURE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- STYLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUBCLASS_ORIGIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUBMULTISET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUBSET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SubsetDefinitionCommaList(Span) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SUBSTITUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUBSTRING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUBSTRING_REGEX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUCCEEDS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUNDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SUSPEND - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- switchTo(SqlAbstractParserImpl.LexicalState) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- SwitchTo(int) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImplTokenManager
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- symbol(SqlParserPos) - Method in enum org.apache.flink.sql.parser.dml.RichSqlInsertKeyword
-
Creates a parse-tree node representing an occurrence of this keyword at a particular position in the parsed text.
- SYMMETRIC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SYSTEM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SYSTEM_TIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- SYSTEM_USER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
T
- TABLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TABLE_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TableApiIdentifier() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Those methods should not be used in SQL.
- TableApiIdentifierSegment(List<String>, List<SqlParserPos>) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableColumn(SqlCreateTable.TableCreationContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableColumnsOrIdentifiers(SqlParserPos, SqlCreateTable.TableCreationContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableConstraint() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a table constraint for CREATE TABLE.
- TableConstructor() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a VALUES leaf query expression.
- TableCreationContext() - Constructor for class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- TableFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableHints(SqlIdentifier) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses hints following a table reference, and returns the wrapped table reference.
- tableIdentifier - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- tableIdentifier - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- tableNameIdentifier - Variable in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- TableOption() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableOverOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Allows an OVER clause following a table expression as an extension to standard SQL syntax.
- TableParam() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Table parameter of a table function.
- TableRef() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a table reference in a FROM clause, not lateral unless LATERAL is explicitly specified.
- TableRef1(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TableRef2(boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a table reference in a FROM clause.
- TableRef3(SqlAbstractParserImpl.ExprContext, boolean) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TABLES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Tablesample(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- TABLESAMPLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- tabSize - Variable in class org.apache.flink.sql.parser.impl.SimpleCharStream
- TEMPORARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- THEN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- THURSDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIME_DIFF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIME_TRUNC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TimeDiffFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to BigQuery's TIME_DIFF.
- TIMESTAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIMESTAMP_DIFF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIMESTAMP_LTZ - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIMESTAMP_TRUNC - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIMESTAMPADD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TimestampAddFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to TIMESTAMPADD.
- TIMESTAMPDIFF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TimestampDiff3FunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to BigQuery's TIMESTAMP_DIFF.
- TimestampDiffFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to TIMESTAMPDIFF.
- TimestampTruncFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to TIMESTAMP_TRUNC.
- TimeTruncFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a call to TIME_TRUNC.
- TimeUnit() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a built-in time unit (e.g.
- TimeUnitOrName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a built-in time unit (e.g.
- TIMEZONE_HOUR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TIMEZONE_MINUTE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TimeZoneOpt() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parse a time zone suffix for DateTime types.
- TINYINT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TO - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- token - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- Token - Class in org.apache.flink.sql.parser.impl
-
Describes the input token stream.
- Token() - Constructor for class org.apache.flink.sql.parser.impl.Token
- token_source - Variable in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- tokenImage - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- tokenImage - Variable in exception org.apache.flink.sql.parser.impl.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in org.apache.flink.sql.parser.impl
- TokenMgrError() - Constructor for error org.apache.flink.sql.parser.impl.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.flink.sql.parser.impl.TokenMgrError
- TokenMgrError(String, int) - Constructor for error org.apache.flink.sql.parser.impl.TokenMgrError
- TOP_LEVEL_COUNT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- toSqlString(UnaryOperator<SqlWriterConfig>) - Method in class org.apache.calcite.sql.SqlJoin
- toString() - Method in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
- toString() - Method in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
- toString() - Method in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
- toString() - Method in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
- toString() - Method in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
- toString() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike.SqlTableLikeOption
- toString() - Method in class org.apache.flink.sql.parser.impl.Token
-
Returns the image.
- TRAILING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSACTION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSACTIONS_ACTIVE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSACTIONS_COMMITTED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSACTIONS_ROLLED_BACK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSFORM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSFORMS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSLATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSLATE_REGEX - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRANSLATION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TREAT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIGGER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIGGER_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIGGER_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIGGER_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIM - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRIM_ARRAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRUNCATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TRY_CAST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TryCastFunctionCall() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a TRY_CAST invocation.
- TUESDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TUMBLE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TYPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- TypedColumn(SqlCreateTable.TableCreationContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses
column_name column_data_type [...]. - TypeName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
U
- UESCAPE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNBOUNDED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNCOMMITTED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNCONDITIONAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNDER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNICODE_QUOTED_ESCAPE_CHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNICODE_QUOTED_IDENTIFIER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNICODE_STRING_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNIQUE - Enum constant in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
- UNIQUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UniqueSpec() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- UNKNOWN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNLOAD - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNNAMED - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UNNEST - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.constraint.SqlTableConstraint
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.position.SqlTableColumnPosition
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.resource.SqlResource
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAddPartitions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogComment
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogOptions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterCatalogReset
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterFunction
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableAsQuery
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableFreshness
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableOptions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefresh
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableRefreshMode
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableReset
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableResume
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTableSuspend
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterModel
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableAdd
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableAddConstraint
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropColumn
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropConstraint
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropDistribution
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropPrimaryKey
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableDropWatermark
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableModify
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableOptions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRename
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableRenameColumn
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableReset
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterView
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewAs
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewProperties
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAlterViewRename
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAnalyzeTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCompilePlan
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateFunction
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateMaterializedTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlCreateView
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropFunction
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropModel
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropPartitions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDropView
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlReset
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlSet
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlStopJob
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableOption
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlUseCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlUseDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlUseModules
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlWatermark
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.RichSqlInsert
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlBeginStatementSet
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlCompileAndExecutePlan
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlEndStatementSet
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlExecute
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlExecutePlan
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlStatementSet
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dml.SqlTruncateTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlDescribeCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlDescribeDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlDescribeJob
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlLoadModule
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeFunction
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeModel
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlRichDescribeTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlRichExplain
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCall
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateModel
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateTable
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCreateView
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentCatalog
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowCurrentDatabase
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowJars
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowJobs
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowModules
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlShowPartitions
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.dql.SqlUnloadModule
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.SqlPartitionSpecProperty
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.SqlProperty
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.type.SqlMapTypeNameSpec
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.type.SqlRawTypeNameSpec
- unparse(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.type.SqlTimestampLtzTypeNameSpec
- unparse(SqlWriter, SqlCall, int, int) - Method in class org.apache.calcite.sql.fun.SqlJsonQueryFunction
- unparse(SqlWriter, SqlCall, int, int) - Method in class org.apache.calcite.sql.SqlJoin.SqlJoinOperator
- unparse(SqlWriter, SqlCall, int, int) - Method in class org.apache.flink.sql.parser.expr.SqlUnresolvedTryCastFunction
- unparseAlter(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlDistribution
- unparseAlterOperation(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlAddJar
- unparseAlterOperation(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlRemoveJar
- unparseAsStandard() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlCollectionTypeNameSpec
- unparseAsStandard() - Method in class org.apache.flink.sql.parser.type.ExtendedSqlRowTypeNameSpec
- unparseColumn(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlComputedColumn
- unparseColumn(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlMetadataColumn
- unparseColumn(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn.SqlRegularColumn
- unparseColumn(SqlWriter, int, int) - Method in class org.apache.flink.sql.parser.ddl.SqlTableColumn
- unparseTableSchema(SqlWriter, int, int, SqlNodeList, List<SqlTableConstraint>, SqlWatermark) - Static method in class org.apache.flink.sql.parser.SqlUnparseUtils
- Unpivot(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses an UNPIVOT clause following a table expression.
- UNPIVOT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UnquantifiedFunctionParameterList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses function parameter lists.
- UNSIGNED_INTEGER_LITERAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UnsignedIntLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- UnsignedNumericLiteral() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a unsigned numeric literal
- UnsignedNumericLiteralOrParam() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Numeric literal or parameter; used in LIMIT, OFFSET and FETCH clauses.
- unsupportedFreshnessType() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- UnusedExtension() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Defines a production which can never be accepted by the parser.
- UPDATE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UpdateLineColumn(char) - Method in class org.apache.flink.sql.parser.impl.SimpleCharStream
- UPPER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UPSERT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USAGE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USER_DEFINED_TYPE_CATALOG - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USER_DEFINED_TYPE_CODE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USER_DEFINED_TYPE_NAME - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USER_DEFINED_TYPE_SCHEMA - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- USING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UTF16 - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UTF32 - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- UTF8 - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
V
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModel
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateModelAs
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTable
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableAs
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlCreateTableLike
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlReplaceTableAs
- validate() - Method in class org.apache.flink.sql.parser.ddl.SqlTableLike
- validate() - Method in interface org.apache.flink.sql.parser.ExtendedSqlNode
- validate(SqlTableConstraint) - Static method in class org.apache.flink.sql.parser.SqlConstraintValidator
-
Check table constraint.
- validateAndChangeColumnNullability(List<SqlTableConstraint>, SqlNodeList) - Static method in class org.apache.flink.sql.parser.SqlConstraintValidator
-
Check constraints and change the nullability of primary key columns.
- VALUE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VALUE_OF - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.dml.RichSqlInsertKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.constraint.SqlConstraintEnforcement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.constraint.SqlUniqueSpec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.position.SqlColumnPosSpec
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.resource.SqlResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.SqlRefreshMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.ddl.SqlTableLike.MergingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.dml.RichSqlInsertKeyword
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.flink.sql.parser.validate.FlinkSqlConformance
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VAR_POP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VAR_SAMP - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VARBINARY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VARCHAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VARYING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VERSION - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VERSIONING - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VERTICAL_BAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VIEW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- viewIdentifier - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterView
- VIEWS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- VIRTUAL - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
W
- watermark - Variable in class org.apache.flink.sql.parser.ddl.SqlAlterTableSchema
- watermark - Variable in class org.apache.flink.sql.parser.ddl.SqlCreateTable.TableCreationContext
- Watermark(SqlCreateTable.TableCreationContext) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WATERMARK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WATERMARKS - Enum constant in enum org.apache.flink.sql.parser.ddl.SqlTableLike.FeatureOption
- WATERMARKS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WEDNESDAY - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Week() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WEEK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- weekdayName() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WEEKS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WHEN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WHENEVER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WhenMatchedClause(SqlNode, SqlIdentifier) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WhenNotMatchedClause(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- Where() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a WHERE clause for SELECT, DELETE, and UPDATE.
- WHERE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WHITESPACE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WIDTH_BUCKET - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- Window() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a WINDOW clause for SELECT.
- WINDOW - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WindowRange() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WindowSpecification() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
-
Parses a window specification.
- WITH - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- withDrainOnlyUsedWithSavepoint() - Method in interface org.apache.flink.sql.parser.utils.ParserResource
- WITHIN - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- withinDistinct(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- withinGroup(SqlNode) - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WithList() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- WITHOUT - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WORK - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WRAPPER - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- WRITE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
X
- XML - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
Y
- Year() - Method in class org.apache.flink.sql.parser.impl.FlinkSqlParserImpl
- YEAR - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
- YEARS - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
Z
- ZONE - Static variable in interface org.apache.flink.sql.parser.impl.FlinkSqlParserImplConstants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form