module Elasticsearch::API::SQL
Public Instance Methods
sql()
click to toggle source
Proxy method for {SQLClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/sql.rb, line 31 def sql @sql ||= SQLClient.new(self) end