- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errLexerInvalidLiteral (0.06 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrUnsupportedSQLStructure-250] _ = x[ErrUnsupportedSyntax-251] _ = 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]
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: "LexerInvalidOperator", message: "The SQL expression contains an invalid literal.", statusCode: 400, cause: err, } } func errLexerInvalidLiteral(err error) *s3Error { return &s3Error{ code: "LexerInvalidLiteral", message: "The SQL expression contains an invalid operator.", 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) -
cmd/api-errors.go
ErrObjectSerializationConflict ErrUnsupportedSQLOperation ErrUnsupportedSQLStructure ErrUnsupportedSyntax ErrUnsupportedRangeHeader ErrLexerInvalidChar ErrLexerInvalidOperator ErrLexerInvalidLiteral ErrLexerInvalidIONLiteral ErrParseExpectedDatePart ErrParseExpectedKeyword ErrParseExpectedTokenType ErrParseExpected2TokenTypes ErrParseExpectedNumber
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (3)