87 lines
715 B
Text
87 lines
715 B
Text
// keywords
|
|
and
|
|
as
|
|
by
|
|
consume
|
|
contains
|
|
containscs
|
|
count
|
|
distinct
|
|
evaluate
|
|
extend
|
|
facet
|
|
filter
|
|
find
|
|
fork
|
|
getschema
|
|
has
|
|
invoke
|
|
join
|
|
limit
|
|
lookup
|
|
make-series
|
|
matches regex
|
|
mv-apply
|
|
mv-expand
|
|
notcontains
|
|
notcontainscs
|
|
!contains
|
|
!has
|
|
!startswith
|
|
on
|
|
or
|
|
order
|
|
parse
|
|
parse-where
|
|
parse-kv
|
|
partition
|
|
print
|
|
project
|
|
project-away
|
|
project-keep
|
|
project-rename
|
|
project-reorder
|
|
range
|
|
reduce
|
|
regex
|
|
render
|
|
sample
|
|
sample-distinct
|
|
scan
|
|
search
|
|
serialize
|
|
sort
|
|
startswith
|
|
summarize
|
|
take
|
|
top
|
|
top-hitters
|
|
top-nested
|
|
typeof
|
|
union
|
|
where
|
|
bool
|
|
date
|
|
datetime
|
|
int
|
|
long
|
|
real
|
|
string
|
|
time
|
|
|
|
// numbers
|
|
0.2
|
|
7
|
|
.9
|
|
8.
|
|
|
|
// strings
|
|
```multi-
|
|
line ` string```
|
|
"double-quoted\""
|
|
'single-quoted\''
|
|
@'single-verbatim'
|
|
@"double-verbatim
|
|
|
|
// name
|
|
myColumnName123
|