Module: Elasticsearch::API::SQL
- Defined in:
- lib/elasticsearch/api/namespace/sql.rb,
lib/elasticsearch/api/actions/sql/query.rb,
lib/elasticsearch/api/actions/sql/get_async.rb,
lib/elasticsearch/api/actions/sql/translate.rb,
lib/elasticsearch/api/actions/sql/clear_cursor.rb,
lib/elasticsearch/api/actions/sql/delete_async.rb,
lib/elasticsearch/api/actions/sql/get_async_status.rb more...
Defined Under Namespace
Modules: Actions Classes: SQLClient
Instance Method Summary collapse
-
#sql ⇒ Object
Proxy method for SQLClient, available in the receiving object.
Instance Method Details
permalink #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 |