// Code generated by "stringer -type=DatumKind -linecomment"; DO NOT EDIT.

//go:build go1.18

package compute

import 

func _() {
	// 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]]
}