plan

package
v0.0.0-...-fb7349a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2024 License: PostgreSQL Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DummyPlan

type DummyPlan struct {
	Plan
}

type Plan

type Plan interface {
	// contains filtered or unexported methods
}

func PlanDistributedQuery

func PlanDistributedQuery(ctx context.Context, stmt lyx.Node) Plan

type Scan

type Scan struct {
	Plan
	Relation        *lyx.RangeVar
	Projection      []lyx.Node
	GroupingColumns []string
}

type ShardPlan

type ShardPlan struct {
	Plan
	Query string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL