gen

package
v0.194.5 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const TablesKind = "internal/gen.tables"

Variables

This section is empty.

Functions

This section is empty.

Types

type Source

type Source struct {
	execute.ExecutionNode
	// contains filtered or unexported fields
}

func (*Source) AddTransformation

func (s *Source) AddTransformation(t execute.Transformation)

func (*Source) Run

func (s *Source) Run(ctx context.Context)

type TablesOpSpec

type TablesOpSpec struct {
	N     int     `json:"n"`
	Tags  []Tag   `json:"tags,omitempty"`
	Nulls float64 `json:"nulls,omitempty"`
	Seed  *int64  `json:"Seed,omitempty"`
}

func (*TablesOpSpec) Kind

func (s *TablesOpSpec) Kind() flux.OperationKind

type TablesProcedureSpec

type TablesProcedureSpec struct {
	plan.DefaultCost
	Schema gen.Schema
}

func (*TablesProcedureSpec) Copy

func (*TablesProcedureSpec) Kind

type Tag

type Tag struct {
	Name        string `json:"name"`
	Cardinality int    `json:"cardinality"`
}

Jump to

Keyboard shortcuts

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