## firstAggregateFunction ```mermaid %%{init: { 'theme': 'base', 'themeVariables': { 'fontSize': '11px', 'nodePadding': '1', 'nodeBorder': '1', 'lineWidth': '0.8', 'fontFamily': 'Arial' } }}%% flowchart LR firstAggregateFunction_start([firstAggregateFunction]) firstAggregateFunction_start --> firstAggregateFunction_0_0[FIRST] firstAggregateFunction_0_0 --> firstAggregateFunction_0_1["("] firstAggregateFunction_0_1 --> firstAggregateFunction_0_2[expression] firstAggregateFunction_0_2 --> firstAggregateFunction_0_3[")"] firstAggregateFunction_0_3 --> firstAggregateFunction_end(( )) ```