Struct elasticsearch::sql::Sql

source ·
pub struct Sql<'a> { /* private fields */ }
Expand description

Namespace client for Sql APIs

Implementations

Creates a new instance of Sql

Sql Clear Cursor API

Clears the SQL cursor

Sql Delete Async API

Deletes an async SQL search or a stored synchronous SQL search. If the search is still running, the API cancels it.

Sql Get Async API

Returns the current status and available results for an async SQL search or stored synchronous SQL search

Sql Get Async Status API

Returns the current status of an async SQL search or a stored synchronous SQL search

Sql Query API

Executes a SQL request

Sql Translate API

Translates SQL into Elasticsearch queries

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more