class Cequel::Record::PartitionKeyBound
A bound on a partition key.
@api private @since 1.0.0
Protected Instance Methods
to_cql()
click to toggle source
# File lib/cequel/record/bound.rb, line 108 def to_cql "TOKEN(#{column.name}) #{operator} TOKEN(?)" end