Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyString (0.04 sec)

  1. internal/s3select/sql/evaluate.go

    			return nil, err
    		}
    
    		return jsonToValue(result)
    	default:
    		if pathExpr[len(pathExpr)-1].Key == nil {
    			return nil, errInvalidKeypath
    		}
    		return r.Get(pathExpr[len(pathExpr)-1].Key.keyString())
    	}
    }
    
    // jsonToValue will convert the json value to an internal value.
    func jsonToValue(result any) (*Value, error) {
    	switch rval := result.(type) {
    	case string:
    		return FromString(rval), nil
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12K bytes
    - Viewed (0)
Back to top