зеркало из https://github.com/Azure/AzureKusto.git
Added `$` as an infix operator in KQL expr
This commit is contained in:
Родитель
66ee6d0550
Коммит
eaf7b06041
|
@ -319,6 +319,7 @@ base_scalar <- kql_translator(
|
||||||
`{` = function(x) {
|
`{` = function(x) {
|
||||||
build_kql("(", x, ")")
|
build_kql("(", x, ")")
|
||||||
},
|
},
|
||||||
|
`$` = kql_infix("."),
|
||||||
asc = function(x) {
|
asc = function(x) {
|
||||||
build_kql(x, kql(" asc"))
|
build_kql(x, kql(" asc"))
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче