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

# Functions

AddExpressionCloser returns a new iterator that ensures that any expressions that implement sql.Closer are closed.
GetColumnsAndPrepareExpressions extracts the unique columns required by all those expressions and fixes the indexes of the GetFields in the expressions to match a row with only the returned columns in that same order.
No description provided by the author
No description provided by the author
NewMergeJoin returns a node that performs a presorted merge join on two relations.
ProjectRow evaluates a set of projections.

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author
ErrTableNotLockable is returned whenever a lockable table can't be found.

# Structs

BaseBuilder converts a plan tree into a RowIter tree.
No description provided by the author
FulltextFilterTable handles row iteration for filters involving Full-Text indexes, as they behave differently than other indexes.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author