Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericCellValue ¶
type GenericCellValue = interface{}
type MapRow ¶
type MapRow = map[FieldName]GenericCellValue
type Table ¶
func (*Table) Finalize ¶ added in v0.2.8
func (t *Table) Finalize()
Finalize is used to "close" a table after processing inputs into it.
TODO(manuel, 2023-02-19) This is an ugly ugly method, and really the whole Table/middleware structure needs to be refactored See https://github.com/go-go-golems/glazed/issues/146
Click to show internal directories.
Click to hide internal directories.