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