- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for handleDateDiff (0.07 sec)
-
internal/s3select/sql/funceval.go
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 argVals := make([]*Value, len(e.SFunc.ArgsList)) for i, arg := range e.SFunc.ArgsList {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 01 21:59:40 UTC 2021 - 13.2K bytes - Viewed (0)