(distinct, variable, property, alias)
| 1997 | }; |
| 1998 | } |
| 1999 | function peg$f228(distinct, variable, property, alias) { |
| 2000 | return { |
| 2001 | type: 'ReturnItem', |
| 2002 | variable: variable, |
| 2003 | property: property, |
| 2004 | aggregate: 'COUNT', |
| 2005 | ...(distinct !== null && { distinct: true }), |
| 2006 | ...(alias && { alias: alias[3] }) |
| 2007 | }; |
| 2008 | } |
| 2009 | function peg$f229(distinct, variable, property, alias) { |
| 2010 | return { |
| 2011 | type: 'ReturnItem', |
no outgoing calls
no test coverage detected