Uses of Class
org.dflib.parquet.ParquetLoader
Packages that use ParquetLoader
-
Uses of ParquetLoader in org.dflib.parquet
Methods in org.dflib.parquet that return ParquetLoaderModifier and TypeMethodDescriptionParquetLoader.cols(int... columns) Configures the loader to only process the specified columns, and include them in the DataFrame in the specified order.ParquetLoader.colsExcept(int... columns) ParquetLoader.colsExcept(String... columns) ParquetLoader.compactCol(int column) Configures a Parquet column to be loaded with value compaction.ParquetLoader.compactCol(String column) Configures a Parquet column to be loaded with value compaction.static ParquetLoaderParquet.loader()