Delta Lake Functions¶
Here is a list of all scalar Delta Lake functions available in Velox. Function names link to function description.
These functions are used in deletion vector read. Refer to Delta Lake documentation and Delta Lake deletion vector blog for details.
- bitmap_array_contains(bitmap_array: varbinary, input: bigint) bool ¶
Not implemented.