Flow PHP

StructureSelect implements ScalarFunction uses ResolvesFromChildren

Read onlyYes
FinalYes

Interfaces

ScalarFunction

Methods

__construct()  : mixed
children()  : array<int, ScalarFunction>
Every operand of this node that is an expression, in constructor order.
eval()  : null|array<string, mixed>
resolved()  : bool
returns()  : Type<string|int, mixed>
The type of the column this function produces, before any row is read.
withChildren()  : static
A copy of this node with $children in place of children(): same count, same order, same per-element narrowing. Never mutates $this.

Methods

returns()

The type of the column this function produces, before any row is read.

public returns() : Type<string|int, mixed>
Return values
Type<string|int, mixed>

withChildren()

A copy of this node with $children in place of children(): same count, same order, same per-element narrowing. Never mutates $this.

public withChildren(array<int, FunctionTree$children) : static
Parameters
$children : array<int, FunctionTree>
Return values
static
On this page

Search results