Using a foreign key in a stream

Is it possible to use a foreign key to get joined data in the middle of a stream query? My comment table has a uuid but I want to get the username data from another table using that uuid instead of just the uuid for the final streamed result
Was this page helpful?