Skip to content

Commit 79446e2

Browse files
bpinteajrodewig
andcommitted
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 <[email protected]> (cherry picked from commit 6a92b3e)
1 parent 751a200 commit 79446e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/sql/language/data-types.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ s|SQL precision
2323
| <<number, `float`>> | float | REAL | 7
2424
| <<number, `half_float`>> | half_float | FLOAT | 3
2525
| <<number, `scaled_float`>> | scaled_float | DOUBLE | 15
26-
| <<keyword, `keyword`>> | keyword | VARCHAR | 32,766
27-
| <<constant-keyword-field-type, `constant_keyword`>> | constant_keyword| VARCHAR | 32,766
26+
| <<keyword, keyword type family>> | keyword | VARCHAR | 32,766
2827
| <<text, `text`>> | text | VARCHAR | 2,147,483,647
2928
| <<binary, `binary`>> | binary | VARBINARY | 2,147,483,647
3029
| <<date, `date`>> | datetime | TIMESTAMP | 29
@@ -134,4 +133,3 @@ SELECT first_name FROM index WHERE first_name.raw = 'John'
134133
----
135134

136135
as {es-sql} automatically _picks_ up the `raw` multi-field from `raw` for exact matching.
137-

0 commit comments

Comments
 (0)