public static class HiveParserPTFInvocationSpec.PartitionedTableFunctionSpec extends HiveParserPTFInvocationSpec.PTFInputSpec
Constructor and Description |
---|
PartitionedTableFunctionSpec() |
Modifier and Type | Method and Description |
---|---|
void |
addArg(HiveParserASTNode arg) |
String |
getAlias() |
List<HiveParserASTNode> |
getArgs() |
HiveParserPTFInvocationSpec.PTFInputSpec |
getInput() |
String |
getName() |
HiveParserPTFInvocationSpec.OrderSpec |
getOrder() |
HiveParserPTFInvocationSpec.PartitionSpec |
getPartition() |
HiveParserPTFInvocationSpec.PartitioningSpec |
getPartitioning() |
HiveParserPTFInvocationSpec.PTFQueryInputSpec |
getQueryInput() |
String |
getQueryInputName() |
void |
setAlias(String alias) |
void |
setArgs(List<HiveParserASTNode> args) |
void |
setInput(HiveParserPTFInvocationSpec.PTFInputSpec input) |
void |
setName(String name) |
void |
setOrder(HiveParserPTFInvocationSpec.OrderSpec orderSpec) |
void |
setPartition(HiveParserPTFInvocationSpec.PartitionSpec partSpec) |
void |
setPartitioning(HiveParserPTFInvocationSpec.PartitioningSpec partitioning) |
getAstNode, setAstNode
public String getName()
public void setName(String name)
public String getAlias()
public void setAlias(String alias)
public List<HiveParserASTNode> getArgs()
public void setArgs(List<HiveParserASTNode> args)
public HiveParserPTFInvocationSpec.PartitioningSpec getPartitioning()
public void setPartitioning(HiveParserPTFInvocationSpec.PartitioningSpec partitioning)
public HiveParserPTFInvocationSpec.PTFInputSpec getInput()
getInput
in class HiveParserPTFInvocationSpec.PTFInputSpec
public void setInput(HiveParserPTFInvocationSpec.PTFInputSpec input)
public HiveParserPTFInvocationSpec.PartitionSpec getPartition()
public void setPartition(HiveParserPTFInvocationSpec.PartitionSpec partSpec)
public HiveParserPTFInvocationSpec.OrderSpec getOrder()
public void setOrder(HiveParserPTFInvocationSpec.OrderSpec orderSpec)
public void addArg(HiveParserASTNode arg)
public String getQueryInputName()
getQueryInputName
in class HiveParserPTFInvocationSpec.PTFInputSpec
public HiveParserPTFInvocationSpec.PTFQueryInputSpec getQueryInput()
getQueryInput
in class HiveParserPTFInvocationSpec.PTFInputSpec
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.