Class HiveBooleanParser

java.lang.Object
io.trino.plugin.hive.HiveBooleanParser

public final class HiveBooleanParser extends Object
  • Method Details

    • 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)