public class VectorPartitionDesc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorPartitionDesc.VectorDeserializeType |
static class |
VectorPartitionDesc.VectorMapOperatorReadType |
public static VectorPartitionDesc createVectorizedInputFileFormat(String inputFileFormatClassName, boolean isInputFileFormatSelfDescribing, TypeInfo[] dataTypeInfos)
public static VectorPartitionDesc createVectorDeserialize(String inputFileFormatClassName, VectorPartitionDesc.VectorDeserializeType vectorDeserializeType, TypeInfo[] dataTypeInfos)
public static VectorPartitionDesc createRowDeserialize(String inputFileFormatClassName, boolean isInputFileFormatSelfDescribing, String rowDeserializerClassName, TypeInfo[] dataTypeInfos)
public VectorPartitionDesc clone()
public VectorPartitionDesc.VectorMapOperatorReadType getVectorMapOperatorReadType()
public String getInputFileFormatClassName()
public VectorPartitionDesc.VectorDeserializeType getVectorDeserializeType()
public String getRowDeserializerClassName()
public boolean getIsInputFileFormatSelfDescribing()
public TypeInfo[] getDataTypeInfos()
public int getDataColumnCount()
public void setVectorMapOperatorReadType(VectorPartitionDesc.VectorMapOperatorReadType val)
Copyright © 2022 The Apache Software Foundation. All rights reserved.