mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
add field to SetRowAttrs and TopK to prototypes in ast.go
This commit is contained in:
parent
23f44725cb
commit
15aa7d1ad8
1 changed files with 2 additions and 0 deletions
|
|
@ -421,6 +421,7 @@ var callInfoByFunc = map[string]callInfo{
|
|||
allowUnknown: false,
|
||||
prototypes: map[string]interface{}{
|
||||
"_field": "",
|
||||
"field": "",
|
||||
"k": int64(0),
|
||||
"filter": nil,
|
||||
"from": nil,
|
||||
|
|
@ -483,6 +484,7 @@ var callInfoByFunc = map[string]callInfo{
|
|||
allowUnknown: true,
|
||||
prototypes: map[string]interface{}{
|
||||
"_field": "",
|
||||
"field": "",
|
||||
"_row": stringOrInt64,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue