Class ParquetMergeDestinationWriter

java.lang.Object
io.deephaven.enterprise.merge.impl.deephaven.MergeDestinationWriter
io.deephaven.enterprise.merge.impl.deephaven.ParquetMergeDestinationWriter

public class ParquetMergeDestinationWriter extends MergeDestinationWriter
A MergeDestinationWriter implementation which writes TableLocation.Format.PARQUET to disk. The current parquet-writing implementation (see ParquetTools.writeTable(Table, String)) does not permit for multiple row-groups, so we unfortunately need to collect and merge all sub-tables and write in a single call