Source File
datumkind_string.go
Belonging Package
github.com/apache/arrow-go/v18/arrow/compute
// Code generated by "stringer -type=DatumKind -linecomment"; DO NOT EDIT.//go:build go1.18package computeimportfunc _() {// 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{}_ = [KindNone-0]_ = [KindScalar-1]_ = [KindArray-2]_ = [KindChunked-3]_ = [KindRecord-4]_ = [KindTable-5]}const _DatumKind_name = "nonescalararraychunked_arrayrecord_batchtable"var _DatumKind_index = [...]uint8{0, 4, 10, 15, 28, 40, 45}func ( DatumKind) () string {if < 0 || >= DatumKind(len(_DatumKind_index)-1) {return "DatumKind(" + strconv.FormatInt(int64(), 10) + ")"}return _DatumKind_name[_DatumKind_index[]:_DatumKind_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. |