Package org.dflib.parquet.read
Interface SchemaProjector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaProjectorofCols(int... columns) static SchemaProjectorstatic SchemaProjectorofColsExcept(int... columns) static SchemaProjectorofColsExcept(String... columns) org.apache.parquet.schema.MessageTypeproject(org.apache.parquet.schema.MessageType schema)
-
Method Details
-
project
org.apache.parquet.schema.MessageType project(org.apache.parquet.schema.MessageType schema) -
ofCols
-
ofCols
-
ofColsExcept
-
ofColsExcept
-