package kernels
import (
"unsafe"
"github.com/apache/arrow-go/v18/arrow"
)
func _comparison_equal_arr_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonEqualArrArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_equal_arr_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_equal_arr_scalar_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonEqualArrScalarSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_equal_arr_scalar_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_equal_scalar_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonEqualScalarArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_equal_scalar_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_not_equal_arr_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonNotEqualArrArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_not_equal_arr_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_not_equal_arr_scalar_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonNotEqualArrScalarSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_not_equal_arr_scalar_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_not_equal_scalar_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonNotEqualScalarArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_not_equal_scalar_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_arr_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterArrArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_arr_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_arr_scalar_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterArrScalarSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_arr_scalar_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_scalar_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterScalarArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_scalar_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_equal_arr_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterEqualArrArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_equal_arr_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_equal_arr_scalar_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterEqualArrScalarSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_equal_arr_scalar_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
func _comparison_greater_equal_scalar_arr_sse4(typ int , left , right , out unsafe .Pointer , length int64 , offset int )
func comparisonGreaterEqualScalarArrSSE4(typ arrow .Type , left , right , out []byte , length int64 , offset int ) {
_comparison_greater_equal_scalar_arr_sse4 (int (typ ), unsafe .Pointer (&left [0 ]), unsafe .Pointer (&right [0 ]), unsafe .Pointer (&out [0 ]), length , offset )
}
The pages are generated with Golds v0.8.2 . (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds .