Package | Description |
---|---|
org.apache.lens.cube.parse |
Modifier and Type | Method and Description |
---|---|
static HQLParser.AppendMode |
HQLParser.AppendMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HQLParser.AppendMode[] |
HQLParser.AppendMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
HQLParser.getString(org.apache.hadoop.hive.ql.parse.ASTNode tree,
HQLParser.AppendMode appendMode) |
static void |
HQLParser.toInfixString(org.apache.hadoop.hive.ql.parse.ASTNode root,
StringBuilder buf,
HQLParser.AppendMode appendMode)
Recursively reconstruct query string given a query AST
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.