Sha256: 09640b320b5102c2dca2a9a6bb189ca972318ec26d691720a479f16aa822c482
Contents?: true
Size: 632 Bytes
Versions: 16
Compression:
Stored size: 632 Bytes
Contents
// Code generated by "stringer -type=Version -linecomment"; DO NOT EDIT. package parquet import "strconv" func _() { // An "invalid array index" compiler error signifies that the constant values have changed. // Re-run the stringer command to generate them again. var x [1]struct{} _ = x[V1_0-0] _ = x[V2_4-1] _ = x[V2_6-2] } const _Version_name = "v1.0v2.4v2.6" var _Version_index = [...]uint8{0, 4, 8, 12} func (i Version) String() string { if i < 0 || i >= Version(len(_Version_index)-1) { return "Version(" + strconv.FormatInt(int64(i), 10) + ")" } return _Version_name[_Version_index[i]:_Version_index[i+1]] }
Version data entries
16 entries across 16 versions & 1 rubygems