org.apache.hive.common.util
Class Decimal128FastBuffer

java.lang.Object
  extended by org.apache.hive.common.util.Decimal128FastBuffer

public class Decimal128FastBuffer
extends Object

A helper class for fast serialization of decimal128 in the BigDecimal byte[] representation


Constructor Summary
Decimal128FastBuffer()
           
 
Method Summary
 ByteBuffer getByteBuffer(int index)
           
 byte[] getBytes(int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decimal128FastBuffer

public Decimal128FastBuffer()
Method Detail

getByteBuffer

public ByteBuffer getByteBuffer(int index)

getBytes

public byte[] getBytes(int index)


Copyright © 2014 The Apache Software Foundation. All rights reserved.