pub async fn query_table(
configuration: &Configuration,
id: &str,
query_table_request: QueryTableRequest,
delimiter: Option<&str>,
) -> Result<Response, Error<QueryTableError>>Expand description
Query table id with vector search, full text search and optional SQL filtering. Returns results in Arrow IPC file or stream format. REST NAMESPACE ONLY REST namespace returns the response as Arrow IPC file binary data instead of the QueryTableResponse JSON object.