Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
85f8b0499b89eda6b85ae877c20361ccf16733d1
/
.
/
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
)