Expand description
Helpers for building responses to CommandGetSqlInfo metadata requests.
SqlInfoDataBuilder- a builder for collecting sql infos and building a conformantRecordBatchwith sql info server metadata.SqlInfoData- a helper type wrapping aRecordBatchused for storing sql info server metadata.GetSqlInfoBuilder- a builder for consructingCommandGetSqlInforesponses.
Structsยง
- GetSql
Info Builder - A builder for a
CommandGetSqlInforesponse. - SqlInfo
Data - A builder for
SqlInfoDatawhich is used to createCommandGetSqlInforesponses. - SqlInfo
Data Builder - Helper to create
CommandGetSqlInforesponses. - SqlInfo
Union ๐Builder - Handles creating the dense
UnionArraydescribed by flightsql
Enumsยง
- SqlInfo
Value - Represents a dynamic value
Staticsยง
- SQL_
INFO_ ๐SCHEMA - UNION_
TYPE ๐ DataTypefor the output union array
Traitsยง
- SqlInfo
Name - Something that can be converted into u32 (the represenation of a
SqlInfoname)