Expand description
Helpers for building responses to CommandGetSqlInfo
metadata requests.
SqlInfoDataBuilder
- a builder for collecting sql infos and building a conformantRecordBatch
with sql info server metadata.SqlInfoData
- a helper type wrapping aRecordBatch
used for storing sql info server metadata.GetSqlInfoBuilder
- a builder for consructingCommandGetSqlInfo
responses.
Structsยง
- GetSql
Info Builder - A builder for a
CommandGetSqlInfo
response. - SqlInfo
Data - A builder for
SqlInfoData
which is used to createCommandGetSqlInfo
responses. - SqlInfo
Data Builder - Helper to create
CommandGetSqlInfo
responses. - SqlInfo
Union ๐Builder - Handles creating the dense [
UnionArray
] described by flightsql
Enumsยง
- SqlInfo
Value - Represents a dynamic value
Staticsยง
- SQL_
INFO_ ๐SCHEMA - UNION_
TYPE ๐ - [
DataType
] for the output union array
Traitsยง
- SqlInfo
Name - Something that can be converted into u32 (the represenation of a
SqlInfo
name)