csv

package
v0.168.0 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

View Source
const FromCSVKind = "fromCSV"

Variables

View Source
var FluxTestPackages = []*ast.Package{&ast.Package{
	BaseNode: ast.BaseNode{
		Comments: nil,
		Errors:   nil,
		Loc:      nil,
	},
	Files:   []*ast.File{},
	Package: "csv_test",
	Path:    "csv",
}}

Functions

func CreateSource added in v0.66.0

Types

type CSVSource

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

func (*CSVSource) AddTransformation

func (c *CSVSource) AddTransformation(t execute.Transformation)

func (*CSVSource) Run

func (c *CSVSource) Run(ctx context.Context)

type FromCSVOpSpec

type FromCSVOpSpec struct {
	CSV  string `json:"csv"`
	File string `json:"file"`
	Mode string `json:"mode"`
}

func (*FromCSVOpSpec) Kind

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

type FromCSVProcedureSpec

type FromCSVProcedureSpec struct {
	plan.DefaultCost
	CSV  string
	File string
	Mode string
}

func (*FromCSVProcedureSpec) Copy

func (*FromCSVProcedureSpec) Kind

Jump to

Keyboard shortcuts

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