Method: Sequel::Postgres::CreatePartitionOfTableGenerator#modulus
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
#modulus(v) ⇒ Object
Assumes hash partitioning, sets the modulus for this parition.
208 209 210 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 208 def modulus(v) @modulus = v end |