Uses of Class
org.dflib.parquet.write.ColumnMeta
-
Packages that use ColumnMeta Package Description org.dflib.parquet.write -
-
Uses of ColumnMeta in org.dflib.parquet.write
Methods in org.dflib.parquet.write that return types with arguments of type ColumnMeta Modifier and Type Method Description List<ColumnMeta>DataFrameSchema. getColumns()Constructor parameters in org.dflib.parquet.write with type arguments of type ColumnMeta Constructor Description DataFrameSchema(List<ColumnMeta> columns)
-