We're using MonetDB to implemnent an idea. For our purposes we need to implement the SUM Aggregation for Strings. My first step in trying to realize it was to just add a sum pattern in the mal files that define these patterns for the other datatypes. Then I tried to pinpoint the exact point where the list of possible implementations is compared with the input datatype but I'm making slow progress.
- Where/how are mal files evaluated?
- How to go about adding own sum command/pattern so that string data reaches the sum function without MonetDB trying to convert it to bte?