OrcFormat interface

以優化數據列數據行格式儲存的數據。

Extends

屬性

type

資料集storage格式的類型。

繼承的屬性

additionalProperties

其他屬性

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>

繼承自DatasetStorageFormat.additionalProperties

deserializer

還原串行化程式。 Type:string (或 expression with resultType string) 。

deserializer?: any

屬性值

any

繼承自DatasetStorageFormat.deserializer

serializer

串行化程式。 Type:string (或 expression with resultType string) 。

serializer?: any

屬性值

any

繼承自DatasetStorageFormat.serializer