Share via


QueryFunction interface

A function for the query compilation.

Properties

bindingType

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

The inputs for the function.

inputs: FunctionInput[]

Property Value

name

The name of the function.

name: string

Property Value

string

output

An output for the function.

output: FunctionOutput

Property Value

type

The type of the function.

type: string

Property Value

string