类 InputSerialization
java.lang.Object
com.obs.services.model.select.XmlSerialization
com.obs.services.model.select.InputSerialization
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明withCompressionType(CompressionType compressionType) Compression type of the input fileDeclares the input serialization format as CSVDeclares the input serialization format as JSONDeclares the input serialization format as ORCwithParquet(ParquetInput parquetInput) Declares the input serialization format as Parquet从类继承的方法 com.obs.services.model.select.XmlSerialization
charToString
-
构造器详细资料
-
InputSerialization
public InputSerialization()
-
-
方法详细资料
-
withCompressionType
Compression type of the input file- 参数:
compressionType- Compression type format, default is NONE- 返回:
- Self
-
withCsv
Declares the input serialization format as CSV- 参数:
csvInput- Serialization format for a CSV input file- 返回:
- Self
-
withJson
Declares the input serialization format as JSON- 参数:
jsonInput- Serialization format for a JSON input file- 返回:
- Self
-
withOrc
Declares the input serialization format as ORC- 参数:
orcInput- Serialization format for an ORC input file- 返回:
- Self
-
withParquet
Declares the input serialization format as Parquet- 参数:
parquetInput- Serialization format for a Parquet input file- 返回:
- Self
-