langchain_community.vectorstores.starrocks
.get_named_result¶
- langchain_community.vectorstores.starrocks.get_named_result(connection: Any, query: str) List[dict[str, Any]] [source]¶
Get a named result from a query. :param connection: The connection to the database :param query: The query to execute
- Returns
The result of the query
- Return type
List[dict[str, Any]]