Class LocalDateTimeFromMicrosMaterializer
java.lang.Object
io.deephaven.parquet.base.materializers.LocalDateTimeFromMicrosMaterializer
- All Implemented Interfaces:
PageMaterializer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDateTimeconvertValue(long value) Converts microseconds from the Epoch to aLocalDateTimein UTC timezone.final Objectdata()final ObjectfillAll()final voidfillNulls(int startIndex, int endIndex) voidfillValues(int startIndex, int endIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.parquet.base.PageMaterializer
data, fillAll, fillNulls
-
Field Details
-
FACTORY
-
-
Method Details
-
convertValue
Converts microseconds from the Epoch to aLocalDateTimein UTC timezone.- Parameters:
value- microseconds since Epoch- Returns:
- The input microseconds from the Epoch converted to a
LocalDateTimein UTC timezone
-
fillValues
public void fillValues(int startIndex, int endIndex) - Specified by:
fillValuesin interfacePageMaterializer
-
fillNulls
public final void fillNulls(int startIndex, int endIndex) - Specified by:
fillNullsin interfacePageMaterializer
-
fillAll
- Specified by:
fillAllin interfacePageMaterializer
-
data
- Specified by:
datain interfacePageMaterializer
-