Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handleDateAdd (0.17 sec)

  1. internal/s3select/sql/funceval.go

    	case sqlFnExtract:
    		return handleSQLExtract(r, e.Extract, tableAlias)
    
    	case sqlFnTrim:
    		return handleSQLTrim(r, e.Trim, tableAlias)
    
    	case sqlFnDateAdd:
    		return handleDateAdd(r, e.DateAdd, tableAlias)
    
    	case sqlFnDateDiff:
    		return handleDateDiff(r, e.DateDiff, tableAlias)
    
    	}
    
    	// For all simple argument functions, we evaluate the arguments here
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 13.2K bytes
    - Viewed (0)
Back to top