Method: Cequel::Metal::DataSet#row_specifications
- Defined in:
- lib/cequel/metal/data_set.rb
#row_specifications ⇒ Array<RowSpecification> (readonly)
Returns row specifications limiting the result rows returned by this data set.
42 43 44 |
# File 'lib/cequel/metal/data_set.rb', line 42 def row_specifications @row_specifications end |