Snowflake · Schema

QueryRequest

A search query and additional parameters for search.

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
query string Unstructured text query. Exactly one of 'query' or 'multi_index_query' must be specified.
multi_index_query object A search query expressed as a collection of multiple column-level queries. Exactly one of 'query' or 'multi_index_query' must be specified. A column/index can be queried with multiple queries.
columns array List of columns to return.
filter object Filter query.
limit integer Max number of results to return.
experimental object reserved
View JSON Schema on GitHub