Description
Contains information for introspection of clickhouse binary. It requires the introspection privilege to access.
This table is only useful for C++ experts and ClickHouse engineers.
Columns
symbol (String) — Symbol name in the binary. It is mangled. You can apply demangle(symbol) to obtain a readable name.
symbol_demangled (Nullable(String)) — Demangled symbol used for XRay instrumentation.
function_id (Nullable(Int32)) — Function ID in the XRay instrumentation map.
address_begin (UInt64) — Start address of the symbol in the binary.
address_end (UInt64) — End address of the symbol in the binary.
Example
Last modified on August 3, 2026