Class ParquetMaterializerUtils

java.lang.Object
io.deephaven.parquet.base.materializers.ParquetMaterializerUtils

@VisibleForTesting public class ParquetMaterializerUtils extends Object
Internal library with utility methods for converting time data between Deephaven and Parquet.
ImplNote:
Some duplication with DateTimeUtils is intentional to minimize dependency.
  • Field Details

    • MAX_CONVERTIBLE_MICROS

      @VisibleForTesting public static final long MAX_CONVERTIBLE_MICROS
      Maximum time in microseconds that can be converted to an instant without overflow.
      See Also:
    • MAX_CONVERTIBLE_MILLIS

      @VisibleForTesting public static final long MAX_CONVERTIBLE_MILLIS
      Maximum time in milliseconds that can be converted to an instant without overflow.
      See Also:
  • Constructor Details

    • ParquetMaterializerUtils

      public ParquetMaterializerUtils()