Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
d5f0fc5bb57f1b3b7bb2f647355d11c2fb137bba
/
.
/
asterix-app
/
src
/
test
/
resources
/
AQLTS
/
queries
/
functionDecl3.aql
blob: 80629be5517add65f0a0d0ef20a83dfe82d95166 [
file
] [
log
] [
blame
]
declare
function
"function with spaces"
(
$a
,
$b
)
{
"string with spaces"
};
"function with spaces"
(
1
,
2
)