ParquetOptionsResponse

data class ParquetOptionsResponse(val enableListInference: Boolean, val enumAsString: Boolean)

Constructors

Link copied to clipboard
fun ParquetOptionsResponse(enableListInference: Boolean, enumAsString: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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