Skip to content

AnteWall/arrow-marshal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Arrow Unmarshal

Actions Status codecov

Go package to unmarshal arrow records into array of structs. Can use tags to specify fields

Example

type MyData struct {
    MyInt       int32       `arrow:"int_field"`
    MyFloat     float32     `arrow:"float_field"`    
    Timestamp   time.Time   `arrow:"ts_field"`
}

data, err := arrow_marshal.UnmarshalRecords(records, MyData{})

About

Go package to unmarshal arrow records into array of structs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages