This commit is contained in:
Yuce Tekol 2018-10-05 17:44:02 +03:00
parent b6981930b1
commit b617db84eb
No known key found for this signature in database
GPG key ID: CB59E46D2FB90573

View file

@ -1766,10 +1766,10 @@ func (e *executor) mapperLocal(ctx context.Context, shards []uint64, mapFn mapFu
}
var translateCallCol = map[string]struct{}{
"Set": struct{}{},
"Clear": struct{}{},
"Row": struct{}{},
"SetColumnAttrs": struct{}{},
"Set": {},
"Clear": {},
"Row": {},
"SetColumnAttrs": {},
}
func (e *executor) translateCall(index string, idx *Index, c *pql.Call) error {