clickhouse-docs icon indicating copy to clipboard operation
clickhouse-docs copied to clipboard

Document `ignore` function.

Open johnnymatthews opened this issue 1 year ago • 1 comments

Create documentation for the ignore function. See #1833 for details on how to complete this issue.

Child issue of #1833.

johnnymatthews avatar Feb 11 '24 19:02 johnnymatthews

ignore(...) is a function that takes any arguments, and always returns 0.

Used only to debug purposes to ensure that columns are evaluated, but when we are not interested in actual values.

vdimir avatar Mar 01 '24 11:03 vdimir