Module: ClickHouse::Extend::ConnectionSelective
- Included in:
- Connection
- Defined in:
- lib/click_house/extend/connection_selective.rb
Instance Method Summary collapse
Instance Method Details
#select_all(sql) ⇒ ResultSet
7 8 9 10 |
# File 'lib/click_house/extend/connection_selective.rb', line 7 def select_all(sql) response = execute(Util::Statement.format(sql, 'JSON')) Response::Factory[response] end |