@Evolving public class PartitionValueExpression extends Object implements Expression
partition_value
partition_value(string, datatype). Decode the partition
value of type datatype from the serialized string format.| Constructor and Description |
|---|
PartitionValueExpression(Expression serializedPartitionValue,
DataType partitionDataType)
Create
partition_value expression. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression> |
getChildren() |
DataType |
getDataType()
Get the data type of the partition value.
|
Expression |
getInput()
Get the expression reference to the serialized partition value.
|
String |
toString() |
public PartitionValueExpression(Expression serializedPartitionValue, DataType partitionDataType)
partition_value expression.serializedPartitionValue - Input expression providing the partition values in
serialized format.partitionDataType - Partition data type to which string partition value is
deserialized as according to the Delta Protocol.public Expression getInput()
public DataType getDataType()
public java.util.List<Expression> getChildren()
getChildren in interface Expressionpublic String toString()
toString in class Object