Method: Sequel::Postgres::DatasetMethods#analyze
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
permalink #analyze ⇒ Object
Return the results of an EXPLAIN ANALYZE query as a string
1839 1840 1841 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 1839 def analyze explain(:analyze=>true) end |