SQL: More comments in docs

Leave more comments in docs for things that we have to finish
documenting.

Original commit: elastic/x-pack-elasticsearch@2523617c3b
This commit is contained in:
Nik Everett 2018-02-02 11:10:34 -05:00
parent 8065b71bc6
commit 2c66b058f3
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
[[sql-data-types]]
=== Data Type and Mapping
// TODO finish this
List of data types in SQL and how they actually map to Elasticsearch.
Also mention the corner cases - multi-fields, names with dots, etc...
Also mention the corner cases - multi-fields, names with dots, etc...

View File

@ -1,9 +1,9 @@
[[sql-spec-syntax]]
=== SQL Statement Syntax
Big list of the entire syntax in SQL
// Big list of the entire syntax in SQL
Each entry might get its own file and code snippet
// Each entry might get its own file and code snippet
["source","sql",subs="attributes,callouts,macros"]
--------------------------------------------------