GAUSS-02271 -- GAUSS-02280
GAUSS-02271: "could not determine actual type of argument declared %s"
SQLSTATE: 42804
Description: The data type of the parameter cannot be determined.
Solution: Check whether the function definition is correct. If no, modify the function definition.
GAUSS-02272: "%s is not allowed in a SQL function"
SQLSTATE: 0A000
Description: SQL functions cannot contain transaction statements.
Solution: Check whether the function definition is correct. If no, modify the function definition.
GAUSS-02273: "could not determine actual result type for function declared to return type %s"
SQLSTATE: 42804
Description: The type of values returned by the function cannot be determined.
Solution: Check whether the function definition is correct. If no, modify the function definition.
GAUSS-02274: "failed to fetch lazy-eval tuple"
SQLSTATE: 22P08
Description: An internal system error occurs. Fails to obtain a tuple from the tuplestore.
Solution: Contact technical support.
GAUSS-02275: "return type mismatch in function declared to return %s"
SQLSTATE: 42P13
Description: The return type is inconsistent with that defined by the function.
Solution: Check whether the function definition is correct. If no, modify the function definition.
GAUSS-02276: "return type %s is not supported for SQL functions"
SQLSTATE: 42P13
Description: The return type is not supported.
Solution: Check whether the function definition is correct. If no, modify the function definition.
GAUSS-02277: "mergejoin clause is not an OpExpr"
SQLSTATE: XX000
Description: A plan error occurs. The mergejoin condition is not an arithmetic expression.
Solution: The generated plan is incorrect. Contact technical support.
GAUSS-02278: "unsupported mergejoin strategy %d"
SQLSTATE: XX000
Description: A plan error occurs. The sorting policy used by the mergejoin condition is incorrect.
Solution: Internal system error. Contact technical support.
GAUSS-02279: "cannot merge using non-equality operator %u"
SQLSTATE: XX000
Description: A plan error occurs. The connection policy used by the mergejoin condition is incorrect.
Solution: Internal system error. Contact technical support.
GAUSS-02280: "missing support function %d(%u,%u) in opfamily %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.