Costin Leau 9fdf4215dd Docs: Documentation for the upcoming SQL support of frozen indices (#41863)
(cherry picked from commit a3cc03eb1503df24c1706a721fcc9af38c3b2873)
(cherry picked from commit f42dcf2ffd7bd25f3f91aa6127515f393cd1860f)
2019-05-23 21:16:16 +03:00

17 lines
421 B
Plaintext

[role="xpack"]
[testenv="basic"]
[[sql-spec]]
== SQL Language
This chapter describes the SQL syntax and semantics supported namely:
<<sql-lexical-structure>>:: Lexical structure
<<sql-commands>>:: Commands
<<sql-data-types>>:: Data types
<<sql-index-patterns>>:: Index patterns
include::syntax/lexic/index.asciidoc[]
include::syntax/commands/index.asciidoc[]
include::data-types.asciidoc[]
include::indices.asciidoc[]