Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/bus-query-process
IQueryProcessSequential
Interface IQueryProcessSequential
interface
IQueryProcessSequential
{
evaluate
:
(
(
operation
:
Operation
,
context
:
IActionContext
)
=>
Promise
<
IQueryOperationResult
>
)
;
optimize
:
(
(
operation
:
Operation
,
context
:
IActionContext
)
=>
Promise
<
IQueryProcessSequentialOutput
>
)
;
parse
:
(
(
query
:
QueryFormatType
,
context
:
IActionContext
)
=>
Promise
<
IQueryProcessSequentialOutput
>
)
;
}
Implemented by
Index
Properties
evaluate
optimize
parse
Properties
evaluate
evaluate
:
(
(
operation
:
Operation
,
context
:
IActionContext
)
=>
Promise
<
IQueryOperationResult
>
)
optimize
optimize
:
(
(
operation
:
Operation
,
context
:
IActionContext
)
=>
Promise
<
IQueryProcessSequentialOutput
>
)
parse
parse
:
(
(
query
:
QueryFormatType
,
context
:
IActionContext
)
=>
Promise
<
IQueryProcessSequentialOutput
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
evaluate
optimize
parse
Comunica
Loading...