Class HiveBooleanParser


  • public final class HiveBooleanParser
    extends Object
    • 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)