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.RecordBatch) 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.RecordBatch) error
Click to show internal directories.
Click to hide internal directories.