Uses of Class
org.apache.hadoop.hive.ql.exec.vector.VectorAggregationBufferRow

Packages that use VectorAggregationBufferRow
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen   
 

Uses of VectorAggregationBufferRow in org.apache.hadoop.hive.ql.exec.vector
 

Methods in org.apache.hadoop.hive.ql.exec.vector that return VectorAggregationBufferRow
 VectorAggregationBufferRow[] VectorAggregationBufferBatch.getAggregationBuffers()
          the array of aggregation buffers for the current batch.
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type VectorAggregationBufferRow
 void VectorAggregationBufferBatch.mapAggregationBufferSet(VectorAggregationBufferRow bufferSet, int row)
          assigns the given aggregation buffer set to a given batch row (by row number).
 

Uses of VectorAggregationBufferRow in org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates
 

Methods in org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates with parameters of type VectorAggregationBufferRow
 void VectorUDAFSumDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFCountStar.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFCount.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFAvgDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int bufferIndex, VectorizedRowBatch batch)
           
abstract  void VectorAggregateExpression.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch vrg)
           
 

Uses of VectorAggregationBufferRow in org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen
 

Methods in org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen with parameters of type VectorAggregationBufferRow
 void VectorUDAFVarSampLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFVarSampDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFVarSampDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFVarPopLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFVarPopDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFVarPopDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFSumLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFSumDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdSampLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdSampDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdSampDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdPopLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdPopDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFStdPopDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMinString.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMinLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMinDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMinDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMaxString.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMaxLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMaxDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFMaxDecimal.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int aggregrateIndex, VectorizedRowBatch batch)
           
 void VectorUDAFAvgLong.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int bufferIndex, VectorizedRowBatch batch)
           
 void VectorUDAFAvgDouble.aggregateInputSelection(VectorAggregationBufferRow[] aggregationBufferSets, int bufferIndex, VectorizedRowBatch batch)
           
 



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