Method: Sequel::Postgres::CreatePartitionOfTableGenerator#range
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
#range ⇒ Object
The from and to values of this partition for a range partition.
224 225 226 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 224 def range [@from, @to] end |