Skip to content

Commit

Permalink
Merge pull request #6 from DBCG/STU4B#91
Browse files Browse the repository at this point in the history
STU4B#91: Changed context to components
  • Loading branch information
Jason Evans authored May 29, 2019
2 parents 81cd796 + e851f2a commit 112940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/03-developersguide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ Use the [.id]#Upper# and [.id]#Lower# operators to return strings with upper or
[[introducing-context-in-queries]]
== Introducing Scoped Definitions in Queries

The CQL query construct provides for the ability to introduce named expressions that only exist within the scope of a single query. The _let clause_ of queries allows any number of definitions to be provided. Each definition has access to all the available context of the query scope, as well as the overall library scope. This feature is extremely useful for simplifying query logic by allowing complex expressions to be defined and then reused within the context of a single query. For example:
The CQL query construct provides for the ability to introduce named expressions that only exist within the scope of a single query. The _let clause_ of queries allows any number of definitions to be provided. Each definition has access to all the available components of the query scope. This feature is extremely useful for simplifying query logic by allowing complex expressions to be defined and then reused within the context of a single query. For example:

[source,cql]
----
Expand Down

0 comments on commit 112940d

Please sign in to comment.