Method: Sequel::Postgres::CreatePartitionOfTableGenerator#hash_values

Defined in:
lib/sequel/adapters/shared/postgres.rb

#hash_valuesObject

The modulus and remainder to use for this partition for a hash partition.



234
235
236
# File 'lib/sequel/adapters/shared/postgres.rb', line 234

def hash_values
  [@modulus, @remainder]
end