Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.calcite.sql.validate Classes and Interfaces - 47 results found.
NameDescriptionTypePackageFramework
AggregatingScopeAn extension to the SqlValidatorScope interface which indicates that the scope is aggregating.Interfaceorg.apache.calcite.sql.validateCalcite
AggregatingSelectScopeScope for resolving identifiers within a SELECT statement that has a The same set of identifiers are in scope, but it won't allow access toClassorg.apache.calcite.sql.validateCalcite
AliasNamespaceNamespace for an AS t(c1, c2, .Classorg.apache.calcite.sql.validateCalcite
CollectNamespaceNamespace for COLLECT and TABLE constructs.Classorg.apache.calcite.sql.validateCalcite
DelegatingNamespaceAn implementation of SqlValidatorNamespace that delegates all methods to an underlying object.Classorg.apache.calcite.sql.validateCalcite
DelegatingScopeA scope which delegates all requests to its parent scope.Classorg.apache.calcite.sql.validateCalcite
DelegatingSqlValidatorCatalogReader SqlValidatorCatalogReader that passes all calls to a parent catalog reader.Classorg.apache.calcite.sql.validateCalcite
DelegatingSqlValidatorTable delegating to a parent table.Classorg.apache.calcite.sql.validateCalcite
IdentifierNamespaceClassorg.apache.calcite.sql.validateCalcite
JoinScopeThe name-resolution context for expression inside a JOIN clause.Classorg.apache.calcite.sql.validateCalcite
ListScopeAbstract base for a scope which is defined by a list of child namespaces and which inherits from a parent scope.Classorg.apache.calcite.sql.validateCalcite
OrderByScopeRepresents the name-resolution context for expressions in an ORDER BY clause.Classorg.apache.calcite.sql.validateCalcite
OverScopeThe name-resolution scope of a OVER clause.Classorg.apache.calcite.sql.validateCalcite
ParameterScopeA scope which contains nothing besides a few parameters.Classorg.apache.calcite.sql.validateCalcite
ProcedureNamespaceNamespace whose contents are defined by the result of a call to a user-defined procedure.Classorg.apache.calcite.sql.validateCalcite
SelectNamespaceNamespace offered by a subquery.Classorg.apache.calcite.sql.validateCalcite
SelectScopeThe name-resolution scope of a SELECT clause.Classorg.apache.calcite.sql.validateCalcite
SetopNamespaceNamespace based upon a set operation (UNION, INTERSECT, EXCEPT).Classorg.apache.calcite.sql.validateCalcite
SqlConformanceEnumeration of valid SQL compatiblity modes.Classorg.apache.calcite.sql.validateCalcite
SqlIdentifierMonikerAn implementation of SqlMoniker that encapsulates the normalized name information of a SqlIdentifier.Classorg.apache.calcite.sql.validateCalcite
SqlModalityRelational or streaming.Classorg.apache.calcite.sql.validateCalcite
SqlMonikerInterfaceorg.apache.calcite.sql.validateCalcite
SqlMonikerImplA generic implementation of SqlMoniker.Classorg.apache.calcite.sql.validateCalcite
SqlMonikerTypeAn enumeration of moniker types.Classorg.apache.calcite.sql.validateCalcite
SqlMonotonicityenum SqlMonotonicityEnumeration of types of monotonicity.Classorg.apache.calcite.sql.validateCalcite
SqlQualifiedFully-qualified identifier.Classorg.apache.calcite.sql.validateCalcite
SqlScopedShuttleRefinement to SqlShuttle which maintains a stack of scopes.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedAggFunctionUser-defined aggregate function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedFunctionUser-defined scalar function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedTableFunctionUser-defined table function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedTableMacroUser-defined table macro.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorValidates the parse tree of a SQL statement, and provides semantic information about the parse tree.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorCatalogReaderSupplies catalog information for SqlValidator.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorExceptionException thrown while validating a SQL statement.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorImplDefault implementation of SqlValidator.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorImpl .DmlNamespaceCommon base class for DML statement namespaces.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .FunctionParamInfoClassorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .IdInfoInformation about an identifier in a particular scope.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .StatusValidation is in progress for this scope.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorNamespaceA namespace describes the relation returned by a section of a SQL query.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorScopeName-resolution scope.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorTableSupplies a SqlValidator with the metadata for a table.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorUtilUtility methods related to validation.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorUtil .DeepCopierClassorg.apache.calcite.sql.validate.SqlValidatorUtilCalcite
SqlValidatorWithHints qualified names of sql objects, alternative valid sql objects that can be used in the SQL statement (dubbed as hints)Interfaceorg.apache.calcite.sql.validateCalcite
TableConstructorNamespaceNamespace for a table constructor VALUES (expr, expr, .Classorg.apache.calcite.sql.validateCalcite
WithNamespaceNamespace for WITH clause.Classorg.apache.calcite.sql.validateCalcite