Delivery Stream Orc Ser De
data class DeliveryStreamOrcSerDe(val blockSizeBytes: Int? = null, val bloomFilterColumns: List<String>? = null, val bloomFilterFalsePositiveProbability: Double? = null, val compression: String? = null, val dictionaryKeyThreshold: Double? = null, val enablePadding: Boolean? = null, val formatVersion: String? = null, val paddingTolerance: Double? = null, val rowIndexStride: Int? = null, val stripeSizeBytes: Int? = null)
Constructors
Link copied to clipboard
fun DeliveryStreamOrcSerDe(blockSizeBytes: Int? = null, bloomFilterColumns: List<String>? = null, bloomFilterFalsePositiveProbability: Double? = null, compression: String? = null, dictionaryKeyThreshold: Double? = null, enablePadding: Boolean? = null, formatVersion: String? = null, paddingTolerance: Double? = null, rowIndexStride: Int? = null, stripeSizeBytes: Int? = null)