blob: 504c4c40d8e1114f034f913248a26916e8173ae3 [file] [log] [blame]
term::= constant | literal | function_call | arithmetic_operation | type_hint | bind_marker
literal::= collection_literal | udt_literal | tuple_literal
function_call::= identifier '(' [ term (',' term)* ] ')'
arithmetic_operation::= '-' term | term ('+' | '-' | '*' | '/' | '%') term
type_hint::= '(' cql_type ')' term
bind_marker::= '?' | ':' identifier