Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LikeInvalidInputs (0.15 seconds)

  1. internal/s3select/sql/errors.go

    		message:    "Incorrect type of arguments in function call.",
    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errLikeInvalidInputs(err error) *s3Error {
    	return &s3Error{
    		code:       "LikeInvalidInputs",
    		message:    "Invalid argument given to the LIKE clause in the SQL expression.",
    		statusCode: 400,
    		cause:      err,
    	}
    }
    
    func errQueryParseFailure(err error) *s3Error {
    	return &s3Error{
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 2.6K bytes
    - Click Count (0)
Back to Top