Class TypeUtils
java.lang.Object
io.trino.spi.type.TypeUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFloatingPointNaN(Type type, Object value) static ObjectreadNativeValue(Type type, Block block, int position) Get the native value as an object in the value atpositionofblock.static voidwriteNativeValue(Type type, BlockBuilder blockBuilder, Object value) Write a native value object to the current entry ofblockBuilder.static ValueBlockwriteNativeValue(Type type, Object value)
-
Field Details
-
NULL_HASH_CODE
public static final int NULL_HASH_CODE- See Also:
-
-
Method Details
-
readNativeValue
-
writeNativeValue
-
writeNativeValue
Write a native value object to the current entry ofblockBuilder. -
isFloatingPointNaN
-