public static class PTFDesc.PartitionedTableFunctionDef extends PTFDesc.PTFInputDef
Constructor and Description |
---|
PartitionedTableFunctionDef() |
getAlias, getExpressionTreeString, getOutputShape, setAlias, setExpressionTreeString, setOutputShape
public java.lang.String getName()
public void setName(java.lang.String name)
public PTFDesc.ShapeDetails getRawInputShape()
public void setRawInputShape(PTFDesc.ShapeDetails rawInputShape)
public boolean isCarryForwardNames()
public void setCarryForwardNames(boolean carryForwardNames)
public PTFDesc.PTFInputDef getInput()
getInput
in class PTFDesc.PTFInputDef
public void setInput(PTFDesc.PTFInputDef input)
public PTFDesc.PartitionDef getPartition()
public void setPartition(PTFDesc.PartitionDef partition)
public PTFDesc.OrderDef getOrder()
public void setOrder(PTFDesc.OrderDef order)
public TableFunctionEvaluator getTFunction()
public void setTFunction(TableFunctionEvaluator tFunction)
public java.util.ArrayList<PTFDesc.PTFExpressionDef> getArgs()
public void setArgs(java.util.ArrayList<PTFDesc.PTFExpressionDef> args)
public void addArg(PTFDesc.PTFExpressionDef arg)
public PTFDesc.PartitionedTableFunctionDef getStartOfChain()
public boolean isTransformsRawInput()
public void setTransformsRawInput(boolean transformsRawInput)
public java.lang.String getResolverClassName()
public void setResolverClassName(java.lang.String resolverClassName)
Copyright © 2012 The Apache Software Foundation