Commit Graph

123602 Commits

Author SHA1 Message Date
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
Yong Wang
030d890607 Kusto-phase2 : update release note 2023-08-26 07:40:32 -07:00
Larry Luo
571e9aa155 added more date time tests 2023-08-26 07:40:32 -07:00
Larry Luo
79d249f6cd added tests for dynamic and datetime 2023-08-26 07:40:32 -07:00
root
ee6fcafd2c added check for array length mismatch 2023-08-26 07:40:32 -07:00
root
7751902efb covered different scenarios of sorting with null in first array 2023-08-26 07:40:31 -07:00
root
bee418b057 Added gtest_dictionary_parser.cpp 2023-08-26 07:40:31 -07:00
root
79ee761e7b Added expression support in sorting functions 2023-08-26 07:40:31 -07:00
root
422189e899 implemented array_sort returns same number of arrays as input 2023-08-26 07:40:31 -07:00
root
9bbfc55ee3 moved test cases in separate file 2023-08-26 07:40:31 -07:00
root
3e92063ec8 Array sort functions added 2023-08-26 07:40:31 -07:00
HeenaBansal2009
d32f8c5268 DatetIme part 4 2023-08-26 07:40:31 -07:00
HeenaBansal2009
4ce7f95e6d Fixed #1125 2023-08-26 07:40:31 -07:00
HeenaBansal2009
e122485714 removed MakeSeries diff 2023-08-26 07:40:31 -07:00
HeenaBansal2009
cd3107062d Review comments and fixed bugs 1073 and 1085 2023-08-26 07:40:31 -07:00