public class HiveParserQBExpr extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HiveParserQBExpr.Opcode
Opcode.
|
Constructor and Description |
---|
HiveParserQBExpr(String alias) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsQueryWithoutSourceTable()
returns true, if the query block contains any query, or subquery without a source table.
|
String |
getAlias() |
HiveParserQBExpr.Opcode |
getOpcode() |
HiveParserQB |
getQB() |
HiveParserQBExpr |
getQBExpr1() |
HiveParserQBExpr |
getQBExpr2() |
boolean |
isSimpleSelectQuery() |
void |
print(String msg) |
void |
setAlias(String alias) |
void |
setOpcode(HiveParserQBExpr.Opcode opcode) |
void |
setQB(HiveParserQB qb) |
void |
setQBExpr1(HiveParserQBExpr qbexpr) |
void |
setQBExpr2(HiveParserQBExpr qbexpr) |
public HiveParserQBExpr(String alias)
public String getAlias()
public void setAlias(String alias)
public void setQB(HiveParserQB qb)
public void setOpcode(HiveParserQBExpr.Opcode opcode)
public void setQBExpr1(HiveParserQBExpr qbexpr)
public void setQBExpr2(HiveParserQBExpr qbexpr)
public HiveParserQB getQB()
public HiveParserQBExpr.Opcode getOpcode()
public HiveParserQBExpr getQBExpr1()
public HiveParserQBExpr getQBExpr2()
public void print(String msg)
public boolean isSimpleSelectQuery()
public boolean containsQueryWithoutSourceTable()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.