Class: Spider::QueryFuncs::AggregateFunction
- Inherits:
-
UnaryFunction
- Object
- Function
- UnaryFunction
- Spider::QueryFuncs::AggregateFunction
- Defined in:
- lib/spiderfw/model/query_funcs.rb
Instance Attribute Summary
Attributes inherited from Function
Instance Method Summary collapse
Methods inherited from UnaryFunction
Methods inherited from Function
#as, #elements, func_name, #func_name, #has_aggregates?, inherited, #inner_elements, #inspect
Constructor Details
This class inherits a constructor from Spider::QueryFuncs::UnaryFunction
Instance Method Details
#aggregate? ⇒ Boolean
198 199 200 |
# File 'lib/spiderfw/model/query_funcs.rb', line 198 def aggregate? true end |