package
2.10.0+incompatible
Repository: https://github.com/m-lab/etl.git
Documentation: pkg.go.dev

# Functions

NewBase creates a new Base.
NewBuffer returns a new buffer of the desired size.

# Variables

Errors that may be returned by Buffer functions.
Errors that may be returned by Buffer functions.
Errors that may be returned by Buffer functions.
Errors that may be returned by Buffer functions.

# Structs

ActiveStats is a stats object that supports updates.
Base provides common parser functionality.
Buffer provides all basic functionality generally needed for buffering, annotating, and inserting rows that implement Annotatable.
NullAnnotator satisfies the Annotatable interface without actually doing anything.
Stats contains stats about buffer history.

# Interfaces

Annotatable interface enables integration of annotation into parser.Base.
HasStats can provide stats.
Sink defines the interface for committing rows.