******************** 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. .. delta:function:: bitmap_array_contains(bitmap_array: varbinary, input: bigint) -> bool Not implemented.