Class IntFromUnsignedShortMaterializer
java.lang.Object
io.deephaven.parquet.base.materializers.IntFromUnsignedShortMaterializer
- All Implemented Interfaces:
PageMaterializer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
convertValue
(int value) data()
fillAll()
void
fillNulls
(int startIndex, int endIndex) void
fillValues
(int startIndex, int endIndex) 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.base.PageMaterializer
data, fillAll, fillNulls
-
Field Details
-
FACTORY
-
-
Method Details
-
convertValue
public static int convertValue(int value) -
fillValues
public void fillValues(int startIndex, int endIndex) - Specified by:
fillValues
in interfacePageMaterializer
-
fillNulls
public void fillNulls(int startIndex, int endIndex) - Specified by:
fillNulls
in interfacePageMaterializer
-
fillAll
- Specified by:
fillAll
in interfacePageMaterializer
-
data
- Specified by:
data
in interfacePageMaterializer
-