メインコンテンツまでスキップ
メインコンテンツまでスキップ

system.symbols

Contains information for introspection of clickhouse binary. It requires the introspection privilege to access.
このテーブルはC++の専門家とClickHouseエンジニアにとってのみ有用です。

Columns:

  • symbol (String) — バイナリ内のシンボル名。これはマングルされています。可読名を取得するにはdemangle(symbol)を適用できます。
  • address_begin (UInt64) — バイナリ内のシンボルの開始アドレス。
  • address_end (UInt64) — バイナリ内のシンボルの終了アドレス。
  • name (String) — eventのエイリアス。

Example