Till Westmann has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/1245
Change subject: fix tabs
......................................................................
fix tabs
Change-Id: I1f46ef62c2220def96dd1caa175284eef661e7b0
---
M asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/45/1245/1
diff --git a/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md
b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md
index 732daa4..1572581 100644
--- a/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md
+++ b/asterixdb/asterix-doc/src/main/markdown/sqlpp/2_expr.md
@@ -29,7 +29,7 @@
| VariableReference
| ParenthesizedExpression
| FunctionCallExpression
- | Constructor
+ | Constructor
The most basic building block for any SQL++ expression is PrimaryExpression.
This can be a simple literal (constant) value, a reference to a query variable
that is in scope, a parenthesized expression, a function call, or a newly
constructed instance of the data model (such as a newly constructed record or
list of data model instances).
--
To view, visit https://asterix-gerrit.ics.uci.edu/1245
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f46ef62c2220def96dd1caa175284eef661e7b0
Gerrit-PatchSet: 1
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Till Westmann <[email protected]>