QueryFunction interface
A function for the query compilation.
Properties
| binding |
The type of the function binding. |
| inputs | The inputs for the function. |
| name | The name of the function. |
| output | An output for the function. |
| type | The type of the function. |
Property Details
bindingType
The type of the function binding.
bindingType: string
Property Value
string
inputs
name
The name of the function.
name: string
Property Value
string
output
type
The type of the function.
type: string
Property Value
string