ProjectNodeOptions


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "11.0.0" ) ]
public ProjectNodeOptions (List<Expression> expressions, string[]? names)

Parameters:

expressions

A list of Expression to be executed.

names

A list of output column names of expressions. If names is null, the string representations of expressions will be used.

n_names

The number of names.

Returns:

A newly created ProjectNodeOptions.