public class PTFDesc extends AbstractOperatorDesc
| Modifier and Type | Class and Description |
|---|---|
class |
PTFDesc.PTFOperatorExplainVectorization |
colExprMap, memAvailable, memNeeded, opProps, opTraits, runtimeStatsTmpDir, statistics, vectorDesc, vectorMode| Constructor and Description |
|---|
PTFDesc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
forNoop() |
boolean |
forWindowing() |
org.apache.hadoop.conf.Configuration |
getCfg() |
PartitionedTableFunctionDef |
getFuncDef() |
List<PTFInputDef> |
getFuncDefExplain() |
LeadLagInfo |
getLlInfo() |
String |
getLlInfoExplain() |
PTFDesc.PTFOperatorExplainVectorization |
getPTFVectorization() |
PartitionedTableFunctionDef |
getStartOfChain() |
boolean |
isMapSide() |
void |
setCfg(org.apache.hadoop.conf.Configuration cfg) |
void |
setFuncDef(PartitionedTableFunctionDef funcDef) |
void |
setLlInfo(LeadLagInfo llInfo) |
void |
setMapSide(boolean isMapSide) |
clone, fillSignature, getColumnExprMap, getColumnExprMapForExplain, getMaxMemoryAvailable, getMemoryNeeded, getOpProps, getRuntimeStatsTmpDir, getStatistics, getTraits, getUserLevelStatistics, getVectorDesc, getVectorMode, isSame, setColumnExprMap, setMaxMemoryAvailable, setMemoryNeeded, setOpProps, setRuntimeStatsTmpDir, setStatistics, setTraits, setVectorDesc, setVectorModepublic PartitionedTableFunctionDef getFuncDef()
public void setFuncDef(PartitionedTableFunctionDef funcDef)
public PartitionedTableFunctionDef getStartOfChain()
public List<PTFInputDef> getFuncDefExplain()
public LeadLagInfo getLlInfo()
public void setLlInfo(LeadLagInfo llInfo)
public String getLlInfoExplain()
public boolean forWindowing()
public boolean forNoop()
public boolean isMapSide()
public void setMapSide(boolean isMapSide)
public org.apache.hadoop.conf.Configuration getCfg()
public void setCfg(org.apache.hadoop.conf.Configuration cfg)
public PTFDesc.PTFOperatorExplainVectorization getPTFVectorization()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.