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