Skip to main content

Module query

Module query 

Source
Expand description

Types related to querying with a BigQuery client.

Structs§

CompleteQuery
A handle representing a successfully completed query ready for reading results.
Query
A handle representing a running or completed SQL query execution.
Row
A container for a single row within a query result set.
RowIterator
An iterator over rows returned by a query.

Traits§

FromSql
A trait for converting BigQuery wkt::Value representations into Rust types.

Derive Macros§

FromRow
Derives standard library TryFrom for converting a BigQuery Row into a struct.
FromSql
Derives FromSql for converting a BigQuery value into a struct.