Skip to content

Commit

Permalink
Merge pull request #262 from Bit-Quill/dev-nested-select-doc
Browse files Browse the repository at this point in the history
Add `Nested` Documentation for 2.7 Related Features
  • Loading branch information
forestmvey authored May 9, 2023
2 parents 4bbd12a + b8732df commit f0a2a24
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

+ **SQL**
+ [Aggregate Window Function](sql-aggregate-window-function.md): aggregate window function support
+ [Nested Function In Select Clause](sql-nested-function-select-clause.md): Nested function support in sql select clause
+ **Piped Processing Language**

### Query Processing
Expand All @@ -55,6 +56,7 @@
+ [Relevancy Search](opensearch-relevancy-search.md): OpenSearch relevancy search functions
+ [Sub Queries](opensearch-nested-field-subquery.md): support sub queries on OpenSearch nested field
+ [Pagination](opensearch-pagination.md): pagination implementation by OpenSearch scroll API
+ [Nested Function](sql-nested-function.md): Nested function in sql plugin
+ [Prometheus](datasource-prometheus.md): Prometheus query federation
+ **File System**
+ [Querying S3](datasource-query-s3.md): S3 query federation proposal
Expand Down
Loading

0 comments on commit f0a2a24

Please sign in to comment.