public final class SkewedTableUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<List<String>> |
analyzeDDLSkewedValues(ASTNode node) |
static List<String> |
analyzeSkewedTableDDLColNames(ASTNode node) |
static List<String> |
getSkewedValuesFromASTNode(ASTNode node) |
public static List<String> analyzeSkewedTableDDLColNames(ASTNode node) throws SemanticException
SemanticExceptionpublic static List<List<String>> analyzeDDLSkewedValues(ASTNode node) throws SemanticException
SemanticExceptionpublic static List<String> getSkewedValuesFromASTNode(ASTNode node) throws SemanticException
SemanticExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.