public final class HiveBooleanParser extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isFalse(byte[] bytes,
int start,
int length) |
static boolean |
isTrue(byte[] bytes,
int start,
int length) |
static Boolean |
parseHiveBoolean(byte[] bytes,
int start,
int length) |
public static Boolean parseHiveBoolean(byte[] bytes, int start, int length)
public static boolean isFalse(byte[] bytes, int start, int length)
public static boolean isTrue(byte[] bytes, int start, int length)
Copyright © 2012-2017. All Rights Reserved.