Related to "Dynamic Queries"
findColumn() function
findColumn() returns an array of values in a specified column from the first table in a stream of tables that matches the specified predicate function.
findRecord() function
findRecord() returns a row at a specified index as a record from the first table in a stream of tables that matches the specified predicate function.
getColumn() function
getColumn() extracts a specified column from a table as an array.
getRecord() function
getRecord() extracts a row at a specified index from a table as a record.
tableFind() function
tableFind() extracts the first table in a stream with group key values that match a specified predicate.