Files
scylladb/cql3/functions
Dawid Mędrek 7f01cd7dc0 cql3/functions/user_function: Print arguments and return type without frozen
Scylla doesn't allow for the types of arguments or the return type
to be frozen. As a result, before these changes, create statements
produced to restore UDFs as part of `DESCRIBE` statements could not
be executed.

We fix that and add a reproducer test and another one to verify that
the implementation is correct.

(cherry picked from commit 8582ed513b)

# Conflicts:
#	cql3/functions/user_function.cc
#	test/cql-pytest/test_describe.py
2024-10-08 18:08:27 +00:00
..
2023-12-02 22:37:22 +02:00