support

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggDef

type AggDef struct {
	Name     string
	SqlName  string
	Desc     string
	RetType  string // must be valid sql.Type
	Nullable bool
}

type AggGen

type AggGen struct {
	// contains filtered or unexported fields
}

func (*AggGen) Generate

func (g *AggGen) Generate(defines GenDefs, w io.Writer)

type FrameFactoryGen

type FrameFactoryGen struct {
	// contains filtered or unexported fields
}

func (*FrameFactoryGen) Generate

func (g *FrameFactoryGen) Generate(defines GenDefs, w io.Writer)

type FrameGen

type FrameGen struct {
	// contains filtered or unexported fields
}

func (*FrameGen) Generate

func (g *FrameGen) Generate(defines GenDefs, w io.Writer)

type FramerGen

type FramerGen struct {
	// contains filtered or unexported fields
}

func (*FramerGen) Generate

func (g *FramerGen) Generate(defines GenDefs, w io.Writer)

type GenDefs

type GenDefs interface{}

TODO not use arbitrary placeholder for optgen defs we could use cockroach's DSL for concise struct defs

type MemoDef added in v0.14.0

type MemoDef struct {
	Name string

	SourceType string

	IsJoin    bool
	JoinAttrs [][2]string

	IsUnary bool
}

type MemoGen added in v0.14.0

type MemoGen struct {
	// contains filtered or unexported fields
}

func (*MemoGen) Generate added in v0.14.0

func (g *MemoGen) Generate(defines GenDefs, w io.Writer)

Jump to

Keyboard shortcuts

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