method
pp
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::SQLiteAdapter::ExplainPrettyPrinter
pp(result)public
Pretty prints the result of a EXPLAIN QUERY PLAN in a way that resembles the output of the SQLite shell:
0|0|0|SEARCH TABLE users USING INTEGER PRIMARY KEY (rowid=?) (~1 rows) 0|1|1|SCAN TABLE posts (~100000 rows)