public class PTFDesc extends AbstractOperatorDesc
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
PTFDesc() |
Modifier and Type | Method and Description |
---|---|
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) |
clone
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)
Copyright © 2012 The Apache Software Foundation