package
0.195.1
Repository: https://github.com/influxcommunity/flux.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
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
GetArrowBuilder is a convenience method for retrieving an ArrowBuilder from the BuilderCache.
No description provided by the author
Mask will return a no-copy Table that masks the given columns.
NewArrowBuilder constructs a new ArrowBuilder.
No description provided by the author
Sort will read a TableIterator and produce another TableIterator where the keys are sorted.
Stream will call StreamWithContext with a background context.
StreamWithContext will create a table that streams column readers through the flux.Table.
Stringify will read a table and turn it into a human-readable string.
No description provided by the author

# Constants

No description provided by the author

# Structs

ArrowBuilder is a Builder that uses arrow array builders as the underlying builder mechanism.
StreamWriter is the input end of a stream.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SendFunc is used to send a flux.ColReader to a table stream so it can be read by the table consumer.