TableExternalDataConfigurationParquetOptions

data class TableExternalDataConfigurationParquetOptions(val enableListInference: Boolean? = null, val enumAsString: Boolean? = null)

Constructors

constructor(enableListInference: Boolean? = null, enumAsString: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to use schema inference specifically for Parquet LIST logical type.

Link copied to clipboard
val enumAsString: Boolean? = null

Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.