[#269] netmap: Support non-ascii attributes in SELECT IN
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
e3a0506da3
commit
9e06ff8701
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ repStmt:
|
||||||
cbfStmt: CBF BackupFactor = NUMBER1; // container backup factor
|
cbfStmt: CBF BackupFactor = NUMBER1; // container backup factor
|
||||||
|
|
||||||
selectStmt:
|
selectStmt:
|
||||||
SELECT Count = NUMBER1 // number of nodes to select without container backup factor *)
|
SELECT Count = NUMBER1 // number of nodes to select without container backup factor *)
|
||||||
(IN clause? Bucket = ident)? // bucket name
|
(IN clause? Bucket = filterKey)? // bucket name
|
||||||
FROM Filter = identWC // filter reference or whole netmap
|
FROM Filter = identWC // filter reference or whole netmap
|
||||||
(AS Name = ident)? // optional selector name
|
(AS Name = ident)? // optional selector name
|
||||||
;
|
;
|
||||||
|
|
||||||
clause: CLAUSE_SAME | CLAUSE_DISTINCT; // nodes from distinct buckets
|
clause: CLAUSE_SAME | CLAUSE_DISTINCT; // nodes from distinct buckets
|
||||||
|
|
Loading…
Reference in a new issue