OrcSerDe constructor

OrcSerDe({
  1. int? blockSizeBytes,
  2. List<String>? bloomFilterColumns,
  3. double? bloomFilterFalsePositiveProbability,
  4. OrcCompression? compression,
  5. double? dictionaryKeyThreshold,
  6. bool? enablePadding,
  7. OrcFormatVersion? formatVersion,
  8. double? paddingTolerance,
  9. int? rowIndexStride,
  10. int? stripeSizeBytes,
})

Implementation

OrcSerDe({
  this.blockSizeBytes,
  this.bloomFilterColumns,
  this.bloomFilterFalsePositiveProbability,
  this.compression,
  this.dictionaryKeyThreshold,
  this.enablePadding,
  this.formatVersion,
  this.paddingTolerance,
  this.rowIndexStride,
  this.stripeSizeBytes,
});