parent
fff7df03cd
commit
8fba438cf0
|
@ -12,8 +12,8 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
gob.Register(make([]map[string]interface{}, 0))
|
|
||||||
gob.Register(make([]interface{}, 0))
|
gob.Register(make([]interface{}, 0))
|
||||||
|
gob.Register(make([]map[string]interface{}, 0))
|
||||||
}
|
}
|
||||||
|
|
||||||
// PlanOpts are the options used to generate an execution plan for
|
// PlanOpts are the options used to generate an execution plan for
|
||||||
|
|
Loading…
Reference in New Issue