Class HiveBooleanParser
java.lang.Object
io.trino.plugin.hive.HiveBooleanParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFalse(byte[] bytes, int start, int length) static booleanisTrue(byte[] bytes, int start, int length) static BooleanparseHiveBoolean(byte[] bytes, int start, int length)
-
Method Details
-
parseHiveBoolean
-
isFalse
public static boolean isFalse(byte[] bytes, int start, int length) -
isTrue
public static boolean isTrue(byte[] bytes, int start, int length)
-