opteryx
opteryx copied to clipboard
🪲 Can't subscript literal arrays
SELECT ('a', 'b', 'c')[2] AS three
File "opteryx/compiled/list_ops/cython_list_ops.pyx", line 210, in opteryx.compiled.list_ops.cython_list_ops.cython_get_element_op cpdef cnp.ndarray cython_get_element_op(cnp.ndarray[object, ndim=1] array, int key): ValueError: Buffer has wrong number of dimensions (expected 1, got 2)