OrcFormat interface
以優化數據列數據行格式儲存的數據。
- Extends
屬性
| type | 資料集storage格式的類型。 |
繼承的屬性
| additional |
其他屬性 |
| deserializer | 還原串行化程式。 Type:string (或 expression with resultType string) 。 |
| serializer | 串行化程式。 Type:string (或 expression with resultType string) 。 |
屬性詳細資料
type
資料集storage格式的類型。
type: "OrcFormat"
屬性值
"OrcFormat"
繼承的屬性詳細資料
additionalProperties
其他屬性
additionalProperties?: Record<string, any>
屬性值
Record<string, any>
deserializer
還原串行化程式。 Type:string (或 expression with resultType string) 。
deserializer?: any
屬性值
any
serializer
串行化程式。 Type:string (或 expression with resultType string) 。
serializer?: any
屬性值
any