Package io.trino.parquet.writer
Class ParquetMetadataUtils
java.lang.Object
io.trino.parquet.writer.ParquetMetadataUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
org.apache.parquet.format.StatisticstoParquetStatistics(org.apache.parquet.column.statistics.Statistics<T> stats, int truncateLength)
-
Method Details
-
toParquetStatistics
public static <T extends Comparable<T>> org.apache.parquet.format.Statistics toParquetStatistics(org.apache.parquet.column.statistics.Statistics<T> stats, int truncateLength)
-