Source File
funckind_string.go
Belonging Package
github.com/apache/arrow-go/v18/arrow/compute
// Code generated by "stringer -type=FuncKind -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{}_ = [FuncScalar-0]_ = [FuncVector-1]_ = [FuncScalarAgg-2]_ = [FuncHashAgg-3]_ = [FuncMeta-4]}const _FuncKind_name = "ScalarVectorScalarAggregateHashAggregateMeta"var _FuncKind_index = [...]uint8{0, 6, 12, 27, 40, 44}func ( FuncKind) () string {if < 0 || >= FuncKind(len(_FuncKind_index)-1) {return "FuncKind(" + strconv.FormatInt(int64(), 10) + ")"}return _FuncKind_name[_FuncKind_index[]:_FuncKind_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. |