public final class DDLSemanticAnalyzerFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DDLSemanticAnalyzerFactory.DDLSemanticAnalyzerCategory
Reveals the actual type of an ASTTree that has a category as main element.
|
static interface |
DDLSemanticAnalyzerFactory.DDLType
Annotation for the handled type by the analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseSemanticAnalyzer |
getAnalyzer(ASTNode root,
QueryState queryState) |
static BaseSemanticAnalyzer |
getAnalyzer(ASTNode root,
QueryState queryState,
Hive db) |
static boolean |
handles(ASTNode root) |
public static boolean handles(ASTNode root)
public static BaseSemanticAnalyzer getAnalyzer(ASTNode root, QueryState queryState)
public static BaseSemanticAnalyzer getAnalyzer(ASTNode root, QueryState queryState, Hive db)
Copyright © 2024 The Apache Software Foundation. All rights reserved.