Edgar Melendrez
83cf4dc554
[docs] fixes to sql-scalar.md ( #16826 )
...
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
Co-authored-by: Benedict Jin <asdf2014@apache.org>
Co-authored-by: Katya Macedo <38017980+ektravel@users.noreply.github.com>
2024-08-06 17:12:57 -07:00
Vadim Ogievetsky
a124c6cbbd
fix typo in extension name ( #16466 )
2024-05-20 09:47:22 +08:00
Gian Merlino
7fea34abdd
LOOKUP docs: clarify behavior of replaceMissingValueWith. ( #15879 )
...
Clarify behavior when expr is null.
2024-02-11 13:11:00 -08:00
Katya Macedo
fc222377ae
[Docs] Document decode_base64_complex and decode_base64_utf8 functions ( #15444 )
2023-12-11 09:12:06 -08:00
sb89594
5fda8613ad
Feature: Add IPv6 Match Function ( #15212 )
2023-12-07 23:09:06 -08:00
Pranav
f1edd671fb
Exposing optional replaceMissingValueWith in lookup function and macros ( #14956 )
...
* Exposing optional replaceMissingValueWith in lookup function and macros
* args range validation
* Updating docs
* Addressing comments
* Update docs/querying/sql-scalar.md
Co-authored-by: Clint Wylie <cjwylie@gmail.com>
* Update docs/querying/sql-functions.md
Co-authored-by: Clint Wylie <cjwylie@gmail.com>
* Addressing comments
---------
Co-authored-by: Clint Wylie <cjwylie@gmail.com>
2023-10-02 17:09:23 -07:00
317brian
6b4dda964d
Docusaurus2 upgrade for master ( #14411 )
...
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Co-authored-by: Charles Smith <techdocsmith@gmail.com>
2023-08-16 19:01:21 -07:00
Gian Merlino
e10e35aa2c
Add REGEXP_REPLACE function. ( #14460 )
...
* Add REGEXP_REPLACE function.
Replaces all instances of a pattern with a replacement string.
* Fixes.
* Improve test coverage.
* Adjust behavior.
2023-06-29 13:47:57 -07:00
Jill Osborne
d4e478c909
NVL function docs update ( #14169 )
...
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
2023-04-27 11:17:21 -07:00
frankgrimes97
2f98675285
Tuple sketch SQL support ( #13887 )
...
This PR is a follow-up to #13819 so that the Tuple sketch functionality can be used in SQL for both ingestion using Multi-Stage Queries (MSQ) and also for analytic queries against Tuple sketch columns.
2023-03-28 18:47:12 +05:30
Gian Merlino
0099940808
Add TIME_IN_INTERVAL SQL operator. ( #12662 )
...
* Add TIME_IN_INTERVAL SQL operator.
The operator is implemented as a convertlet rather than an
OperatorConversion, because this allows it to be equivalent to using
the >= and < operators directly.
* SqlParserPos cannot be null here.
* Remove unused import.
* Doc updates.
* Add words to dictionary.
2022-06-21 13:05:37 -07:00
Charles Smith
3e8d7a6d9f
Sql docs items ( #12530 )
...
* touch up sql refactor
* brush up SQL refactor
* incorporate feedback
* reorder sql
* Update docs/querying/sql.md
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
2022-05-17 16:56:31 -07:00
Victoria Lim
c61b19d443
Refactor SQL docs ( #12239 )
...
* refactor and link fixes
* add sql docs to left nav
* code format for needle
* updated web console script
* link fixes
* update earliest/latest functions
* edits for grammar and style
* more link fixes
* another link
* update with #12226
* update .spelling file
2022-02-11 14:43:30 -08:00