Class: ParadeDB::Aggregations::FilteredSpec

Inherits:
Struct
  • Object
show all
Defined in:
lib/parade_db/aggregations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agg_filterObject Also known as: filter

Returns the value of attribute agg_filter

Returns:

  • (Object)

    the current value of agg_filter



6
7
8
# File 'lib/parade_db/aggregations.rb', line 6

def agg_filter
  @agg_filter
end

#specObject

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



6
7
8
# File 'lib/parade_db/aggregations.rb', line 6

def spec
  @spec
end