package
0.0.0-20220611034010-79c606f82032
Repository: https://github.com/go-sif/sif.git
Documentation: pkg.go.dev

# Functions

Bool returns a GenericColumnAccessor for a FixedWidthColumnType which stores a boolean value.
Byte returns a GenericColumnAccessor for a FixedWidthColumnType which stores a byte value.
Float32 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a float32value.
Float64 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a float64value.
Int16 returns a GenericColumnAccessor for a FixedWidthColumnType which stores an int16 value.
Int32 returns a GenericColumnAccessor for a FixedWidthColumnType which stores an int32 value.
Int64 returns a GenericColumnAccessor for a FixedWidthColumnType which stores an int64 value.
Int8 returns a GenericColumnAccessor for a FixedWidthColumnType which stores an int8 value.
List returns a GenericColumnAccessor for a FixedWidthColumnType which stores a fixed number of fixed-width type items.
String returns a GenericColumnAccessor for a FixedWidthColumnType which stores a string value.
Time returns a GenericColumnAccessor for a FixedWidthColumnType which stores a time.Time value The first argument should be the name of the column (required), the second is an optional format Because of https://github.com/golang/go/issues/15716, Times stored and retrieved may fail equality tests, despite passing UnixNano() equality tests.
Uint16 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a uint16 value.
Uint32 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a uint32 value.
Uint64 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a uint64 value.
Uint8 returns a GenericColumnAccessor for a FixedWidthColumnType which stores a uint8 value.
VarList returns a GenericColumnAccessor for a ColumnType which stores a variable number of variable (or fixed)-width type items.
VarMap returns a GenericColumnAccessor for a ColumnType which stores a map of variable (or fixed)-width type values and generic keys.
VarString returns a GenericColumnAccessor for a ColumnType which stores a variable-length string value.

# Interfaces

ListColumnType provides access to the Length and ItemType set for a GenericColumnType[T].
StringColumnType provides access to the Length set for a GenericColumnType[string].
TimeColumnType provides access to the Format set for a GenericColumnType[time.Time].