OrcFormat interface
以优化行列(ORC)格式存储的数据。
属性
| type | 数据集storage格式的类型。 |
继承属性
| additional |
其他属性 |
| deserializer | 反序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| serializer | 序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。 |
属性详细信息
type
数据集storage格式的类型。
type: "OrcFormat"
属性值
"OrcFormat"
继承属性详细信息
additionalProperties
其他属性
additionalProperties?: Record<string, any>
属性值
Record<string, any>
deserializer
反序列化程序。 类型:字符串(或带有 resultType 字符串的表达式)。
deserializer?: any
属性值
any