Sign in
apache
/
geaflow
/
refs/heads/branch-0.1
/
.
/
geaflow
/
geaflow-dsl
/
geaflow-dsl-parser
/
src
/
main
/
codegen
/
includes
/
useGraph.ftl
blob: 77bbcdae76a3971434a1aab7a8cd401923f0dfcb [
file
] [
log
] [
blame
]
SqlUseGraph
SqlUseGraph
():
{
SqlIdentifier
graph
=
null
;
}
{
<
USE
>
<
GRAPH
>
graph
=
CompoundIdentifier
()
{
Span
s
=
Span
.
of
();
return
new
SqlUseGraph
(
s
.
end
(
this
),
graph
);
}
}