frontend: udf looks bad in EXPLAIN
#18588
Labels
component/frontend
Protocol, parsing, binder.
type/enhancement
Improvements to existing implementation.
Milestone
We directly use the
Debug
impl ofUserDefinedFunction
when explaining:risingwave/src/frontend/src/expr/mod.rs
Line 1144 in ac966f1
...which includes the
FunctionCatalog
, and even the WASM binary as a bytes array!risingwave/src/frontend/src/catalog/function_catalog.rs
Lines 25 to 42 in ac966f1
For example,
will leads to an output of 3.6 MB.
The text was updated successfully, but these errors were encountered: