Nothing
The only purpose of this data type is to represent cases where value is not expected. So you can’t create a Nothing
type value.
For example, literal NULL has type of Nullable(Nothing)
. See more about Nullable.
The Nothing
type can also used to denote empty arrays:
SELECT toTypeName(array())
┌─toTypeName(array())─┐
│ Array(Nothing) │
└─────────────────────┘
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .