Module: Groonga::Client::Response::Drilldownable

Included in:
Select
Defined in:
lib/groonga/client/response/drilldownable.rb

Defined Under Namespace

Classes: Drilldown

Instance Attribute Summary collapse

Instance Attribute Details

#drilldowns::Array<Groonga::Client::Response::Select::Drilldown>, ::Hash<String, Groonga::Client::Response::Select::Drilldown>

If labeled drilldowns are used or command version 3 or later is used, {"label1" => drilldown1, "label2" => drilldown2} is returned since 0.3.1.

Otherwise, [drilldown1, drilldown2] is returned.



28
29
30
# File 'lib/groonga/client/response/drilldownable.rb', line 28

def drilldowns
  @drilldowns
end