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ยง
- A builder for a
CommandGetSqlInfo
response. - A builder for
SqlInfoData
which is used to createCommandGetSqlInfo
responses. - Helper to create
CommandGetSqlInfo
responses. - SqlInfo
Union ๐Builder Handles creating the dense [UnionArray
] described by flightsql
Enumsยง
- Represents a dynamic value
Staticsยง
- SQL_
INFO_ ๐SCHEMA - UNION_
TYPE ๐[DataType
] for the output union array
Traitsยง
- Something that can be converted into u32 (the represenation of a
SqlInfo
name)