Package io.trino.plugin.hive
Class HiveBooleanParser
- java.lang.Object
-
- io.trino.plugin.hive.HiveBooleanParser
-
public final class HiveBooleanParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFalse(byte[] bytes, int start, int length)static booleanisTrue(byte[] bytes, int start, int length)static BooleanparseHiveBoolean(byte[] bytes, int start, int length)
-
-
-
Method Detail
-
parseHiveBoolean
public static Boolean parseHiveBoolean(byte[] bytes, int start, int length)
-
isFalse
public static boolean isFalse(byte[] bytes, int start, int length)
-
isTrue
public static boolean isTrue(byte[] bytes, int start, int length)
-
-