Tuple fields can be named in ClickHouse, but the client library does not provide access to the names through TupleType.
This makes it necessary to run a separate DESCRIBE TABLE query and then manually parse the result if one needs the field names, which is highly inconvenient.
Tuple fields can be named in ClickHouse, but the client library does not provide access to the names through
TupleType.This makes it necessary to run a separate
DESCRIBE TABLEquery and then manually parse the result if one needs the field names, which is highly inconvenient.