Modifier and Type | Class and Description |
---|---|
class |
CatalogManager
A manager for dealing with catalog objects such as tables, views, functions, and types.
|
Modifier and Type | Method and Description |
---|---|
CatalogRegistry |
ParserFactory.Context.getCatalogRegistry() |
Modifier and Type | Method and Description |
---|---|
CatalogRegistry |
DefaultCalciteContext.getCatalogRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
HiveSessionState.startSessionState(HiveConf hiveConf,
CatalogRegistry catalogRegistry) |
Constructor and Description |
---|
HiveParserCalcitePlanner(HiveParserQueryState queryState,
CalciteContext calciteContext,
org.apache.calcite.prepare.CalciteCatalogReader catalogReader,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
CatalogRegistry catalogRegistry) |
HiveParserDMLHelper(CalciteContext calciteContext,
SqlFunctionConverter funcConverter,
CatalogRegistry catalogRegistry) |
Modifier and Type | Method and Description |
---|---|
static ObjectIdentifier |
HiveParserBaseSemanticAnalyzer.getObjectIdentifier(CatalogRegistry catalogRegistry,
HiveParserASTNode tabNameNode) |
static ResolvedCatalogBaseTable<?> |
HiveParserBaseSemanticAnalyzer.getResolvedCatalogBaseTable(CatalogRegistry catalogRegistry,
ObjectIdentifier tableIdentifier) |
static ObjectIdentifier |
HiveParserBaseSemanticAnalyzer.parseCompoundName(CatalogRegistry catalogRegistry,
String compoundName) |
Constructor and Description |
---|
HiveParserSemanticAnalyzer(HiveParserQueryState queryState,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
org.apache.calcite.plan.RelOptCluster cluster,
CatalogRegistry catalogRegistry) |
TableSpec(CatalogRegistry catalogRegistry,
HiveConf conf,
HiveParserASTNode ast,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
org.apache.calcite.plan.RelOptCluster cluster) |
Constructor and Description |
---|
HiveParserDDLSemanticAnalyzer(HiveParserQueryState queryState,
Catalog hiveCatalog,
CatalogRegistry catalogRegistry,
HiveParser hiveParser,
HiveShim hiveShim,
HiveParserContext context,
HiveParserDMLHelper dmlHelper,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
org.apache.calcite.plan.RelOptCluster cluster,
CalciteContext calciteContext) |
HiveParserLoadSemanticAnalyzer(HiveConf conf,
org.apache.calcite.tools.FrameworkConfig frameworkConfig,
org.apache.calcite.plan.RelOptCluster cluster,
CatalogRegistry catalogRegistry) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.