Help wanted!
The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.
何もない
このデータ型の唯一の目的は、値が期待されないケースを表すことです。 だから、作成することはできません Nothing
タイプ値。
たとえば、リテラル NULL タイプをの有する Nullable(Nothing)
. 詳細はこちら Null可能.
その Nothing
型は空の配列を表すためにも使用できます:
SELECT toTypeName(array())
┌─toTypeName(array())─┐
│ Array(Nothing) │
└─────────────────────┘