Class: Chicago::Database::EqualityFilter Private

Inherits:
Filter
  • Object
show all
Defined in:
lib/chicago/database/filter.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary

Attributes inherited from Filter

#column, #value

Instance Method Summary collapse

Methods inherited from Filter

#filter_dataset, from_hash, #initialize

Constructor Details

This class inherits a constructor from Chicago::Database::Filter

Instance Method Details

#to_sequelObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



50
51
52
# File 'lib/chicago/database/filter.rb', line 50

def to_sequel
  {@column.select_name => @value}
end