# Packages
Package static provides utilities for easily constructing static tables that are meant for tests.
# Functions
ChunkFromBuffer will create a Chunk from the TableBuffer.
ChunkFromReader will create a Chunk from the ColReader.
Copy returns a buffered copy of the table and consumes the input table.
Diff will perform a diff between two table iterators.
No description provided by the author
FromBuffer constructs a flux.Table from a single flux.ColReader.
GetBufferedBuilder is a convenience method for retrieving a BufferedBuilder from the BuilderCache.
NewBufferedBuilder constructs a new BufferedBuilder.
No description provided by the author
Sort will read a TableIterator and produce another TableIterator where the keys are sorted.
Stringify will read a table and turn it into a human-readable string.
Values returns the array from the column reader as an array.Array.
# Constants
BufferSize represents a constant buffer size to be used by flux that buffer data by the number of rows.
# Structs
BufferedBuilder is a table builder that constructs a BufferedTable with zero or more buffers.
BufferedTable represents a table of buffered column readers.
BuilderCache hold a mapping of group keys to Builder.
Chunk is a horizontal partition of a Table.
No description provided by the author
# Interfaces
Builder is the minimum interface for constructing a Table.
No description provided by the author
KeyLookup is an interface for storing and retrieving items by their group key.
# Type aliases
No description provided by the author