Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
index
RemoteQueryPlanStep
Interface RemoteQueryPlanStep
interface
RemoteQueryPlanStep
{
bounds
:
QueryPlanBoundsV1
;
compiled
:
RemoteCompiledQueryV1
;
engine
:
"remote"
;
fidelity
:
QueryPlanFidelity
;
id
:
string
;
losses
:
readonly
QueryPlanFidelityLoss
[]
;
operation
:
"query"
|
"queryAggregate"
|
"queryAll"
;
provenance
:
QueryPlanStepProvenanceV1
;
pushdown
:
"partial"
|
"full"
;
query
:
CanonicalQuery
;
reason
:
string
;
requests
:
number
;
}
Index
Properties
bounds
compiled
engine
fidelity
id
losses
operation
provenance
pushdown
query
reason
requests
Properties
Readonly
bounds
bounds
:
QueryPlanBoundsV1
Readonly
compiled
compiled
:
RemoteCompiledQueryV1
Readonly
engine
engine
Readonly
fidelity
fidelity
:
QueryPlanFidelity
Readonly
id
id
:
string
Readonly
losses
losses
:
readonly
QueryPlanFidelityLoss
[]
Readonly
operation
operation
:
"query"
|
"queryAggregate"
|
"queryAll"
Readonly
provenance
provenance
:
QueryPlanStepProvenanceV1
Readonly
pushdown
pushdown
:
"partial"
|
"full"
Readonly
query
query
:
CanonicalQuery
Readonly
reason
reason
:
string
Readonly
requests
requests
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounds
compiled
engine
fidelity
id
losses
operation
provenance
pushdown
query
reason
requests
@honua/sdk-js
Loading...