package
0.18.1
Repository: https://github.com/dolthub/go-mysql-server.git
Documentation: pkg.go.dev

# Variables

ErrCaseResultType is returned when one or more of the types of the values in a case expression don't match.
ErrExplodeInvalidUse is returned when an EXPLODE function is used outside a Project node.
ErrIntervalInvalidUse is returned when an interval expression is not correctly used.
ErrInvalidRowLength is returned when a DDL table spec exceeds the row length limit.
ErrReadOnlyDatabase is returned when a write is attempted to a ReadOnlyDatabse.
ErrSubqueryFieldIndex is returned when an expression subquery references a field outside the range of the rows it works on.
ErrUnionSchemasMatch is returned when both sides of a UNION do not have the same schema.
ErrUnknownIndexColumns is returned when there are columns in the expr to index that are unknown in the table.
ErrValidationGroupBy is returned when the aggregation expression does not appear in the grouping columns.
ErrValidationOrderBy is returned when the order by contains aggregation expressions.
ErrValidationResolved is returned when the plan can not be resolved.
ErrValidationSchemaSource is returned when there is any column source that does not match the table name.