- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for errParseExpectedTypeName (0.15 sec)
-
cmd/apierrorcode_string.go
_ = x[ErrParseExpectedTokenType-259] _ = x[ErrParseExpected2TokenTypes-260] _ = x[ErrParseExpectedNumber-261] _ = x[ErrParseExpectedRightParenBuiltinFunctionCall-262] _ = x[ErrParseExpectedTypeName-263] _ = x[ErrParseExpectedWhenClause-264] _ = x[ErrParseUnsupportedToken-265] _ = x[ErrParseUnsupportedLiteralsGroupBy-266] _ = x[ErrParseExpectedMember-267] _ = x[ErrParseUnsupportedSelect-268]
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
code: "ParseExpectedRightParenBuiltinFunctionCall", message: "Did not find the expected right parenthesis character in the SQL expression.", statusCode: 400, cause: err, } } func errParseExpectedTypeName(err error) *s3Error { return &s3Error{ code: "ParseExpectedTypeName", message: "Did not find the expected type name 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) -
cmd/api-errors.go
ErrParseExpectedDatePart ErrParseExpectedKeyword ErrParseExpectedTokenType ErrParseExpected2TokenTypes ErrParseExpectedNumber ErrParseExpectedRightParenBuiltinFunctionCall ErrParseExpectedTypeName ErrParseExpectedWhenClause ErrParseUnsupportedToken ErrParseUnsupportedLiteralsGroupBy ErrParseExpectedMember ErrParseUnsupportedSelect ErrParseUnsupportedCase ErrParseUnsupportedCaseClause
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (3)