public class LazyHBaseCellMap extends LazyMap
bytes, length, startisNull, oi| Constructor and Description |
|---|
LazyHBaseCellMap(LazyMapObjectInspector oi)
Construct a LazyCellMap object with the ObjectInspector.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getMap()
Return the map object representing this LazyMap.
|
int |
getMapSize()
Get the size of the map represented by this LazyMap.
|
Object |
getMapValueElement(Object key)
Get the value in the map for the given key.
|
void |
init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage) |
void |
init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage,
byte[] qualPrefix) |
void |
init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage,
byte[] qualPrefix,
boolean hideQualPrefix) |
enlargeArrays, getParsed, init, setParsedhashCode, isNull, isNullgetInspector, getObject, setInspector, setNullpublic LazyHBaseCellMap(LazyMapObjectInspector oi)
oi - public void init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage)
public void init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage,
byte[] qualPrefix)
public void init(org.apache.hadoop.hbase.client.Result r,
byte[] columnFamilyBytes,
List<Boolean> binaryStorage,
byte[] qualPrefix,
boolean hideQualPrefix)
public Object getMapValueElement(Object key)
getMapValueElement in class LazyMapkey - public Map<Object,Object> getMap()
LazyMappublic int getMapSize()
LazyMapgetMapSize in class LazyMapCopyright © 2019 The Apache Software Foundation. All Rights Reserved.