# Packages
No description provided by the author
# Functions
ExpressionToColumnDefaultValue takes in an Expression and returns the equivalent ColumnDefaultValue if the expression is valid for a default value.
No description provided by the author
MustStringToColumnDefaultValue is used for creating default values on tables that do not go through the analyzer.
Parse parses the given SQL sentence and returns the corresponding node.
ParseColumnTypeString will return a SQL type for the given string that represents a column type.
StringToColumnDefaultValue takes in a string representing a default value and returns the equivalent Expression.
TableSpecToSchema creates a sql.Schema from a parsed TableSpec.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
ErrInvalidSortOrder is returned when a sort order is not valid.
ErrInvalidSQLValType is returned when a SQLVal type is not valid.
No description provided by the author
No description provided by the author
ErrUnsupportedFeature is thrown when a feature is not already supported.
ErrUnsupportedSyntax is thrown when a specific syntax is not already supported.