Method: Cequel::Metal::DataSet#row_specifications

Defined in:
lib/cequel/metal/data_set.rb

#row_specificationsArray<RowSpecification> (readonly)

Returns row specifications limiting the result rows returned by this data set.

Since:

  • 1.0.0



42
43
44
# File 'lib/cequel/metal/data_set.rb', line 42

def row_specifications
  @row_specifications
end