ingester

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ingester

type Ingester interface {
	Ingest(ctx context.Context, record arrow.Record) error
}

func NewIngester added in v0.22.0

func NewIngester(
	logger log.Logger,
	table Table,
) Ingester

type Table added in v0.22.0

type Table interface {
	InsertRecord(context.Context, arrow.Record) (tx uint64, err error)
}

type TableIngester added in v0.22.0

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

func (TableIngester) Ingest added in v0.22.0

func (ing TableIngester) Ingest(ctx context.Context, record arrow.Record) error

Jump to

Keyboard shortcuts

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