Documentation
¶
Index ¶
- Variables
- func ConfigToOptions(cfg as.InputConfig) []ho.DecoderFunc
- func ConfigToStdinToMaps(cfg as.InputConfig) IO[iter.Seq2[map[string]any, error]]
- func ConvertType(t ha.Type) as.PrimitiveType
- func FieldsToNameToType(fields []*ha.Field) func(string) as.PrimitiveType
- func FieldsToNameToTypeMap(fields []*ha.Field) map[string]as.PrimitiveType
- func ReaderToMaps(rdr io.Reader, cfg as.InputConfig) iter.Seq2[map[string]any, error]
- func ReaderToMapsHamba(rdr io.Reader, opts ...ho.DecoderFunc) iter.Seq2[map[string]any, error]
- func RecordToNameToType(r *ha.RecordSchema) func(string) as.PrimitiveType
- func SchemaToNameToType(schema string) func(string) as.PrimitiveType
- func SchemaToNameToTypeHamba(s ha.Schema) func(string) as.PrimitiveType
- func StdinToMaps(cfg as.InputConfig) iter.Seq2[map[string]any, error]
Constants ¶
This section is empty.
Variables ¶
View Source
var StdinToMapsDefault IO[iter. Seq2[map[string]any, error]] = ConfigToStdinToMaps( as.InputConfigDefault, )
Functions ¶
func ConfigToOptions ¶
func ConfigToOptions(cfg as.InputConfig) []ho.DecoderFunc
func ConfigToStdinToMaps ¶
func ConvertType ¶
func ConvertType(t ha.Type) as.PrimitiveType
func FieldsToNameToType ¶
func FieldsToNameToType(fields []*ha.Field) func(string) as.PrimitiveType
func FieldsToNameToTypeMap ¶
func FieldsToNameToTypeMap(fields []*ha.Field) map[string]as.PrimitiveType
func ReaderToMaps ¶
func ReaderToMapsHamba ¶
func RecordToNameToType ¶
func RecordToNameToType(r *ha.RecordSchema) func(string) as.PrimitiveType
func SchemaToNameToType ¶
func SchemaToNameToType(schema string) func(string) as.PrimitiveType
func SchemaToNameToTypeHamba ¶
func SchemaToNameToTypeHamba(s ha.Schema) func(string) as.PrimitiveType
func StdinToMaps ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.