Method: Dataflow::Adapters::CsvAdapter#count

Defined in:
lib/dataflow/adapters/csv_adapter.rb

#count(where: {}) ⇒ Object

count the number of records



41
42
43
# File 'lib/dataflow/adapters/csv_adapter.rb', line 41

def count(where: {})
  all(where: where).count
end