Uses of Interface
org.dflib.parquet.read.SchemaProjector
-
Packages that use SchemaProjector Package Description org.dflib.parquet.read -
-
Uses of SchemaProjector in org.dflib.parquet.read
Methods in org.dflib.parquet.read that return SchemaProjector Modifier and Type Method Description static SchemaProjectorSchemaProjector. ofCols(int... columns)static SchemaProjectorSchemaProjector. ofCols(String... columns)static SchemaProjectorSchemaProjector. ofColsExcept(int... columns)static SchemaProjectorSchemaProjector. ofColsExcept(String... columns)
-