Module: Groonga::Command::Sliceable

Included in:
LogicalSelect, Select
Defined in:
lib/groonga/command/sliceable.rb

Defined Under Namespace

Classes: Slice

Instance Method Summary collapse

Instance Method Details

#slices::Hash<String, Slice>

Returns The slices.

Returns:

  • (::Hash<String, Slice>)

    The slices.

Since:

  • 1.3.0



23
24
25
# File 'lib/groonga/command/sliceable.rb', line 23

def slices
  @slices ||= parse_slices
end