Package org.dflib.parquet
Class ParquetLoader
java.lang.Object
org.dflib.parquet.ParquetLoader
- Since:
- 1.0.0-M23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncols(int... columns) Configures the loader to only process the specified columns, and include them in the DataFrame in the specified order.colsExcept(int... columns) colsExcept(String... columns)
-
Constructor Details
-
ParquetLoader
public ParquetLoader()
-
-
Method Details
-
cols
Configures the loader to only process the specified columns, and include them in the DataFrame in the specified order.- Returns:
- this loader instance
-
cols
- Returns:
- this loader instance
-
colsExcept
- Returns:
- this loader instance
-
colsExcept
- Returns:
- this loader instance
-
load
-
load
-
load
-