mini\Parsing\SQL\AST\FunctionCallNode class

Documentation

Function call node (e.g., COUNT(*), MAX(col), COUNT(DISTINCT col))

Inheritance

Extends: mini\Parsing\SQL\AST\ASTNode

Implements: JsonSerializable

Properties (4)

public string $type
public string $name
public array $arguments
public bool $distinct

Methods (3)

Documentation missing

Documentation missing

Create a deep clone of this AST node

Source

src/Parsing/SQL/AST/FunctionCallNode.php:8-22