Interface | Description |
---|---|
ExtraCalciteResource |
Compiler-checked resources similar to CalciteResource in Calcite project.
|
Class | Description |
---|---|
IdentifierSnapshotNamespace |
A namespace for the statement with
FOR SYSTEM_TIME AS OF TIMESTAMP clause. |
ProcedureNamespace |
Namespace whose contents are defined by the result of a call to a user-defined procedure.
|
SnapshotScope |
Represents the name-resolution context for expressions in an FOR SYSTEM_TIME AS OF TIMESTAMP
clause.
|
SqlValidatorImpl |
Default implementation of
SqlValidator , the class was copied over because of
CALCITE-4554. |
SqlValidatorImpl.DmlNamespace |
Common base class for DML statement namespaces.
|
SqlValidatorImpl.FunctionParamInfo |
Utility object used to maintain information about the parameters in a function call.
|
SqlValidatorImpl.IdInfo |
Information about an identifier in a particular scope.
|
SqlValidatorWithSnapshot |
Extends
SqlValidatorImpl to allow to read the schema with a specific version. |
Enum | Description |
---|---|
SqlValidatorImpl.Status |
Validation status.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.