|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
org.apache.hadoop.hive.ql.plan.PTFDesc
public class PTFDesc
Nested Class Summary | |
---|---|
static class |
PTFDesc.BoundaryDef
|
static class |
PTFDesc.CurrentRowDef
|
static class |
PTFDesc.OrderDef
|
static class |
PTFDesc.OrderExpressionDef
|
static class |
PTFDesc.PartitionDef
|
static class |
PTFDesc.PartitionedTableFunctionDef
|
static class |
PTFDesc.PTFExpressionDef
|
static class |
PTFDesc.PTFInputDef
|
static class |
PTFDesc.PTFQueryInputDef
|
static class |
PTFDesc.RangeBoundaryDef
|
static class |
PTFDesc.ShapeDetails
|
static class |
PTFDesc.ValueBoundaryDef
|
static class |
PTFDesc.WindowExpressionDef
|
static class |
PTFDesc.WindowFrameDef
|
static class |
PTFDesc.WindowFunctionDef
|
static class |
PTFDesc.WindowTableFunctionDef
|
Constructor Summary | |
---|---|
PTFDesc()
|
Method Summary | |
---|---|
boolean |
forWindowing()
|
HiveConf |
getCfg()
|
PTFDesc.PartitionedTableFunctionDef |
getFuncDef()
|
PTFTranslator.LeadLagInfo |
getLlInfo()
|
PTFDesc.PartitionedTableFunctionDef |
getStartOfChain()
|
boolean |
isMapSide()
|
void |
setCfg(HiveConf cfg)
|
void |
setFuncDef(PTFDesc.PartitionedTableFunctionDef funcDef)
|
void |
setLlInfo(PTFTranslator.LeadLagInfo llInfo)
|
void |
setMapSide(boolean isMapSide)
|
Methods inherited from class org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PTFDesc()
Method Detail |
---|
public PTFDesc.PartitionedTableFunctionDef getFuncDef()
public void setFuncDef(PTFDesc.PartitionedTableFunctionDef funcDef)
public PTFDesc.PartitionedTableFunctionDef getStartOfChain()
public PTFTranslator.LeadLagInfo getLlInfo()
public void setLlInfo(PTFTranslator.LeadLagInfo llInfo)
public boolean forWindowing()
public boolean isMapSide()
public void setMapSide(boolean isMapSide)
public HiveConf getCfg()
public void setCfg(HiveConf cfg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |