Browse Source

SQL: Remove constant_keyword from SQL docs (#64709)

* Remove constant_keyword from SQL docs

`constant_keyword` removed as distinct type from SQL in #60524.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Bogdan Pintea 5 years ago
parent
commit
6a92b3ec7c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/reference/sql/language/data-types.asciidoc

+ 1 - 3
docs/reference/sql/language/data-types.asciidoc

@@ -23,8 +23,7 @@ s|SQL precision
 | <<number, `float`>>                      | float           | REAL        | 7
 | <<number, `half_float`>>                 | half_float      | FLOAT       | 3
 | <<number, `scaled_float`>>               | scaled_float    | DOUBLE      | 15
-| <<keyword, `keyword`>>                   | keyword         | VARCHAR     | 32,766
-| <<constant-keyword-field-type, `constant_keyword`>> | constant_keyword| VARCHAR     | 32,766
+| <<keyword, keyword type family>>         | keyword         | VARCHAR     | 32,766
 | <<text, `text`>>                         | text            | VARCHAR     | 2,147,483,647
 | <<binary, `binary`>>                     | binary          | VARBINARY   | 2,147,483,647
 | <<date, `date`>>                         | datetime        | TIMESTAMP   | 29
@@ -134,4 +133,3 @@ SELECT first_name FROM index WHERE first_name.raw = 'John'
 ----
 
 as {es-sql} automatically _picks_ up the `raw` multi-field from `raw` for exact matching.
-