...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/aql/functions.expected

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata/aql

     1[
     2  {"type":"NameFunction","value":"RAND"},
     3  {"type":"Punctuation","value":"()"},
     4  {"type":"Text","value":"\n"},
     5  {"type":"NameFunction","value":"rand"},
     6  {"type":"Text","value":" "},
     7  {"type":"Punctuation","value":"()"},
     8  {"type":"Text","value":"\n"},
     9  {"type":"NameFunction","value":"Collections"},
    10  {"type":"Punctuation","value":"()"},
    11  {"type":"Text","value":"\n"},
    12  {"type":"NameFunction","value":"COUNT_DISTINCT"},
    13  {"type":"Punctuation","value":"()"},
    14  {"type":"Text","value":"\n"},
    15  {"type":"NameFunction","value":"COUNT"},
    16  {"type":"Punctuation","value":"()"},
    17  {"type":"Text","value":"\n"},
    18  {"type":"NameFunction","value":"not_null"},
    19  {"type":"Punctuation","value":"()"},
    20  {"type":"Text","value":"\n"},
    21  {"type":"NameFunction","value":"REMOVE_VALUE"},
    22  {"type":"Punctuation","value":"()"},
    23  {"type":"Text","value":"\n"},
    24  {"type":"NameFunction","value":"group::func"},
    25  {"type":"Punctuation","value":"()"},
    26  {"type":"Text","value":"\n"},
    27  {"type":"NameFunction","value":"GROUP_57::F9_"},
    28  {"type":"Punctuation","value":"()"},
    29  {"type":"Text","value":"\n\n"},
    30  {"type":"LiteralNumberInteger","value":"0"},
    31  {"type":"Operator","value":"::"},
    32  {"type":"LiteralNumberInteger","value":"0"},
    33  {"type":"Punctuation","value":"()"},
    34  {"type":"Text","value":"\n"},
    35  {"type":"LiteralNumberInteger","value":"1"},
    36  {"type":"NameFunction","value":"SUM"},
    37  {"type":"Punctuation","value":"()"},
    38  {"type":"Text","value":"\n"},
    39  {"type":"Name","value":"_G"},
    40  {"type":"Operator","value":"::"},
    41  {"type":"Name","value":"A"},
    42  {"type":"Punctuation","value":"()"},
    43  {"type":"Text","value":"\n"},
    44  {"type":"Name","value":"_aql"},
    45  {"type":"Operator","value":"::"},
    46  {"type":"NameFunction","value":"avg"},
    47  {"type":"Punctuation","value":"()"}
    48]

View as plain text