Open
Description
There are a number of data types which have been removed via type erasure when using the .column
syntax for ingest with the C++ API. Many of these should be supported according to Quest's official API but are not possible for use with this library: https://questdb.com/docs/reference/sql/datatypes/
A good example is Quest's byte data type. Trying to use any C++ equivalent, eg std::byte, int8_t, char, unsigned char
all produce an error saying these functions have been deleted for those data types in the template.
It also doesn't appear possible to use Symbols.
Are these expected deficiencies or is there a reason they were excluded? I can probably put together a PR if there's an intent to support these in the future.
Metadata
Metadata
Assignees
Labels
No labels