JobLoadParquetOptions

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

Constructors

Link copied to clipboard
constructor(enableListInference: Boolean? = null, enumAsString: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If sourceFormat is set to PARQUET, indicates whether to use schema inference specifically for Parquet LIST logical type.

Link copied to clipboard
val enumAsString: Boolean? = null

If sourceFormat is set to PARQUET, indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.