func (e *Evaluator) evalString(val []byte) (types.Datum, error) { var d types.Datum d.SetBytesAsString(val) return d, nil }