OrcSerDe

@JsonSerializable
data class OrcSerDe(val BlockSizeBytes: Int? = null, val BloomFilterColumns: List<String>? = null, val BloomFilterFalsePositiveProbability: Int? = null, val Compression: Compression? = null, val DictionaryKeyThreshold: Int? = null, val EnablePadding: Boolean? = null, val FormatVersion: FormatVersion? = null, val PaddingTolerance: Int? = null, val RowIndexStride: Int? = null, val StripeSizeBytes: Int? = null)

Constructors

Link copied to clipboard
constructor(BlockSizeBytes: Int? = null, BloomFilterColumns: List<String>? = null, BloomFilterFalsePositiveProbability: Int? = null, Compression: Compression? = null, DictionaryKeyThreshold: Int? = null, EnablePadding: Boolean? = null, FormatVersion: FormatVersion? = null, PaddingTolerance: Int? = null, RowIndexStride: Int? = null, StripeSizeBytes: Int? = null)

Properties

Link copied to clipboard
val BlockSizeBytes: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val EnablePadding: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val PaddingTolerance: Int? = null
Link copied to clipboard
val RowIndexStride: Int? = null
Link copied to clipboard
val StripeSizeBytes: Int? = null