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

package parquet

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{}
	_ = [V1_0-0]
	_ = [V2_4-1]
	_ = [V2_6-2]
}

const _Version_name = "v1.0v2.4v2.6"

var _Version_index = [...]uint8{0, 4, 8, 12}

func ( Version) () string {
	if  < 0 ||  >= Version(len(_Version_index)-1) {
		return "Version(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _Version_name[_Version_index[]:_Version_index[+1]]
}