Class ToInstantPage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToInstantPage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,
long[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
ToPage.Wrap<ATTR extends Any,
INNER_RESULT, OUTER_RESULT> -
Method Summary
Modifier and TypeMethodDescriptioncreateFromInt96
(Class<?> nativeType) createFromMicros
(Class<?> nativeType) createFromMillis
(Class<?> nativeType) createFromNanos
(Class<?> nativeType) final @NotNull ChunkType
final @NotNull PageMaterializerFactory
@NotNull ObjectVector<Instant>
makeVector
(long[] result) final @NotNull Object
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getResult, getReversibleLookup, toPage
-
Method Details
-
createFromMillis
-
createFromMicros
-
createFromNanos
-
createFromInt96
-
getNativeType
- Specified by:
getNativeType
in interfaceToPage<ATTR extends Any,
long[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getNativeComponentType
- Specified by:
getNativeComponentType
in interfaceToPage<ATTR extends Any,
long[]> - Returns:
- The native type for the elements of engine arrays produced by this object.
-
getChunkType
- Specified by:
getChunkType
in interfaceToPage<ATTR extends Any,
long[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactory
in interfaceToPage<ATTR extends Any,
long[]> - Returns:
- the factory to create the materializers for this column.
-
makeVector
- Specified by:
makeVector
in interfaceToPage<ATTR extends Any,
long[]> - Returns:
- the method to create a Vector from RESULT.
-