Method: Elasticsearch::API::SQL#sql
- Defined in:
- lib/elasticsearch/api/namespace/sql.rb
#sql ⇒ Object
Proxy method for SQLClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/sql.rb', line 31 def sql @sql ||= SQLClient.new(self) end |