- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseExpectedKeyword (0.17 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrLexerInvalidChar-249] _ = x[ErrLexerInvalidOperator-250] _ = x[ErrLexerInvalidLiteral-251] _ = x[ErrLexerInvalidIONLiteral-252] _ = x[ErrParseExpectedDatePart-253] _ = x[ErrParseExpectedKeyword-254] _ = x[ErrParseExpectedTokenType-255] _ = x[ErrParseExpected2TokenTypes-256] _ = x[ErrParseExpectedNumber-257] _ = x[ErrParseExpectedRightParenBuiltinFunctionCall-258] _ = x[ErrParseExpectedTypeName-259]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0) -
internal/s3select/unused-errors.go
return &s3Error{ code: "ParseExpectedDatePart", message: "Did not find the expected date part in the SQL expression.", statusCode: 400, cause: err, } } func errParseExpectedKeyword(err error) *s3Error { return &s3Error{ code: "ParseExpectedKeyword", message: "Did not find the expected keyword in the SQL expression.", statusCode: 400, cause: err, } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 20 08:16:35 UTC 2024 - 17.5K bytes - Viewed (0) -
cmd/api-errors.go
ErrUnsupportedSyntax ErrUnsupportedRangeHeader ErrLexerInvalidChar ErrLexerInvalidOperator ErrLexerInvalidLiteral ErrLexerInvalidIONLiteral ErrParseExpectedDatePart ErrParseExpectedKeyword ErrParseExpectedTokenType ErrParseExpected2TokenTypes ErrParseExpectedNumber ErrParseExpectedRightParenBuiltinFunctionCall ErrParseExpectedTypeName ErrParseExpectedWhenClause
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 92.1K bytes - Viewed (0)