Uses of Class
net.tlabs.tablesaw.parquet.TablesawParquetReadOptions.ManageGroupsAs
-
-
Uses of TablesawParquetReadOptions.ManageGroupsAs in net.tlabs.tablesaw.parquet
Methods in net.tlabs.tablesaw.parquet that return TablesawParquetReadOptions.ManageGroupsAs Modifier and Type Method Description TablesawParquetReadOptions.ManageGroupsAsTablesawParquetReadOptions. getManageGroupsAs()static TablesawParquetReadOptions.ManageGroupsAsTablesawParquetReadOptions.ManageGroupsAs. valueOf(String name)Returns the enum constant of this type with the specified name.static TablesawParquetReadOptions.ManageGroupsAs[]TablesawParquetReadOptions.ManageGroupsAs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.tlabs.tablesaw.parquet with parameters of type TablesawParquetReadOptions.ManageGroupsAs Modifier and Type Method Description TablesawParquetReadOptions.BuilderTablesawParquetReadOptions.Builder. withManageGroupAs(TablesawParquetReadOptions.ManageGroupsAs manageGroupsAs)Option for managing parquet groups (incl. repeats).
-