The operands */ public function getOperands(): array; /** * Returns the SQL function name. * * @return string The function name (e.g., 'CONCAT', 'TRIM', 'COALESCE') */ public function getFunctionName(): string; }