Module: HBase::Scoped::Aggregation

Included in:
HBase::Scoped
Defined in:
lib/hbase-jruby/scoped/aggregation.rb

Overview

Author:

Defined Under Namespace

Modules: Admin

Instance Method Summary collapse

Instance Method Details

#aggregate(op, type = :fixnum) ⇒ Object

Performs aggregation with coprocessor



40
41
42
43
44
# File 'lib/hbase-jruby/scoped/aggregation.rb', line 40

def aggregate op, type = :fixnum
  check_closed

  aggregation_impl op, type
end