Documentation
¶
Index ¶
- func CheckEqualRecordBatches(t *testing.T, q *model.QRecordBatch, other *model.QRecordBatch) bool
- func CheckQRecordEquality(t *testing.T, q []types.QValue, other []types.QValue) bool
- func ReadFileToBytes(path string) ([]byte, error)
- func RunSuite[T Suite](t *testing.T, setup func(t *testing.T) T)
- func RunSuiteNoParallel[T Suite](t *testing.T, setup func(t *testing.T) T)
- type Suite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckEqualRecordBatches ¶
func CheckEqualRecordBatches(t *testing.T, q *model.QRecordBatch, other *model.QRecordBatch) bool
Equals checks if two QRecordBatches are identical.
func CheckQRecordEquality ¶
checks if two QRecords are identical
func ReadFileToBytes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.