Package io.deephaven.parquet.table
Class ParquetTableWriter.GroupingColumnWritingInfo
java.lang.Object
io.deephaven.parquet.table.ParquetTableWriter.GroupingColumnWritingInfo
- Enclosing class:
- ParquetTableWriter
Helper struct used to pass information about where to write the grouping files for each grouping column
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupingColumnWritingInfo(String parquetColumnName, File metadataFilePath, File destFile) -
Method Summary
-
Field Details
-
parquetColumnName
Parquet name of this grouping column -
metadataFilePath
File path to be added in the grouping metadata of main parquet file -
destFile
Destination path for writing the grouping file. The two filenames can differ because we write grouping files to shadow file paths first and then place them at the final path once the write is complete. But the metadata should always hold the accurate path.
-
-
Constructor Details
-
GroupingColumnWritingInfo
-