forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
/
encoded_datum.pb.go
108 lines (95 loc) · 3.71 KB
/
encoded_datum.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
// Code generated by protoc-gen-gogo.
// source: cockroach/pkg/sql/sqlbase/encoded_datum.proto
// DO NOT EDIT!
/*
Package sqlbase is a generated protocol buffer package.
It is generated from these files:
cockroach/pkg/sql/sqlbase/encoded_datum.proto
cockroach/pkg/sql/sqlbase/privilege.proto
cockroach/pkg/sql/sqlbase/structured.proto
It has these top-level messages:
UserPrivileges
PrivilegeDescriptor
ColumnType
ForeignKeyReference
ColumnDescriptor
ColumnFamilyDescriptor
InterleaveDescriptor
IndexDescriptor
DescriptorMutation
TableDescriptor
DatabaseDescriptor
Descriptor
*/
package sqlbase
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
// DatumEncoding identifies the encoding used for an EncDatum.
type DatumEncoding int32
const (
// Indicates that the datum is encoded using the order-preserving encoding
// used for keys (ascending order).
DatumEncoding_ASCENDING_KEY DatumEncoding = 0
// Indicates that the datum is encoded using the order-preserving encoding
// used for keys (descending order).
DatumEncoding_DESCENDING_KEY DatumEncoding = 1
// Indicates that the datum is encoded using the encoding used for values.
DatumEncoding_VALUE DatumEncoding = 2
)
var DatumEncoding_name = map[int32]string{
0: "ASCENDING_KEY",
1: "DESCENDING_KEY",
2: "VALUE",
}
var DatumEncoding_value = map[string]int32{
"ASCENDING_KEY": 0,
"DESCENDING_KEY": 1,
"VALUE": 2,
}
func (x DatumEncoding) Enum() *DatumEncoding {
p := new(DatumEncoding)
*p = x
return p
}
func (x DatumEncoding) String() string {
return proto.EnumName(DatumEncoding_name, int32(x))
}
func (x *DatumEncoding) UnmarshalJSON(data []byte) error {
value, err := proto.UnmarshalJSONEnum(DatumEncoding_value, data, "DatumEncoding")
if err != nil {
return err
}
*x = DatumEncoding(value)
return nil
}
func (DatumEncoding) EnumDescriptor() ([]byte, []int) { return fileDescriptorEncodedDatum, []int{0} }
func init() {
proto.RegisterEnum("cockroach.sql.sqlbase.DatumEncoding", DatumEncoding_name, DatumEncoding_value)
}
func init() {
proto.RegisterFile("cockroach/pkg/sql/sqlbase/encoded_datum.proto", fileDescriptorEncodedDatum)
}
var fileDescriptorEncodedDatum = []byte{
// 176 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4d, 0xce, 0x4f, 0xce,
0x2e, 0xca, 0x4f, 0x4c, 0xce, 0xd0, 0x2f, 0xc8, 0x4e, 0xd7, 0x2f, 0x2e, 0xcc, 0x01, 0xe1, 0xa4,
0xc4, 0xe2, 0x54, 0xfd, 0xd4, 0xbc, 0xe4, 0xfc, 0x94, 0xd4, 0x94, 0xf8, 0x94, 0xc4, 0x92, 0xd2,
0x5c, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x51, 0xb8, 0x72, 0xbd, 0xe2, 0xc2, 0x1c, 0x3d,
0xa8, 0x52, 0x29, 0x91, 0xf4, 0xfc, 0xf4, 0x7c, 0xb0, 0x0a, 0x7d, 0x10, 0x0b, 0xa2, 0x58, 0xcb,
0x91, 0x8b, 0xd7, 0x05, 0xa4, 0xd7, 0x15, 0x64, 0x50, 0x66, 0x5e, 0xba, 0x90, 0x20, 0x17, 0xaf,
0x63, 0xb0, 0xb3, 0xab, 0x9f, 0x8b, 0xa7, 0x9f, 0x7b, 0xbc, 0xb7, 0x6b, 0xa4, 0x00, 0x83, 0x90,
0x10, 0x17, 0x9f, 0x8b, 0x2b, 0x8a, 0x18, 0xa3, 0x10, 0x27, 0x17, 0x6b, 0x98, 0xa3, 0x4f, 0xa8,
0xab, 0x00, 0x93, 0x93, 0xe2, 0x89, 0x87, 0x72, 0x0c, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24,
0xc7, 0x78, 0xe3, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x44, 0xb1,
0x43, 0xed, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x69, 0x59, 0xc2, 0xc6, 0xc2, 0x00, 0x00, 0x00,
}