Module sql_info

Source
Expand description

Helpers for building responses to CommandGetSqlInfo metadata requests.

Structsยง

GetSqlInfoBuilder
A builder for a CommandGetSqlInfo response.
SqlInfoData
A builder for SqlInfoData which is used to create CommandGetSqlInfo responses.
SqlInfoDataBuilder
Helper to create CommandGetSqlInfo responses.
SqlInfoUnionBuilder ๐Ÿ”’
Handles creating the dense [UnionArray] described by flightsql

Enumsยง

SqlInfoValue
Represents a dynamic value

Staticsยง

SQL_INFO_SCHEMA ๐Ÿ”’
UNION_TYPE ๐Ÿ”’
[DataType] for the output union array

Traitsยง

SqlInfoName
Something that can be converted into u32 (the represenation of a SqlInfo name)