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:
parent
8065b71bc6
commit
2c66b058f3
|
@ -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...
|
|
@ -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"]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue