File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 99
1010// tag::string_list[]
1111* <<esql-bit_length>>
12+ * <<esql-byte_length>>
1213* <<esql-concat>>
1314* <<esql-ends_with>>
1415* <<esql-from_base64>>
3233// end::string_list[]
3334
3435include::layout/bit_length.asciidoc[]
36+ include::layout/byte_length.asciidoc[]
3537include::layout/concat.asciidoc[]
3638include::layout/ends_with.asciidoc[]
3739include::layout/from_base64.asciidoc[]
Original file line number Diff line number Diff line change @@ -47,27 +47,6 @@ BIT_LENGTH(string_exp) <1>
4747include-tagged::{sql-specs}/docs/docs.csv-spec[stringBitLength]
4848--------------------------------------------------
4949
50- [[sql-functions-string-byte-length]]
51- ==== `BYTE_LENGTH`
52-
53- .Synopsis:
54- [source, sql]
55- --------------------------------------------------
56- BYTE_LENGTH(string_exp) <1>
57- --------------------------------------------------
58- *Input*:
59-
60- <1> string expression. If `null`, the function returns `null`.
61-
62- *Output*: integer
63-
64- *Description*: Returns the length in bytes of the `string_exp` input expression.
65-
66- [source, sql]
67- --------------------------------------------------
68- include-tagged::{sql-specs}/docs/docs.csv-spec[stringByteLength]
69- --------------------------------------------------
70-
7150[[sql-functions-string-char]]
7251==== `CHAR`
7352
Original file line number Diff line number Diff line change 9191 - match : {esql.functions.cos: $functions_cos}
9292 - gt : {esql.functions.to_long: $functions_to_long}
9393 - match : {esql.functions.coalesce: $functions_coalesce}
94- - length : {esql.functions: 119 } # check the "sister" test below for a likely update to the same esql.functions length check
94+ - length : {esql.functions: 120 } # check the "sister" test below for a likely update to the same esql.functions length check
9595
9696---
9797" Basic ESQL usage output (telemetry) non-snapshot version " :
@@ -162,4 +162,4 @@ setup:
162162 - match : {esql.functions.cos: $functions_cos}
163163 - gt : {esql.functions.to_long: $functions_to_long}
164164 - match : {esql.functions.coalesce: $functions_coalesce}
165- - length : {esql.functions: 116 } # check the "sister" test above for a likely update to the same esql.functions length check
165+ - length : {esql.functions: 117 } # check the "sister" test above for a likely update to the same esql.functions length check
You can’t perform that action at this time.
0 commit comments