mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
fix QueryNode comment
This commit is contained in:
parent
420631e748
commit
b2eb8f02ee
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ func (c *InternalHTTPClient) FragmentNodes(ctx context.Context, index string, sl
|
|||
return a, nil
|
||||
}
|
||||
|
||||
// QueryNode executes query against the index.
|
||||
// Query executes query against the index.
|
||||
func (c *InternalHTTPClient) Query(ctx context.Context, index string, queryRequest *internal.QueryRequest) (*internal.QueryResponse, error) {
|
||||
return c.QueryNode(ctx, c.defaultURI, index, queryRequest)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue