Expand description
Helpers for building responses to CommandGetSqlInfo metadata requests.
- SqlInfoDataBuilder- a builder for collecting sql infos and building a conformant- RecordBatchwith sql info server metadata.
- SqlInfoData- a helper type wrapping a- RecordBatchused for storing sql info server metadata.
- GetSqlInfoBuilder- a builder for consructing- CommandGetSqlInforesponses.
Structsยง
- GetSqlInfo Builder 
- A builder for a CommandGetSqlInforesponse.
- SqlInfoData 
- A builder for SqlInfoDatawhich is used to createCommandGetSqlInforesponses.
- SqlInfoData Builder 
- Helper to create CommandGetSqlInforesponses.
- SqlInfoUnion ๐Builder 
- Handles creating the dense UnionArraydescribed by flightsql
Enumsยง
- SqlInfoValue 
- Represents a dynamic value
Staticsยง
- SQL_INFO_ ๐SCHEMA 
- UNION_TYPE ๐
- DataTypefor the output union array
Traitsยง
- SqlInfoName 
- Something that can be converted into u32 (the represenation of a SqlInfoname)