DeliveryStreamOrcSerDe

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blockSizeBytes: Int? = null
Link copied to clipboard
Link copied to clipboard
val compression: String? = null
Link copied to clipboard
Link copied to clipboard
val enablePadding: Boolean? = null
Link copied to clipboard
val formatVersion: String? = null
Link copied to clipboard
Link copied to clipboard
val rowIndexStride: Int? = null
Link copied to clipboard
val stripeSizeBytes: Int? = null