Documentation ¶ Index ¶ Constants func SquashJoins(ctx *sql.Context, a *analyzer.Analyzer, n sql.Node) (sql.Node, error) Constants ¶ View Source const SquashJoinsRule = "squash_joins" SquashJoinsRule name. Variables ¶ This section is empty. Functions ¶ func SquashJoins ¶ func SquashJoins( ctx *sql.Context, a *analyzer.Analyzer, n sql.Node, ) (sql.Node, error) SquashJoins finds all squashable tables and joins them in a single SquashedTable that will perform many operations directly over git objects to make the query run faster. Types ¶ This section is empty. Source Files ¶ View all Source files squashjoins.go Click to show internal directories. Click to hide internal directories.