- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for errParseExpectedDatePart (0.12 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrUnsupportedRangeHeader-252] _ = x[ErrLexerInvalidChar-253] _ = x[ErrLexerInvalidOperator-254] _ = x[ErrLexerInvalidLiteral-255] _ = x[ErrLexerInvalidIONLiteral-256] _ = x[ErrParseExpectedDatePart-257] _ = x[ErrParseExpectedKeyword-258] _ = x[ErrParseExpectedTokenType-259] _ = x[ErrParseExpected2TokenTypes-260] _ = x[ErrParseExpectedNumber-261] _ = x[ErrParseExpectedRightParenBuiltinFunctionCall-262]
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "LexerInvalidIONLiteral", message: "The SQL expression contains an invalid operator.", statusCode: 400, cause: err, } } func errParseExpectedDatePart(err error) *s3Error { return &s3Error{ code: "ParseExpectedDatePart", message: "Did not find the expected date part in the SQL expression.", statusCode: 400, cause: err, } }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0)