public class CharDatum extends Datum
Constructor and Description |
---|
CharDatum(byte val) |
CharDatum(byte[] bytes) |
CharDatum(char val) |
CharDatum(String val) |
Modifier and Type | Method and Description |
---|---|
byte |
asByte() |
byte[] |
asByteArray() |
char |
asChar() |
String |
asChars() |
float |
asFloat4() |
double |
asFloat8() |
short |
asInt2() |
int |
asInt4() |
long |
asInt8() |
int |
compareTo(Datum datum) |
boolean |
equals(Object obj) |
Datum |
equalsTo(Datum datum) |
int |
hashCode() |
int |
size()
Return the real length of the string
|
and, asBool, asTextBytes, divide, greaterThan, greaterThanEqual, isNull, isNumber, isNumeric, isReal, isTrue, lessThan, lessThanEqual, minus, modular, multiply, notEqualsTo, or, plus, toJson, toString, type
public CharDatum(byte val)
public CharDatum(char val)
public CharDatum(byte[] bytes)
public CharDatum(String val)
public byte[] asByteArray()
asByteArray
in class Datum
public int size()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.