class QueryBuilder::CQL::Modifiers::ClusteringOrder::Clause
The clause for adding to a statement
@api private
Public Instance Methods
to_s()
click to toggle source
@private
# File lib/query_builder/cql/modifiers/clustering_order.rb, line 41 def to_s "CLUSTERING ORDER BY (#{name} #{desc ? "DESC" : "ASC"})" end