mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
gfmt'ed
This commit is contained in:
parent
b6981930b1
commit
b617db84eb
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue