package simql type Query interface { Args() []any String() string }