Nick

Results 7 issues of Nick

I want use session construct a query which has `force index(specify_index)` is there a way to do this? if Session.statement is accessable, I can directly set session.Statement.JoinStr

##### Versions *Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.* | Sarama | Kafka | Go | |--------|-------|----| | 1.29.1 | 1.1.1...

in numeric value's switch-case logic, maybe can support json.Number, now it will return an error

```golang exp, _ := govaluate.NewEvaluableExpression("create_time >= '2023-04-03 00:00:00'") ret, err := exp.Evaluate(map[string]interface{}{ "create_time": "2023-04-04 00:00:00", }) fmt.Println(ret, err) ``` return ` Value '2023-04-04 00:00:00' cannot be used with the comparator...

Now there are many defined operators and functions, does it support user-defined comparison operations?

docs needed

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

expression: "doc_id % 100" data: map[string]interface{}{ "doc_id": 288852288238428910, } return: 28 want: 10 version: v3.0.0