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