values

package
v1.17.4 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockProcess

type BlockProcess interface {
	Start(ctx context.Context) <-chan *data.Block
	Finish() (rowsProcess int, err error)
	Error() error
}

type ColumnValuesPool

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

func NewColumnValuesPool

func NewColumnValuesPool(numCols, numRows int) *ColumnValuesPool

func (*ColumnValuesPool) Get

func (c *ColumnValuesPool) Get() [][]interface{}

func (*ColumnValuesPool) Put

func (c *ColumnValuesPool) Put(colTexts [][]interface{})

type ColumnValuesToBlock

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

func NewColumnValuesToBlock

func NewColumnValuesToBlock(cvStream <-chan [][]interface{}, sample *data.Block) *ColumnValuesToBlock

func (*ColumnValuesToBlock) Error

func (a *ColumnValuesToBlock) Error() error

func (*ColumnValuesToBlock) Finish

func (a *ColumnValuesToBlock) Finish() (rowsProcessed int, err error)

func (*ColumnValuesToBlock) Start

func (a *ColumnValuesToBlock) Start(ctx context.Context) <-chan *data.Block

type RecycleColumnValues

type RecycleColumnValues func(columnValues [][]interface{})

Jump to

Keyboard shortcuts

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