ltrk2
|
3d29c1a120
|
Implement KQL functional tests
|
2023-08-26 07:40:35 -07:00 |
|
ltrk2
|
33e04c4e7a
|
Implement KQL functional tests
|
2023-08-26 07:40:35 -07:00 |
|
HeenaBansal2009
|
4a160a3221
|
Addressed review comments
|
2023-08-26 07:40:35 -07:00 |
|
HeenaBansal2009
|
67774ece8d
|
Functional testcas added
|
2023-08-26 07:40:35 -07:00 |
|
HeenaBansal2009
|
adf6ed9988
|
More fixed bugs
|
2023-08-26 07:40:34 -07:00 |
|
HeenaBansal2009
|
bcc0ae2c6c
|
More bug fix
|
2023-08-26 07:40:34 -07:00 |
|
HeenaBansal2009
|
b0548efc96
|
Fixed bugs
|
2023-08-26 07:40:34 -07:00 |
|
Yong Wang
|
12b383ce65
|
Kusto-phase2: fix core dump for string operator, disable alias without 'as'
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
067e609e61
|
Reinstate const qualifiers
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
0e6cb2f710
|
Fix KQL IPv6 functions in terms of handling IPv4
|
2023-08-26 07:40:34 -07:00 |
|
Yong Wang
|
42c6998cff
|
Kusto-phase2: fix core dump , kql !in orerator in sql
|
2023-08-26 07:40:34 -07:00 |
|
root
|
6fa32e3108
|
make_list_with_nulls_bug1009 fix
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
49ce24a451
|
Implement functional tests for KQL trim
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
f3c52d1f26
|
Implement KQL functional tests and fix issues
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
9806fce2c0
|
Implement KQL functional tests and fix bugs that came up
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
dcd27e2d7d
|
Use stack instead of vector
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
4a4d4944d6
|
Implement raw argument extraction to support nesting
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
61877a40e5
|
Simplify KQL trim functions to avoid aliases
|
2023-08-26 07:40:34 -07:00 |
|
ltrk2
|
e102a76168
|
Implement a functional test for KQL
|
2023-08-26 07:40:33 -07:00 |
|
ltrk2
|
cfdec48bdf
|
Implement functional tests for KQL functions
|
2023-08-26 07:40:33 -07:00 |
|
Yong Wang
|
ea7e589dad
|
Kusto-phase2 : fix functional test
|
2023-08-26 07:40:33 -07:00 |
|
Yong Wang
|
e1aa74923f
|
Kusto-phase2 , fix some flow bug and add extend operator
|
2023-08-26 07:40:33 -07:00 |
|
ltrk2
|
105a0e0df7
|
Take suffixes into account in case of format_ipv4_mask
|
2023-08-26 07:40:33 -07:00 |
|
root
|
4579e5cc94
|
array_sort unit test fix
|
2023-08-26 07:40:33 -07:00 |
|
Larry Luo
|
3344790864
|
Added more KQL functional tests
|
2023-08-26 07:40:33 -07:00 |
|
Yong Wang
|
01a5ea87d4
|
Kusto-phase2: Updated release note
|
2023-08-26 07:40:33 -07:00 |
|
ltrk2
|
eedb3a9456
|
Implement KQL set functions
|
2023-08-26 07:40:33 -07:00 |
|
ltrk2
|
5f89b79f4d
|
Implement KQL array functions
|
2023-08-26 07:40:33 -07:00 |
|
root
|
ea42c3b4da
|
array sort returns an array
|
2023-08-26 07:40:33 -07:00 |
|
root
|
356d5c38b1
|
fixed issue with percentiles
|
2023-08-26 07:40:33 -07:00 |
|
HeenaBansal2009
|
5cf0f7a47c
|
Fix build error
|
2023-08-26 07:40:33 -07:00 |
|
HeenaBansal2009
|
42ba91406b
|
Fix build error
|
2023-08-26 07:40:33 -07:00 |
|
Larry Luo
|
8b03a1a261
|
Adding more KQL functional tests.
|
2023-08-26 07:40:33 -07:00 |
|
HeenaBansal2009
|
2ef019fd9c
|
casting function todecimal()
|
2023-08-26 07:40:33 -07:00 |
|
Heena Bansal
|
4928cb3961
|
Update gtest_KQL_dateTimeFunctions.cpp
Updated Gtest
|
2023-08-26 07:40:32 -07:00 |
|
HeenaBansal2009
|
43f7112797
|
Added support for negative arguments in timespan
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
eb3534d0d2
|
Use an associative container instead of an array
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
82df3d086d
|
Expand the list of valid keywords within dynamic
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
abeaa86688
|
Implement a basic version of KQL dynamic
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
e7f05338d9
|
Get unit tests in line with the implementation
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
25273292e2
|
Handle invalid conditions adequately
|
2023-08-26 07:40:32 -07:00 |
|
Yong Wang
|
63d2874212
|
Kusto-phase2: add mv-expand operator
|
2023-08-26 07:40:32 -07:00 |
|
HeenaBansal2009
|
878891079f
|
Updated Gtest
|
2023-08-26 07:40:32 -07:00 |
|
HeenaBansal2009
|
2ddc6cec9b
|
removed unwanted file
|
2023-08-26 07:40:32 -07:00 |
|
HeenaBansal2009
|
a4d828e0cf
|
Fixed failed testescases
|
2023-08-26 07:40:32 -07:00 |
|
ltrk2
|
47579cb50b
|
Implement KQL tolong
|
2023-08-26 07:40:32 -07:00 |
|
Larry Luo
|
fce194dabd
|
update release note
|
2023-08-26 07:40:32 -07:00 |
|
Yong Wang
|
f3215e6280
|
Kusto-phas2: fix release note format
|
2023-08-26 07:40:32 -07:00 |
|
Yong Wang
|
50830bd10e
|
Kusto-phase2: update and format release note.
|
2023-08-26 07:40:32 -07:00 |
|
root
|
395af6a5a5
|
added note in release notes
|
2023-08-26 07:40:32 -07:00 |
|