|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.backend.hadoop.accumulo.AccumuloBinaryConverter
public class AccumuloBinaryConverter
A LoadStoreCaster implementation which stores most type implementations as bytes generated from the toString representation with a UTF8 Charset. Pulled some implementations from the Accumulo Lexicoder implementations in 1.6.0.
Constructor Summary | |
---|---|
AccumuloBinaryConverter()
|
Method Summary | |
---|---|
DataBag |
bytesToBag(byte[] b,
ResourceSchema.ResourceFieldSchema fieldSchema)
NOT IMPLEMENTED |
BigDecimal |
bytesToBigDecimal(byte[] b)
Cast data from bytearray to BigDecimal value. |
BigInteger |
bytesToBigInteger(byte[] b)
Cast data from bytearray to BigInteger value. |
Boolean |
bytesToBoolean(byte[] b)
Cast data from bytearray to boolean value. |
String |
bytesToCharArray(byte[] b)
Cast data from bytearray to chararray value. |
org.joda.time.DateTime |
bytesToDateTime(byte[] b)
NOT IMPLEMENTED |
Double |
bytesToDouble(byte[] b)
Cast data from bytearray to double value. |
Float |
bytesToFloat(byte[] b)
Cast data from bytearray to float value. |
Integer |
bytesToInteger(byte[] b)
Cast data from bytearray to integer value. |
Long |
bytesToLong(byte[] b)
Cast data from bytearray to long value. |
Map<String,Object> |
bytesToMap(byte[] b,
ResourceSchema.ResourceFieldSchema fieldSchema)
NOT IMPLEMENTED |
Tuple |
bytesToTuple(byte[] b,
ResourceSchema.ResourceFieldSchema fieldSchema)
NOT IMPLEMENTED |
byte[] |
toBytes(BigDecimal bd)
Not implemented! |
byte[] |
toBytes(BigInteger bi)
|
byte[] |
toBytes(Boolean b)
|
byte[] |
toBytes(DataBag bag)
NOT IMPLEMENTED |
byte[] |
toBytes(DataByteArray a)
|
byte[] |
toBytes(org.joda.time.DateTime dt)
|
byte[] |
toBytes(Double d)
|
byte[] |
toBytes(Float f)
|
byte[] |
toBytes(Integer val)
|
byte[] |
toBytes(Long val)
|
byte[] |
toBytes(Map<String,Object> m)
NOT IMPLEMENTED |
byte[] |
toBytes(String s)
|
byte[] |
toBytes(Tuple t)
NOT IMPLEMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccumuloBinaryConverter()
Method Detail |
---|
public DataBag bytesToBag(byte[] b, ResourceSchema.ResourceFieldSchema fieldSchema) throws IOException
bytesToBag
in interface LoadCaster
b
- bytearray to be cast.fieldSchema
- field schema for the output bag
IOException
- if the value cannot be cast.public BigDecimal bytesToBigDecimal(byte[] b) throws IOException
LoadCaster
bytesToBigDecimal
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public BigInteger bytesToBigInteger(byte[] b) throws IOException
LoadCaster
bytesToBigInteger
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Boolean bytesToBoolean(byte[] b) throws IOException
LoadCaster
bytesToBoolean
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public String bytesToCharArray(byte[] b) throws IOException
LoadCaster
bytesToCharArray
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public org.joda.time.DateTime bytesToDateTime(byte[] b) throws IOException
bytesToDateTime
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Double bytesToDouble(byte[] b) throws IOException
LoadCaster
bytesToDouble
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Float bytesToFloat(byte[] b) throws IOException
LoadCaster
bytesToFloat
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Integer bytesToInteger(byte[] b) throws IOException
LoadCaster
bytesToInteger
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Long bytesToLong(byte[] b) throws IOException
LoadCaster
bytesToLong
in interface LoadCaster
b
- bytearray to be cast.
IOException
- if the value cannot be cast.public Map<String,Object> bytesToMap(byte[] b, ResourceSchema.ResourceFieldSchema fieldSchema) throws IOException
bytesToMap
in interface LoadCaster
b
- bytearray to be cast.fieldSchema
- field schema for the output map
IOException
- if the value cannot be cast.public Tuple bytesToTuple(byte[] b, ResourceSchema.ResourceFieldSchema fieldSchema) throws IOException
bytesToTuple
in interface LoadCaster
b
- bytearray to be cast.fieldSchema
- field schema for the output tuple
IOException
- if the value cannot be cast.public byte[] toBytes(BigDecimal bd) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(BigInteger bi) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Boolean b) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(DataBag bag) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(DataByteArray a) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(org.joda.time.DateTime dt) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Double d) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Float f) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Integer val) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Long val) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Map<String,Object> m) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(String s) throws IOException
toBytes
in interface StoreCaster
IOException
public byte[] toBytes(Tuple t) throws IOException
toBytes
in interface StoreCaster
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |