Package | Description |
---|---|
org.apache.tajo.datum | |
org.apache.tajo.json |
Modifier and Type | Class and Description |
---|---|
class |
BitDatum |
class |
BlobDatum |
class |
BooleanDatum |
class |
CharDatum |
class |
DateDatum |
class |
Datum |
class |
Float4Datum |
class |
Float8Datum |
class |
Inet4Datum |
class |
Int2Datum |
class |
Int4Datum |
class |
Int8Datum |
class |
NullDatum |
class |
NumericDatum |
class |
ProtobufDatum |
class |
TextDatum |
class |
TimeDatum |
class |
TimestampDatum |
Modifier and Type | Method and Description |
---|---|
static <T extends GsonObject> |
CommonGsonHelper.fromJson(String json,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
static String |
CommonGsonHelper.toJson(GsonObject object,
Class<? extends GsonObject> clazz) |
Modifier and Type | Method and Description |
---|---|
static String |
CommonGsonHelper.toJson(GsonObject object,
Class<? extends GsonObject> clazz) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.