AL: Custom functions In Query Codeunit

Hello,

Can Query Codeunits (specifically, API types) make use of custom functions on the columns?

I want to pull the contents of the Note field out of the Record Link table. I know there is helper codeunit for it (Record Link Management > ReadNote) but I’m wondering if this is even possible with Query Codeunits.

I’m imagining something like this:

column(Note; ReadNote(Note)) { }

Any help much appreciated!

James