[#269] netmap: Support non-ascii attributes in SELECT IN

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
Aleksey Savchuk 2024-09-17 12:15:06 +03:00
parent e3a0506da3
commit 9e06ff8701
No known key found for this signature in database

View file

@ -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