orderBy($query->coalesce('nickname', 'firstName'), QueryInterface::ORDER_ASCENDING); * * @internal only to be used within Extbase, not part of TYPO3 Core API. */ interface CoalesceInterface extends FunctionExpressionInterface {}