A valid request URL is required to generate request examples"<string>"Get the query execution plan for a query against table id.
Returns a human-readable explanation of how the query will be executed.
REST NAMESPACE ONLY
REST namespace returns the response as a plain string
instead of the ExplainTableQueryPlanResponse JSON object.
A valid request URL is required to generate request examples"<string>"The access token received from the authorization server in the OAuth 2.0 flow.
string identifier of an object in a namespace, following the Lance Namespace spec.
When the value is equal to the delimiter, it represents the root namespace.
For example, v1/namespace/$/list performs a ListNamespace on the root namespace.
An optional delimiter of the string identifier, following the Lance Namespace spec.
When not specified, the $ delimiter must be used.
Show child attributes
Number of results to return
x >= 0Whether to bypass vector index
Optional columns to return. Provide either column_names or column_aliases, not both.
Distance metric to use
Search effort parameter for HNSW index
x >= 0Whether to use fast search
Optional SQL filter expression
Optional full-text search query. Provide either string_query or structured_query, not both.
Show child attributes
Show child attributes
Full-text search query. Exactly one query type field must be provided. This structure follows the same pattern as AlterTransactionAction to minimize differences and compatibility issues across codegen in different languages.
Show child attributes
Show child attributes
x >= 0The maximum number of terms to expand for fuzzy matching. Default to 50.
x >= 0The operator to use for combining terms.
This can be either And or Or, it's 'Or' by default.
And: All terms must match.Or: At least one term must match.The number of beginning characters being unchanged for fuzzy matching. Default to 0.
x >= 0Boost query that scores documents matching positive query higher and negative query lower
Show child attributes
Show child attributes
x >= 0The maximum number of terms to expand for fuzzy matching. Default to 50.
x >= 0The operator to use for combining terms.
This can be either And or Or, it's 'Or' by default.
And: All terms must match.Or: At least one term must match.The number of beginning characters being unchanged for fuzzy matching. Default to 0.
x >= 0Boolean query with must, should, and must_not clauses
Show child attributes
Queries that must match (AND)
Queries that must not match (NOT)
Queries that should match (OR)
Lower bound for search
Number of probes for IVF index
x >= 0Number of results to skip
x >= 0Whether to apply filtering before vector search
Refine factor for search
x >= 0Upper bound for search
Name of the vector column to search
Table version to query
x >= 0If true, return the row id as a column called _rowid
Whether to return verbose explanation
Query execution plan explanation
Human-readable query execution plan