Package io.deephaven.parquet.compress


package io.deephaven.parquet.compress
  • Class
    Description
    An Intermediate adapter interface between Deephaven column writing and parquet compression.
    Deephaven flavor of the Hadoop/Parquet CompressionCodec factory, offering support for picking codecs from configuration or from the classpath (via service loaders), while still offering the ability to get a CompressionCodecName enum value having loaded the codec in this way.