Documentation ¶
Index ¶
- type CsvConfig
- type TimeArray
- func (ta *TimeArray) AsSlice(name string) []interface{}
- func (ta *TimeArray) ChangeTimeStamp(oldTs, newTs interface{})
- func (ta *TimeArray) ColNames() []string
- func (ta *TimeArray) RemoveIndices(indices []int) *TimeArray
- func (ta *TimeArray) Rename(oldName, newName string) bool
- func (ta *TimeArray) TimeStamp() []interface{}
- func (ta *TimeArray) Values(colnames ...string) *TimeArray
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvConfig ¶
type CsvConfig struct { Comma rune TimeStamp string Maps map[string]func(string) (interface{}, error) }
func NewCsvConfig ¶
type TimeArray ¶
type TimeArray struct {
// contains filtered or unexported fields
}
func (*TimeArray) ChangeTimeStamp ¶ added in v0.0.4
func (ta *TimeArray) ChangeTimeStamp(oldTs, newTs interface{})
func (*TimeArray) RemoveIndices ¶ added in v0.0.4
Click to show internal directories.
Click to hide internal directories.