MCPcopy Create free account
hub / github.com/araddon/qlbridge / MapTime

Struct MapTime

expr/builtins/list_map.go:242–242  ·  view source on GitHub ↗

MapTime() Create a map[string]time of each key maptime(field) => map[string]time{field_value:message_timestamp} maptime(field, timestamp) => map[string]time{field_value:timestamp}

Source from the content-addressed store, hash-verified

240// maptime(field, timestamp) => map[string]time{field_value:timestamp}
241//
242type MapTime struct{}
243
244// Type MapTime
245func (m *MapTime) Type() value.ValueType { return value.MapTimeType }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected