Documentation ¶
Overview ¶
Package arrdata exports arrays and records data ready to be used for tests.
Index ¶
- Variables
- func CheckArrowFile(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, ...)
- func CheckArrowStream(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, ...)
- func WriteFile(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, ...)
- func WriteStream(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, ...)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CheckArrowFile ¶
func CheckArrowFile(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, recs []array.Record)
CheckArrowFile checks whether a given ARROW file contains the expected list of records.
func CheckArrowStream ¶
func CheckArrowStream(t *testing.T, f *os.File, mem memory.Allocator, schema *arrow.Schema, recs []array.Record)
CheckArrowStream checks whether a given ARROW stream contains the expected list of records.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.