Method: Sequel::Dataset#supports_grouping_sets?

Defined in:
lib/sequel/dataset/features.rb

#supports_grouping_sets?Boolean

Whether the dataset supports GROUPING SETS with GROUP BY, false by default.

Returns:

  • (Boolean)
[View source]

87
88
89
# File 'lib/sequel/dataset/features.rb', line 87

def supports_grouping_sets?
  false
end