Source File
unionmode_string.go
Belonging Package
github.com/apache/arrow-go/v18/arrow
// Code generated by "stringer -type=UnionMode -linecomment"; DO NOT EDIT.package arrowimportfunc _() {// 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{}_ = [SparseMode-2]_ = [DenseMode-3]}const _UnionMode_name = "SPARSEDENSE"var _UnionMode_index = [...]uint8{0, 6, 11}func ( UnionMode) () string {-= 2if < 0 || >= UnionMode(len(_UnionMode_index)-1) {return "UnionMode(" + strconv.FormatInt(int64(+2), 10) + ")"}return _UnionMode_name[_UnionMode_index[]:_UnionMode_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. |