package
Version:
v1.6.1
Opens a new window with list of versions in this module.
Published: Aug 1, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsValidName validates the name of a column
Column contract represent a column that can be appended.
NewColumn creates a new appendable column
NullColumn creates a new null block
Columns represents a set of named columns
MakeColumns initializes a columns based on schema if given
func (Columns) Any ¶
Any retrieves any column from the set.
func (Columns) Append ¶
Append adds a value at a particular index to the block.
FillNulls adds nulls onto all uneven columns left.
LastRow returns the last row
func (Columns) Max ¶
Max finds the maximum count of a column in the set
func (Columns) Size ¶
Size returns the space (in bytes) required for the set of blocks.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.