-
Couldn't load subscription status.
- Fork 613
Open
Labels
Description
Website docs: https://clickhouse.com/docs/sql-reference/data-types/qbit
Internal layout: https://github.com/ClickHouse/ClickHouse/pull/87922/files#diff-9d45fe76d9e7f9a392db684d3465aff14979cfc9bbe5ccd912e9307a934bd28aR15-R51
Given QBit(element_type, dimension) where element_type is one of BFloat16, Float32, Float64, it is internally represented as a Tuple of FixedString(dimension).
- The length of the
Tupledepends on theelement_typeBFloat16= 16Float32= 32Float64= 64
- Requires
allow_experimental_qbit_typesetting