Source File
compareoperator_string.go
Belonging Package
github.com/apache/arrow-go/v18/arrow/compute/internal/kernels
// Code generated by "stringer -type=CompareOperator -linecomment"; DO NOT EDIT.//go:build go1.18package kernelsimportfunc _() {// An "invalid array index" compiler error signifies that the constant values have changed.// Re-run the stringer command to generate them again.var [1]struct{}_ = [CmpEQ-0]_ = [CmpNE-1]_ = [CmpGT-2]_ = [CmpGE-3]_ = [CmpLT-4]_ = [CmpLE-5]}const _CompareOperator_name = "equalnot_equalgreatergreater_equallessless_equal"var _CompareOperator_index = [...]uint8{0, 5, 14, 21, 34, 38, 48}func ( CompareOperator) () string {if < 0 || >= CompareOperator(len(_CompareOperator_index)-1) {return "CompareOperator(" + strconv.FormatInt(int64(), 10) + ")"}return _CompareOperator_name[_CompareOperator_index[]:_CompareOperator_index[+1]]}
![]() |
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. |