Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ExpressionType (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/s3select/select.go

    		return errInvalidScanRangeParameter(err)
    	}
    	parsedS3Select.ExpressionType = strings.ToLower(parsedS3Select.ExpressionType)
    	if parsedS3Select.ExpressionType != "sql" {
    		return errInvalidExpressionType(fmt.Errorf("invalid expression type '%v'", parsedS3Select.ExpressionType))
    	}
    
    	if parsedS3Select.Input.IsEmpty() {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Feb 18 16:25:55 GMT 2025
    - 21.2K bytes
    - Click Count (0)
Back to Top