Uses of Class
org.dflib.parquet.TimeUnit
-
Packages that use TimeUnit Package Description org.dflib.parquet org.dflib.parquet.write -
-
Uses of TimeUnit in org.dflib.parquet
Methods in org.dflib.parquet that return TimeUnit Modifier and Type Method Description static TimeUnitTimeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeUnit[]TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dflib.parquet with parameters of type TimeUnit Modifier and Type Method Description ParquetSaverParquetSaver. timeUnit(TimeUnit timeUnit) -
Uses of TimeUnit in org.dflib.parquet.write
Methods in org.dflib.parquet.write that return TimeUnit Modifier and Type Method Description TimeUnitWriteConfiguration. getTimeUnit()Constructors in org.dflib.parquet.write with parameters of type TimeUnit Constructor Description WriteConfiguration(TimeUnit timeUnit, DecimalConfig decimalConfig)
-