Function¶
bcql_py.models.function
¶
Function calls as func-args nodes
FunctionCallNode
¶
Bases: BCQLNode
A built-in function call at the sequence level.
Function arguments can be sub-queries BCQLNode, tring values StringValue, or integers
Attributes:
| Name | Type | Description |
|---|---|---|
name |
str
|
Function name |
args |
list[BCQLNodeUnion | int]
|
Positional arguments |