Class ParquetMaterializerUtils
java.lang.Object
io.deephaven.parquet.base.materializers.ParquetMaterializerUtils
Internal library with utility methods for converting time data between Deephaven and Parquet.
- ImplNote:
- Some duplication with DateTimeUtils is intentional to minimize dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Maximum time in microseconds that can be converted to an instant without overflow.static final long
Maximum time in milliseconds that can be converted to an instant without overflow. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_CONVERTIBLE_MICROS
Maximum time in microseconds that can be converted to an instant without overflow.- See Also:
-
MAX_CONVERTIBLE_MILLIS
Maximum time in milliseconds that can be converted to an instant without overflow.- See Also:
-
-
Constructor Details
-
ParquetMaterializerUtils
public ParquetMaterializerUtils()
-