TypeDB 3.0 is live! Get started for free.

Function calls

A function call expression consists of a function name, followed by comma-separated arguments enclosed in parentheses.

<FUNCTION NAME> ( <EXPR> [ , ... ] )