Class ToDoublePage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToDoublePage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,double[]>
-
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 TypeMethodDescriptionstatic <ATTR extends Any>
ToDoublePage<ATTR>static <ATTR extends Any>
ToDoublePage<ATTR>createFromFloat(Class<?> nativeType) final @NotNull ChunkTypefinal @NotNull PageMaterializerFactoryfinal @NotNull ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, toPage
-
Method Details
-
create
-
createFromFloat
-
getNativeType
- Specified by:
getNativeTypein interfaceToPage<ATTR extends Any,double[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkTypein interfaceToPage<ATTR extends Any,double[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactoryin interfaceToPage<ATTR extends Any,double[]> - Returns:
- the factory to create the materializers for this column.
-