csv

package
v0.99.3 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const FromCSVKind = "fromCSV"

Variables

This section is empty.

Functions

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"`
}

func (*FromCSVOpSpec) Kind

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

type FromCSVProcedureSpec

type FromCSVProcedureSpec struct {
	plan.DefaultCost
	CSV  string
	File 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