class QueryBuilder::CQL::Modifiers::Timestamp::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/timestamp.rb, line 40 def to_s "TIMESTAMP #{value}" end