SelectClause
Parameters
The typed parameter or evaluated typed parameter for the select clause.
The schema object that defines the structure of the data.
The sequence of spaces that define the vector components.
The sequence of schema fields to exclude from the query results.
Inheritance
Inheritance Chain:SelectClause
- →
QueryClause
- →
ABC
Properties
The sequence of schema fields to exclude from the query results.
The schema object that defines the structure of the data.
Static Methods
from_param()
The schema object that defines the structure of the data.
The parameter or sequence of field names to select.
The sequence of spaces that define the vector components.
The sequence of schema fields to exclude from the query results.
SelectClause
- A new select clause instance with the specified configuration.
Methods
get_altered_knn_search_params()
The KNN search parameters to modify with the selected fields.
KNNSearchClauseParams
- The modified search parameters with the selected fields applied.