org.apache.hadoop.hbase.hbql.impl
Class AggregateRecord

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.impl.HRecordImpl
      extended by org.apache.hadoop.hbase.hbql.impl.AggregateRecord
All Implemented Interfaces:
Serializable, HRecord

public class AggregateRecord
extends HRecordImpl

See Also:
Serialized Form

Method Summary
 void applyValues(org.apache.hadoop.hbase.client.Result result)
           
static AggregateRecord newAggregateRecord(SelectStatement selectStmt)
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.impl.HRecordImpl
addElement, addNameToPositionList, clearValues, getAttribName, getColumnNameList, getColumnValue, getColumnValuesMap, getCurrentValue, getMappingContext, getResultAccessor, getTableMapping, getTimestamp, getUnMappedValueMap, getUnMappedVersionMap, getVersionMap, isColumnDefined, isCurrentValueSet, reset, setCurrentValue, setCurrentValue, setCurrentValue, setMappingContext, setTimestamp, setUnMappedCurrentValue, setUnMappedVersionMap, setVersionValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newAggregateRecord

public static AggregateRecord newAggregateRecord(SelectStatement selectStmt)
                                          throws HBqlException
Throws:
HBqlException

applyValues

public void applyValues(org.apache.hadoop.hbase.client.Result result)
                 throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.