Class ToFloatPage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToFloatPage<ATTR>
- All Implemented Interfaces:
- ToPage<ATTR,- float[]> 
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPageToPage.Wrap<ATTR extends Any,INNER_RESULT, OUTER_RESULT> 
- 
Method SummaryModifier and TypeMethodDescriptionstatic <ATTR extends Any>
 ToFloatPage<ATTR>final @NotNull ChunkTypefinal @NotNull PageMaterializerFactoryfinal @NotNull ObjectMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPageconvertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, toPage
- 
Method Details- 
create
- 
getNativeType- Specified by:
- getNativeTypein interface- ToPage<ATTR extends Any,- float[]> 
- Returns:
- The native type for the elements of the arrays produced by this object.
 
- 
getChunkType- Specified by:
- getChunkTypein interface- ToPage<ATTR extends Any,- float[]> 
- Returns:
- The chunk type used to wrap the arrays produced by this object.
 
- 
nullValue
- 
getPageMaterializerFactory- Specified by:
- getPageMaterializerFactoryin interface- ToPage<ATTR extends Any,- float[]> 
- Returns:
- the factory to create the materializers for this column.
 
 
-