mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
Deprecate GetIndexState and GetIndexBuildProgress (#19451)
Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: SimFG <bang.fu@zilliz.com>
This commit is contained in:
parent
2dca3688a0
commit
13ca8936d1
@ -2414,6 +2414,12 @@ type IndexDescription struct {
|
|||||||
Params []*commonpb.KeyValuePair `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
|
Params []*commonpb.KeyValuePair `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"`
|
||||||
// The vector field name
|
// The vector field name
|
||||||
FieldName string `protobuf:"bytes,4,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
|
FieldName string `protobuf:"bytes,4,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
|
||||||
|
// index build progress
|
||||||
|
IndexedRows int64 `protobuf:"varint,5,opt,name=indexed_rows,json=indexedRows,proto3" json:"indexed_rows,omitempty"`
|
||||||
|
TotalRows int64 `protobuf:"varint,6,opt,name=total_rows,json=totalRows,proto3" json:"total_rows,omitempty"`
|
||||||
|
// index state
|
||||||
|
State commonpb.IndexState `protobuf:"varint,7,opt,name=state,proto3,enum=milvus.proto.common.IndexState" json:"state,omitempty"`
|
||||||
|
IndexStateFailReason string `protobuf:"bytes,8,opt,name=index_state_fail_reason,json=indexStateFailReason,proto3" json:"index_state_fail_reason,omitempty"`
|
||||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||||
XXX_unrecognized []byte `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
||||||
XXX_sizecache int32 `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
||||||
@ -2472,6 +2478,34 @@ func (m *IndexDescription) GetFieldName() string {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *IndexDescription) GetIndexedRows() int64 {
|
||||||
|
if m != nil {
|
||||||
|
return m.IndexedRows
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexDescription) GetTotalRows() int64 {
|
||||||
|
if m != nil {
|
||||||
|
return m.TotalRows
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexDescription) GetState() commonpb.IndexState {
|
||||||
|
if m != nil {
|
||||||
|
return m.State
|
||||||
|
}
|
||||||
|
return commonpb.IndexState_IndexStateNone
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexDescription) GetIndexStateFailReason() string {
|
||||||
|
if m != nil {
|
||||||
|
return m.IndexStateFailReason
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Describe index response
|
// Describe index response
|
||||||
type DescribeIndexResponse struct {
|
type DescribeIndexResponse struct {
|
||||||
@ -7107,338 +7141,340 @@ func init() {
|
|||||||
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
|
func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) }
|
||||||
|
|
||||||
var fileDescriptor_02345ba45cc0e303 = []byte{
|
var fileDescriptor_02345ba45cc0e303 = []byte{
|
||||||
// 5293 bytes of a gzipped FileDescriptorProto
|
// 5328 bytes of a gzipped FileDescriptorProto
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x7d, 0x4b, 0x6c, 0x1c, 0x47,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3d, 0x4b, 0x6c, 0x1c, 0x47,
|
||||||
0x7a, 0x30, 0x7b, 0xde, 0xf3, 0xcd, 0x83, 0xc3, 0xe2, 0x6b, 0x3c, 0x92, 0x2c, 0xaa, 0x6d, 0xd9,
|
0x76, 0xec, 0x19, 0xce, 0xef, 0xcd, 0x0c, 0x39, 0x2c, 0xfe, 0xc6, 0x23, 0xc9, 0xa2, 0xda, 0x96,
|
||||||
0xb4, 0xb4, 0xa6, 0x6c, 0xca, 0x8f, 0xb5, 0xec, 0xb5, 0x2d, 0x89, 0xb6, 0x44, 0x58, 0x0f, 0xba,
|
0x4d, 0x4b, 0x6b, 0xca, 0xa6, 0x2c, 0x7b, 0x2d, 0x7b, 0x6d, 0x4b, 0xa2, 0x25, 0x11, 0xd6, 0x87,
|
||||||
0x29, 0x7b, 0xb1, 0xbf, 0x7f, 0xa3, 0xd1, 0x9c, 0x2e, 0x0e, 0xdb, 0xea, 0xe9, 0x1e, 0x75, 0xf7,
|
0x6e, 0xca, 0x5e, 0x6c, 0x1c, 0xa3, 0xd1, 0x9c, 0x2e, 0x0e, 0xdb, 0xea, 0xe9, 0x1e, 0x75, 0xf7,
|
||||||
0x90, 0xa2, 0x73, 0x59, 0x60, 0xb3, 0x8b, 0x0d, 0xb2, 0x59, 0x23, 0xcf, 0x45, 0x0e, 0x79, 0x20,
|
0x90, 0xa2, 0x73, 0x59, 0x60, 0xb3, 0x8b, 0x0d, 0xb2, 0x59, 0x23, 0xdf, 0x45, 0x0e, 0xf9, 0x20,
|
||||||
0xd8, 0x1c, 0x82, 0x6c, 0x82, 0x38, 0x09, 0x10, 0x60, 0x73, 0xc8, 0xdd, 0x48, 0x90, 0xec, 0x21,
|
0xd8, 0x4b, 0x90, 0x4d, 0x10, 0x27, 0x01, 0x02, 0x6c, 0x0e, 0xb9, 0x1b, 0x09, 0x92, 0x3d, 0x2c,
|
||||||
0x48, 0x16, 0xc9, 0x71, 0x91, 0x20, 0x87, 0x00, 0x39, 0xe4, 0x96, 0x04, 0x09, 0xea, 0xd1, 0x3d,
|
0x92, 0x45, 0x72, 0x5c, 0x24, 0xc8, 0x21, 0x40, 0x0e, 0xb9, 0x25, 0x41, 0x16, 0xf5, 0xe9, 0xee,
|
||||||
0xd5, 0x3d, 0xd5, 0xc3, 0xa1, 0xc6, 0x32, 0x29, 0xf3, 0x34, 0xfd, 0xd5, 0x57, 0x55, 0x5f, 0x7d,
|
0xea, 0x9e, 0xea, 0xe1, 0x50, 0x63, 0x59, 0xd4, 0xf2, 0x34, 0xfd, 0xea, 0xf7, 0xea, 0x7d, 0xab,
|
||||||
0xf5, 0xbd, 0xaa, 0xea, 0xab, 0x22, 0x54, 0xbb, 0x96, 0xbd, 0xdb, 0xf7, 0x57, 0x7a, 0x9e, 0x1b,
|
0xea, 0xbd, 0x2a, 0x42, 0xad, 0x6b, 0xd9, 0xbb, 0x7d, 0x7f, 0xa5, 0xe7, 0xb9, 0x81, 0x8b, 0x66,
|
||||||
0xb8, 0x68, 0x56, 0xfc, 0x5a, 0x61, 0x1f, 0xad, 0x6a, 0xdb, 0xed, 0x76, 0x5d, 0x87, 0x01, 0x5b,
|
0xc5, 0xaf, 0x15, 0xf6, 0xd1, 0xaa, 0xb5, 0xdd, 0x6e, 0xd7, 0x75, 0x18, 0xb0, 0x55, 0xf3, 0xdb,
|
||||||
0x55, 0xbf, 0xbd, 0x83, 0xbb, 0x06, 0xff, 0x5a, 0xea, 0xb8, 0x6e, 0xc7, 0xc6, 0x17, 0xe8, 0xd7,
|
0x3b, 0xb8, 0x6b, 0xf0, 0xaf, 0xa5, 0x8e, 0xeb, 0x76, 0x6c, 0x7c, 0x8e, 0x7e, 0x6d, 0xf5, 0xb7,
|
||||||
0x56, 0x7f, 0xfb, 0x82, 0x89, 0xfd, 0xb6, 0x67, 0xf5, 0x02, 0xd7, 0x63, 0x18, 0xea, 0x6f, 0x2b,
|
0xcf, 0x99, 0xd8, 0x6f, 0x7b, 0x56, 0x2f, 0x70, 0x3d, 0x56, 0x43, 0xfd, 0x7d, 0x05, 0xd0, 0x15,
|
||||||
0x80, 0xae, 0x7a, 0xd8, 0x08, 0xf0, 0x65, 0xdb, 0x32, 0x7c, 0x0d, 0xdf, 0xeb, 0x63, 0x3f, 0x40,
|
0x0f, 0x1b, 0x01, 0xbe, 0x64, 0x5b, 0x86, 0xaf, 0xe1, 0x7b, 0x7d, 0xec, 0x07, 0xe8, 0x05, 0x98,
|
||||||
0xcf, 0x41, 0x6e, 0xcb, 0xf0, 0x71, 0x53, 0x59, 0x52, 0x96, 0x2b, 0xab, 0x27, 0x57, 0x62, 0x1d,
|
0xdc, 0x32, 0x7c, 0xdc, 0x54, 0x96, 0x94, 0xe5, 0xea, 0xea, 0xf1, 0x95, 0xc4, 0xc0, 0x7c, 0xc0,
|
||||||
0xf3, 0x0e, 0x6f, 0xfa, 0x9d, 0x2b, 0x86, 0x8f, 0x35, 0x8a, 0x89, 0x16, 0xa1, 0x68, 0x6e, 0xe9,
|
0x9b, 0x7e, 0xe7, 0xb2, 0xe1, 0x63, 0x8d, 0xd6, 0x44, 0x8b, 0x50, 0x32, 0xb7, 0x74, 0xc7, 0xe8,
|
||||||
0x8e, 0xd1, 0xc5, 0xcd, 0xcc, 0x92, 0xb2, 0x5c, 0xd6, 0x0a, 0xe6, 0xd6, 0x2d, 0xa3, 0x8b, 0xd1,
|
0xe2, 0x66, 0x6e, 0x49, 0x59, 0xae, 0x68, 0x45, 0x73, 0xeb, 0x96, 0xd1, 0xc5, 0xe8, 0x59, 0x98,
|
||||||
0xd3, 0x30, 0xdd, 0x76, 0x6d, 0x1b, 0xb7, 0x03, 0xcb, 0x75, 0x18, 0x42, 0x96, 0x22, 0xd4, 0x07,
|
0x6e, 0xbb, 0xb6, 0x8d, 0xdb, 0x81, 0xe5, 0x3a, 0xac, 0x42, 0x9e, 0x56, 0x98, 0x8a, 0xc1, 0xb4,
|
||||||
0x60, 0x8a, 0x38, 0x07, 0x79, 0x83, 0xd0, 0xd0, 0xcc, 0xd1, 0x62, 0xf6, 0xa1, 0xfa, 0xd0, 0x58,
|
0xe2, 0x1c, 0x14, 0x0c, 0x82, 0x43, 0x73, 0x92, 0x16, 0xb3, 0x0f, 0xd5, 0x87, 0xc6, 0x9a, 0xe7,
|
||||||
0xf3, 0xdc, 0xde, 0xc3, 0xa2, 0x2e, 0xea, 0x34, 0x2b, 0x76, 0xfa, 0x5b, 0x0a, 0xcc, 0x5c, 0xb6,
|
0xf6, 0x1e, 0x16, 0x76, 0xd1, 0xa0, 0x79, 0x71, 0xd0, 0xdf, 0x53, 0x60, 0xe6, 0x92, 0x1d, 0x60,
|
||||||
0x03, 0xec, 0x1d, 0x53, 0xa6, 0xfc, 0x28, 0x03, 0x8b, 0x6c, 0xd6, 0xae, 0x46, 0xe8, 0x47, 0x49,
|
0xef, 0x88, 0x12, 0xe5, 0x07, 0x39, 0x58, 0x64, 0x5c, 0xbb, 0x12, 0x55, 0x7f, 0x94, 0x58, 0x2e,
|
||||||
0xe5, 0x02, 0x14, 0x98, 0xdc, 0x51, 0x32, 0xab, 0x1a, 0xff, 0x42, 0xa7, 0x00, 0xfc, 0x1d, 0xc3,
|
0x40, 0x91, 0xc9, 0x1d, 0x45, 0xb3, 0xa6, 0xf1, 0x2f, 0x74, 0x02, 0xc0, 0xdf, 0x31, 0x3c, 0xd3,
|
||||||
0x33, 0x7d, 0xdd, 0xe9, 0x77, 0x9b, 0xf9, 0x25, 0x65, 0x39, 0xaf, 0x95, 0x19, 0xe4, 0x56, 0xbf,
|
0xd7, 0x9d, 0x7e, 0xb7, 0x59, 0x58, 0x52, 0x96, 0x0b, 0x5a, 0x85, 0x41, 0x6e, 0xf5, 0xbb, 0x48,
|
||||||
0x8b, 0x34, 0x98, 0x69, 0xbb, 0x8e, 0x6f, 0xf9, 0x01, 0x76, 0xda, 0xfb, 0xba, 0x8d, 0x77, 0xb1,
|
0x83, 0x99, 0xb6, 0xeb, 0xf8, 0x96, 0x1f, 0x60, 0xa7, 0xbd, 0xaf, 0xdb, 0x78, 0x17, 0xdb, 0xcd,
|
||||||
0xdd, 0x2c, 0x2c, 0x29, 0xcb, 0xf5, 0xd5, 0xb3, 0x52, 0xba, 0xaf, 0x0e, 0xb0, 0x6f, 0x10, 0x64,
|
0xe2, 0x92, 0xb2, 0x3c, 0xb5, 0x7a, 0x5a, 0x8a, 0xf7, 0x95, 0xb8, 0xf6, 0x0d, 0x52, 0x59, 0x6b,
|
||||||
0xad, 0xd1, 0x4e, 0x40, 0x2e, 0xa1, 0xcf, 0x5e, 0x9f, 0x2e, 0x29, 0x0d, 0xa5, 0xf9, 0xbf, 0xe1,
|
0xb4, 0x53, 0x90, 0x8b, 0xe8, 0xb3, 0x37, 0xa6, 0xcb, 0x4a, 0x43, 0x69, 0xfe, 0x7f, 0xf8, 0xa7,
|
||||||
0x9f, 0xa2, 0xfe, 0x8e, 0x02, 0xf3, 0x44, 0x88, 0x8e, 0x05, 0xb3, 0x42, 0x0a, 0x33, 0x22, 0x85,
|
0xa8, 0x7f, 0xa0, 0xc0, 0x3c, 0x11, 0xa2, 0x23, 0x41, 0xac, 0x10, 0xc3, 0x9c, 0x88, 0xe1, 0x1f,
|
||||||
0x7f, 0xa0, 0xc0, 0xdc, 0x75, 0xc3, 0x3f, 0x1e, 0xb3, 0x79, 0x0a, 0x20, 0xb0, 0xba, 0x58, 0xf7,
|
0x2b, 0x30, 0x77, 0xdd, 0xf0, 0x8f, 0x06, 0x37, 0x4f, 0x00, 0x04, 0x56, 0x17, 0xeb, 0x7e, 0x60,
|
||||||
0x03, 0xa3, 0xdb, 0xa3, 0x33, 0x9a, 0xd3, 0xca, 0x04, 0xb2, 0x49, 0x00, 0xea, 0x37, 0xa0, 0x7a,
|
0x74, 0x7b, 0x94, 0xa3, 0x93, 0x5a, 0x85, 0x40, 0x36, 0x09, 0x40, 0xfd, 0x1a, 0xd4, 0x2e, 0xbb,
|
||||||
0xc5, 0x75, 0x6d, 0x0d, 0xfb, 0x3d, 0xd7, 0xf1, 0x31, 0xba, 0x08, 0x05, 0x3f, 0x30, 0x82, 0xbe,
|
0xae, 0xad, 0x61, 0xbf, 0xe7, 0x3a, 0x3e, 0x46, 0xe7, 0xa1, 0xe8, 0x07, 0x46, 0xd0, 0xf7, 0x39,
|
||||||
0xcf, 0x89, 0x3c, 0x21, 0x25, 0x72, 0x93, 0xa2, 0x68, 0x1c, 0x95, 0xc8, 0xf5, 0xae, 0x61, 0xf7,
|
0x92, 0xc7, 0xa4, 0x48, 0x6e, 0xd2, 0x2a, 0x1a, 0xaf, 0x4a, 0xe4, 0x7a, 0xd7, 0xb0, 0xfb, 0x0c,
|
||||||
0x19, 0x8d, 0x25, 0x8d, 0x7d, 0xa8, 0x1f, 0x40, 0x7d, 0x33, 0xf0, 0x2c, 0xa7, 0xf3, 0x39, 0x36,
|
0xc7, 0xb2, 0xc6, 0x3e, 0xd4, 0x0f, 0x60, 0x6a, 0x33, 0xf0, 0x2c, 0xa7, 0xf3, 0x39, 0x76, 0x5e,
|
||||||
0x5e, 0x0e, 0x1b, 0xff, 0x17, 0x05, 0x1e, 0x5b, 0xa3, 0xf6, 0x6f, 0xeb, 0x98, 0xa8, 0x8d, 0x0a,
|
0x09, 0x3b, 0xff, 0x37, 0x05, 0x9e, 0x58, 0xa3, 0xf6, 0x6f, 0xeb, 0x88, 0xa8, 0x8d, 0x0a, 0xb5,
|
||||||
0xd5, 0x01, 0x64, 0x7d, 0x8d, 0xb2, 0x3a, 0xab, 0xc5, 0x60, 0x89, 0xc9, 0xc8, 0x27, 0x26, 0x23,
|
0x18, 0xb2, 0xbe, 0x46, 0x49, 0x9d, 0xd7, 0x12, 0xb0, 0x14, 0x33, 0x0a, 0x29, 0x66, 0x84, 0xc2,
|
||||||
0x14, 0xa6, 0xac, 0x28, 0x4c, 0xdf, 0xcc, 0x43, 0x4b, 0x36, 0xd0, 0x49, 0x58, 0xfa, 0xb5, 0x48,
|
0x94, 0x17, 0x85, 0xe9, 0xeb, 0x05, 0x68, 0xc9, 0x26, 0x3a, 0x0e, 0x49, 0xbf, 0x12, 0x69, 0x78,
|
||||||
0xc3, 0x33, 0xb4, 0x52, 0x42, 0x3f, 0xb9, 0xd7, 0x19, 0xf4, 0xb6, 0x49, 0x01, 0x91, 0x21, 0x48,
|
0x8e, 0x36, 0x4a, 0xe9, 0x27, 0xf7, 0x3a, 0xf1, 0x68, 0x9b, 0x14, 0x10, 0x19, 0x82, 0xf4, 0x4c,
|
||||||
0x8e, 0x34, 0x2b, 0x19, 0xe9, 0x2a, 0xcc, 0xef, 0x5a, 0x5e, 0xd0, 0x37, 0x6c, 0xbd, 0xbd, 0x63,
|
0xf3, 0x92, 0x99, 0xae, 0xc2, 0xfc, 0xae, 0xe5, 0x05, 0x7d, 0xc3, 0xd6, 0xdb, 0x3b, 0x86, 0xe3,
|
||||||
0x38, 0x0e, 0xb6, 0x29, 0xef, 0x88, 0xe9, 0xcb, 0x2e, 0x97, 0xb5, 0x59, 0x5e, 0x78, 0x95, 0x95,
|
0x60, 0x9b, 0xd2, 0x8e, 0x98, 0xbe, 0xfc, 0x72, 0x45, 0x9b, 0xe5, 0x85, 0x57, 0x58, 0x19, 0x21,
|
||||||
0x11, 0x06, 0xfa, 0xe8, 0x05, 0x58, 0xe8, 0xed, 0xec, 0xfb, 0x56, 0x7b, 0xa8, 0x52, 0x9e, 0x56,
|
0xa0, 0x8f, 0x5e, 0x82, 0x85, 0xde, 0xce, 0xbe, 0x6f, 0xb5, 0x07, 0x1a, 0x15, 0x68, 0xa3, 0xb9,
|
||||||
0x9a, 0x0b, 0x4b, 0x63, 0xb5, 0xce, 0xc3, 0x4c, 0x9b, 0x5a, 0x4f, 0x53, 0x27, 0x9c, 0x64, 0xac,
|
0xb0, 0x34, 0xd1, 0xea, 0x2c, 0xcc, 0xb4, 0xa9, 0xf5, 0x34, 0x75, 0x42, 0x49, 0x46, 0xda, 0x22,
|
||||||
0x2d, 0x50, 0xd6, 0x36, 0x78, 0xc1, 0x9d, 0x10, 0x4e, 0xc8, 0x0a, 0x91, 0xfb, 0x41, 0x5b, 0xa8,
|
0x25, 0x6d, 0x83, 0x17, 0xdc, 0x09, 0xe1, 0x04, 0xad, 0xb0, 0x72, 0x3f, 0x68, 0x0b, 0x0d, 0x4a,
|
||||||
0x50, 0xa4, 0x15, 0x66, 0x79, 0xe1, 0x7b, 0x41, 0x7b, 0x50, 0x27, 0x6e, 0xf7, 0x4a, 0x49, 0xbb,
|
0xb4, 0xc1, 0x2c, 0x2f, 0x7c, 0x2f, 0x68, 0xc7, 0x6d, 0x92, 0x76, 0xaf, 0x9c, 0xb6, 0x7b, 0x4d,
|
||||||
0xd7, 0x84, 0x22, 0xb5, 0xe3, 0xd8, 0x6f, 0x96, 0x29, 0x99, 0xe1, 0x27, 0x5a, 0x87, 0x69, 0x3f,
|
0x28, 0x51, 0x3b, 0x8e, 0xfd, 0x66, 0x85, 0xa2, 0x19, 0x7e, 0xa2, 0x75, 0x98, 0xf6, 0x03, 0xc3,
|
||||||
0x30, 0xbc, 0x40, 0xef, 0xb9, 0xbe, 0x45, 0xf8, 0xe2, 0x37, 0x61, 0x29, 0xbb, 0x5c, 0x59, 0x5d,
|
0x0b, 0xf4, 0x9e, 0xeb, 0x5b, 0x84, 0x2e, 0x7e, 0x13, 0x96, 0xf2, 0xcb, 0xd5, 0xd5, 0x25, 0x29,
|
||||||
0x92, 0x4e, 0xd2, 0x3b, 0x78, 0x7f, 0xcd, 0x08, 0x8c, 0x0d, 0xc3, 0xf2, 0xb4, 0x3a, 0xad, 0xb8,
|
0x93, 0xde, 0xc1, 0xfb, 0x6b, 0x46, 0x60, 0x6c, 0x18, 0x96, 0xa7, 0x4d, 0xd1, 0x86, 0x1b, 0x61,
|
||||||
0x11, 0xd6, 0x93, 0x1b, 0xd7, 0xca, 0x44, 0xc6, 0x55, 0x26, 0xd9, 0x55, 0x99, 0x64, 0xab, 0x7f,
|
0x3b, 0xb9, 0x71, 0xad, 0x8e, 0x65, 0x5c, 0x65, 0x92, 0x5d, 0x93, 0x49, 0xb6, 0xfa, 0x37, 0x0a,
|
||||||
0xa9, 0xc0, 0xfc, 0x0d, 0xd7, 0x30, 0x8f, 0x87, 0x9e, 0x9d, 0x85, 0xba, 0x87, 0x7b, 0xb6, 0xd5,
|
0xcc, 0xdf, 0x70, 0x0d, 0xf3, 0x68, 0xe8, 0xd9, 0x69, 0x98, 0xf2, 0x70, 0xcf, 0xb6, 0xda, 0x06,
|
||||||
0x36, 0xc8, 0x7c, 0x6c, 0x61, 0x8f, 0x6a, 0x5a, 0x5e, 0xab, 0x71, 0xe8, 0x2d, 0x0a, 0xbc, 0x54,
|
0xe1, 0xc7, 0x16, 0xf6, 0xa8, 0xa6, 0x15, 0xb4, 0x3a, 0x87, 0xde, 0xa2, 0xc0, 0x8b, 0xa5, 0xcf,
|
||||||
0xfc, 0xec, 0xf5, 0x5c, 0x23, 0xdf, 0xcc, 0xaa, 0x3f, 0x50, 0xa0, 0xa9, 0x61, 0x1b, 0x1b, 0xfe,
|
0xde, 0x98, 0x6c, 0x14, 0x9a, 0x79, 0xf5, 0x7b, 0x0a, 0x34, 0x35, 0x6c, 0x63, 0xc3, 0x3f, 0x1a,
|
||||||
0xf1, 0x30, 0x14, 0x8c, 0xb2, 0x42, 0x33, 0xab, 0xfe, 0xbb, 0x02, 0x73, 0xd7, 0x70, 0x40, 0x94,
|
0x86, 0x82, 0x61, 0x56, 0x6c, 0xe6, 0xd5, 0xff, 0x54, 0x60, 0xee, 0x1a, 0x0e, 0x88, 0x72, 0x5a,
|
||||||
0xd3, 0xf2, 0x03, 0xab, 0x7d, 0xa4, 0xb1, 0xc9, 0xd3, 0x30, 0xdd, 0x33, 0xbc, 0xc0, 0x8a, 0xf0,
|
0x7e, 0x60, 0xb5, 0x1f, 0xe9, 0xda, 0xe4, 0x59, 0x98, 0xee, 0x19, 0x5e, 0x60, 0x45, 0xf5, 0x42,
|
||||||
0x42, 0x55, 0xad, 0x47, 0x60, 0xa6, 0x6f, 0x17, 0x60, 0xb6, 0xd3, 0x37, 0x3c, 0xc3, 0x09, 0x30,
|
0x55, 0x9d, 0x8a, 0xc0, 0x4c, 0xdf, 0xce, 0xc1, 0x6c, 0xa7, 0x6f, 0x78, 0x86, 0x13, 0x60, 0x2c,
|
||||||
0x16, 0x14, 0x88, 0x19, 0x33, 0x14, 0x15, 0x45, 0xfa, 0xc3, 0xc6, 0x0b, 0xcd, 0xac, 0xfa, 0x6d,
|
0x28, 0x10, 0x33, 0x66, 0x28, 0x2a, 0x8a, 0xf4, 0x87, 0xcd, 0x17, 0x9a, 0x79, 0xf5, 0x9b, 0x0a,
|
||||||
0x05, 0xe6, 0x13, 0xe3, 0x9d, 0xc4, 0x8a, 0xbd, 0x0c, 0x79, 0xf2, 0xcb, 0x6f, 0x66, 0xa8, 0x52,
|
0xcc, 0xa7, 0xe6, 0x3b, 0x8e, 0x15, 0x7b, 0x05, 0x0a, 0xe4, 0x97, 0xdf, 0xcc, 0x51, 0xa5, 0x3a,
|
||||||
0x9d, 0x49, 0x53, 0xaa, 0xf7, 0x89, 0xc3, 0xa0, 0x5a, 0xc5, 0xf0, 0x49, 0x40, 0xf8, 0xf8, 0x35,
|
0x95, 0xa5, 0x54, 0xef, 0x13, 0x87, 0x41, 0xb5, 0x8a, 0xd5, 0x27, 0x0b, 0xc2, 0x27, 0xaf, 0xe1,
|
||||||
0x1c, 0x08, 0xf6, 0xed, 0x38, 0xcc, 0xc0, 0x80, 0x4f, 0x9f, 0x28, 0x70, 0x3a, 0x95, 0xbe, 0x23,
|
0x40, 0xb0, 0x6f, 0x47, 0x81, 0x03, 0x31, 0x9d, 0x3e, 0x51, 0xe0, 0x64, 0x26, 0x7e, 0x8f, 0x84,
|
||||||
0xe1, 0xd8, 0x7f, 0x2a, 0xb0, 0xb0, 0xb9, 0xe3, 0xee, 0x0d, 0x48, 0x7a, 0x18, 0x9c, 0x8a, 0x7b,
|
0x62, 0xff, 0xad, 0xc0, 0xc2, 0xe6, 0x8e, 0xbb, 0x17, 0xa3, 0xf4, 0x30, 0x28, 0x95, 0xf4, 0x8e,
|
||||||
0xc7, 0x6c, 0xc2, 0x3b, 0xa2, 0xe7, 0x21, 0x17, 0xec, 0xf7, 0x30, 0x55, 0xf7, 0xfa, 0xea, 0xa9,
|
0xf9, 0x94, 0x77, 0x44, 0x2f, 0xc2, 0x64, 0xb0, 0xdf, 0xc3, 0x54, 0xdd, 0xa7, 0x56, 0x4f, 0xac,
|
||||||
0x15, 0xc9, 0xfa, 0x69, 0x85, 0x10, 0x79, 0x67, 0xbf, 0x87, 0x35, 0x8a, 0x8a, 0x9e, 0x81, 0x46,
|
0x48, 0xf6, 0x4f, 0x2b, 0x04, 0xc9, 0x3b, 0xfb, 0x3d, 0xac, 0xd1, 0xaa, 0xe8, 0x39, 0x68, 0xa4,
|
||||||
0x82, 0xf7, 0xa1, 0x2f, 0x99, 0x8e, 0x33, 0xdf, 0x0f, 0x7d, 0x6f, 0x4e, 0xf4, 0xbd, 0xff, 0x91,
|
0x68, 0x1f, 0xfa, 0x92, 0xe9, 0x24, 0xf1, 0xfd, 0xd0, 0xf7, 0x4e, 0x8a, 0xbe, 0xf7, 0xbf, 0x72,
|
||||||
0x81, 0xc5, 0xa1, 0x61, 0x4f, 0x32, 0x01, 0x32, 0x7a, 0x32, 0x52, 0x7a, 0x88, 0x99, 0x13, 0x50,
|
0xb0, 0x38, 0x30, 0xed, 0x71, 0x18, 0x20, 0xc3, 0x27, 0x27, 0xc5, 0x87, 0x98, 0x39, 0xa1, 0xaa,
|
||||||
0x2d, 0x93, 0x2c, 0x6a, 0xb2, 0xcb, 0x59, 0xad, 0x26, 0xb8, 0x59, 0xd3, 0x47, 0xcf, 0x02, 0x1a,
|
0x65, 0x92, 0x4d, 0x4d, 0x7e, 0x39, 0xaf, 0xd5, 0x05, 0x37, 0x6b, 0xfa, 0xe8, 0x79, 0x40, 0x03,
|
||||||
0xf2, 0x7e, 0x4c, 0x73, 0x73, 0xda, 0x4c, 0xd2, 0xfd, 0x51, 0x17, 0x2b, 0xf5, 0x7f, 0x8c, 0x2d,
|
0xde, 0x8f, 0x69, 0xee, 0xa4, 0x36, 0x93, 0x76, 0x7f, 0xd4, 0xc5, 0x4a, 0xfd, 0x1f, 0x23, 0xcb,
|
||||||
0x39, 0x6d, 0x4e, 0xe2, 0x00, 0x7d, 0xf4, 0x3c, 0xcc, 0x59, 0xce, 0x4d, 0xdc, 0x75, 0xbd, 0x7d,
|
0xa4, 0x36, 0x27, 0x71, 0x80, 0x3e, 0x7a, 0x11, 0xe6, 0x2c, 0xe7, 0x26, 0xee, 0xba, 0xde, 0xbe,
|
||||||
0xbd, 0x87, 0xbd, 0x36, 0x76, 0x02, 0xa3, 0x83, 0xfd, 0x66, 0x81, 0x52, 0x34, 0x1b, 0x96, 0x6d,
|
0xde, 0xc3, 0x5e, 0x1b, 0x3b, 0x81, 0xd1, 0xc1, 0x7e, 0xb3, 0x48, 0x31, 0x9a, 0x0d, 0xcb, 0x36,
|
||||||
0x0c, 0x8a, 0xd0, 0x4b, 0xb0, 0x78, 0xaf, 0x8f, 0xbd, 0x7d, 0xdd, 0xc7, 0xde, 0xae, 0xd5, 0xc6,
|
0xe2, 0x22, 0xf4, 0x32, 0x2c, 0xde, 0xeb, 0x63, 0x6f, 0x5f, 0xf7, 0xb1, 0xb7, 0x6b, 0xb5, 0xb1,
|
||||||
0xba, 0xb1, 0x6b, 0x58, 0xb6, 0xb1, 0x65, 0xe3, 0x66, 0x71, 0x29, 0xbb, 0x5c, 0xd2, 0xe6, 0x69,
|
0x6e, 0xec, 0x1a, 0x96, 0x6d, 0x6c, 0xd9, 0xb8, 0x59, 0x5a, 0xca, 0x2f, 0x97, 0xb5, 0x79, 0x5a,
|
||||||
0xf1, 0x26, 0x2b, 0xbd, 0x1c, 0x16, 0xaa, 0x7f, 0xa6, 0xc0, 0x02, 0x5b, 0x0c, 0x6d, 0x84, 0x66,
|
0xbc, 0xc9, 0x4a, 0x2f, 0x85, 0x85, 0xea, 0x5f, 0x2a, 0xb0, 0xc0, 0x36, 0x43, 0x1b, 0xa1, 0xd9,
|
||||||
0xe7, 0x88, 0x9d, 0x4d, 0xdc, 0x2a, 0xf2, 0xa5, 0x5b, 0x2d, 0x66, 0x14, 0xd5, 0x4f, 0x15, 0x98,
|
0x79, 0xc4, 0xce, 0x26, 0x69, 0x15, 0xf9, 0xd6, 0xad, 0x9e, 0x30, 0x8a, 0xea, 0xa7, 0x0a, 0xcc,
|
||||||
0x23, 0x6b, 0x92, 0x47, 0x89, 0xe6, 0x3f, 0x51, 0x60, 0xf6, 0xba, 0xe1, 0x3f, 0x4a, 0x24, 0xff,
|
0x91, 0x3d, 0xc9, 0xe3, 0x84, 0xf3, 0x9f, 0x2b, 0x30, 0x7b, 0xdd, 0xf0, 0x1f, 0x27, 0x94, 0xff,
|
||||||
0x13, 0x0f, 0x44, 0x22, 0x9a, 0x1f, 0x0d, 0x8f, 0x39, 0x1c, 0xb1, 0xe4, 0x25, 0x11, 0x8b, 0xfa,
|
0x85, 0x2f, 0x44, 0x22, 0x9c, 0x1f, 0x0f, 0x8f, 0x39, 0xb8, 0x62, 0x29, 0x48, 0x56, 0x2c, 0xea,
|
||||||
0x17, 0x83, 0x40, 0xe5, 0xd1, 0x1a, 0xa0, 0xfa, 0x63, 0x05, 0x4e, 0x5d, 0xc3, 0x41, 0x44, 0xf5,
|
0x5f, 0xc7, 0x0b, 0x95, 0xc7, 0x6b, 0x82, 0xea, 0x0f, 0x15, 0x38, 0x71, 0x0d, 0x07, 0x11, 0xd6,
|
||||||
0xf1, 0x88, 0x68, 0xc6, 0x14, 0xaa, 0xef, 0xb3, 0x68, 0x40, 0x4a, 0xfc, 0x91, 0x38, 0xdb, 0x5f,
|
0x47, 0x63, 0x45, 0x33, 0xa2, 0x50, 0x7d, 0x97, 0xad, 0x06, 0xa4, 0xc8, 0x3f, 0x12, 0x67, 0xfb,
|
||||||
0xcc, 0xc0, 0x3c, 0xf1, 0x3a, 0xc7, 0x43, 0x08, 0xc6, 0x59, 0xd6, 0x4a, 0x04, 0x25, 0x2f, 0xd5,
|
0xab, 0x39, 0x98, 0x27, 0x5e, 0xe7, 0x68, 0x08, 0xc1, 0x28, 0xdb, 0x5a, 0x89, 0xa0, 0x14, 0xa4,
|
||||||
0x84, 0xd0, 0x85, 0x17, 0xc6, 0x76, 0xe1, 0xea, 0x9f, 0x66, 0x58, 0xe8, 0x21, 0x72, 0x63, 0x92,
|
0x9a, 0x10, 0xba, 0xf0, 0xe2, 0xc8, 0x2e, 0x5c, 0xfd, 0x8b, 0x1c, 0x5b, 0x7a, 0x88, 0xd4, 0x18,
|
||||||
0x69, 0x91, 0xd0, 0x9a, 0x91, 0xd2, 0xaa, 0x42, 0x35, 0x82, 0xac, 0xaf, 0x85, 0xee, 0x37, 0x06,
|
0x87, 0x2d, 0x12, 0x5c, 0x73, 0x52, 0x5c, 0x55, 0xa8, 0x45, 0x90, 0xf5, 0xb5, 0xd0, 0xfd, 0x26,
|
||||||
0x3b, 0xae, 0xde, 0x57, 0xfd, 0x9e, 0x02, 0x0b, 0xe1, 0xa6, 0xc1, 0x26, 0xee, 0x74, 0xb1, 0x13,
|
0x60, 0x47, 0xd5, 0xfb, 0xaa, 0xdf, 0x51, 0x60, 0x21, 0x3c, 0x34, 0xd8, 0xc4, 0x9d, 0x2e, 0x76,
|
||||||
0x3c, 0xb8, 0x0c, 0x25, 0x25, 0x20, 0x23, 0x91, 0x80, 0x93, 0x50, 0xf6, 0x59, 0x3f, 0xd1, 0x7e,
|
0x82, 0x07, 0x97, 0xa1, 0xb4, 0x04, 0xe4, 0x24, 0x12, 0x70, 0x1c, 0x2a, 0x3e, 0x1b, 0x27, 0x3a,
|
||||||
0xc0, 0x00, 0xa0, 0xfe, 0x95, 0x02, 0x8b, 0x43, 0xe4, 0x4c, 0x32, 0x89, 0x4d, 0x28, 0x5a, 0x8e,
|
0x0f, 0x88, 0x01, 0xea, 0xdf, 0x2a, 0xb0, 0x38, 0x80, 0xce, 0x38, 0x4c, 0x6c, 0x42, 0xc9, 0x72,
|
||||||
0x89, 0xef, 0x47, 0xd4, 0x84, 0x9f, 0xa4, 0x64, 0xab, 0x6f, 0xd9, 0x66, 0x44, 0x46, 0xf8, 0x89,
|
0x4c, 0x7c, 0x3f, 0xc2, 0x26, 0xfc, 0x24, 0x25, 0x5b, 0x7d, 0xcb, 0x36, 0x23, 0x34, 0xc2, 0x4f,
|
||||||
0xce, 0x40, 0x15, 0x3b, 0x24, 0xc6, 0xd0, 0x29, 0x2e, 0x15, 0xe4, 0x92, 0x56, 0x61, 0xb0, 0x75,
|
0x74, 0x0a, 0x6a, 0xd8, 0x21, 0x6b, 0x0c, 0x9d, 0xd6, 0xa5, 0x82, 0x5c, 0xd6, 0xaa, 0x0c, 0xb6,
|
||||||
0x02, 0x22, 0x95, 0xb7, 0x2d, 0x4c, 0x2b, 0xe7, 0x59, 0x65, 0xfe, 0xa9, 0xfe, 0x92, 0x02, 0xb3,
|
0x4e, 0x40, 0xa4, 0xf1, 0xb6, 0x85, 0x69, 0xe3, 0x02, 0x6b, 0xcc, 0x3f, 0xd5, 0x5f, 0x53, 0x60,
|
||||||
0x44, 0x0a, 0x39, 0xf5, 0xfe, 0xc3, 0xe5, 0xe6, 0x12, 0x54, 0x04, 0x31, 0xe3, 0x03, 0x11, 0x41,
|
0x96, 0x48, 0x21, 0xc7, 0xde, 0x7f, 0xb8, 0xd4, 0x5c, 0x82, 0xaa, 0x20, 0x66, 0x7c, 0x22, 0x22,
|
||||||
0xea, 0x5d, 0x98, 0x8b, 0x93, 0x33, 0x09, 0x37, 0x1f, 0x07, 0x88, 0xe6, 0x8a, 0x69, 0x43, 0x56,
|
0x48, 0xbd, 0x0b, 0x73, 0x49, 0x74, 0xc6, 0xa1, 0xe6, 0x93, 0x00, 0x11, 0xaf, 0x98, 0x36, 0xe4,
|
||||||
0x13, 0x20, 0xea, 0xaf, 0x67, 0xc2, 0x63, 0x05, 0xca, 0xa6, 0x23, 0xde, 0xcd, 0xa4, 0x53, 0x22,
|
0x35, 0x01, 0xa2, 0xfe, 0x76, 0x2e, 0x0c, 0x2b, 0x50, 0x32, 0x3d, 0xe2, 0xd3, 0x4c, 0xca, 0x12,
|
||||||
0xda, 0xf3, 0x32, 0x85, 0xd0, 0xe2, 0x35, 0xa8, 0xe2, 0xfb, 0x81, 0x67, 0xe8, 0x3d, 0xc3, 0x33,
|
0xd1, 0x9e, 0x57, 0x28, 0x84, 0x16, 0xaf, 0x41, 0x0d, 0xdf, 0x0f, 0x3c, 0x43, 0xef, 0x19, 0x9e,
|
||||||
0xba, 0x4c, 0xad, 0xc6, 0x32, 0xbd, 0x15, 0x5a, 0x6d, 0x83, 0xd6, 0x22, 0x9d, 0x50, 0x11, 0x61,
|
0xd1, 0x65, 0x6a, 0x35, 0x92, 0xe9, 0xad, 0xd2, 0x66, 0x1b, 0xb4, 0x15, 0x19, 0x84, 0x8a, 0x08,
|
||||||
0x9d, 0x14, 0x58, 0x27, 0x14, 0x32, 0x58, 0xa7, 0x55, 0x9a, 0x59, 0xf5, 0x27, 0x24, 0xea, 0xe3,
|
0x1b, 0xa4, 0xc8, 0x06, 0xa1, 0x90, 0x78, 0x9f, 0x56, 0x6d, 0xe6, 0xd5, 0x1f, 0x91, 0x55, 0x1f,
|
||||||
0x62, 0x7d, 0xdc, 0x39, 0x13, 0x1f, 0x53, 0x5e, 0x3a, 0xa6, 0x6a, 0x33, 0xab, 0xfe, 0xbe, 0x02,
|
0x17, 0xeb, 0xa3, 0x4e, 0x99, 0xe4, 0x9c, 0x0a, 0xd2, 0x39, 0xd5, 0x9a, 0x79, 0xf5, 0xc7, 0x39,
|
||||||
0x0d, 0x3a, 0x96, 0x35, 0x7e, 0xb8, 0x64, 0xb9, 0x4e, 0xa2, 0xb2, 0x92, 0xa8, 0x3c, 0x42, 0x1b,
|
0x68, 0xd0, 0xb9, 0xac, 0xf1, 0xe0, 0x92, 0xe5, 0x3a, 0xa9, 0xc6, 0x4a, 0xaa, 0xf1, 0x10, 0x6d,
|
||||||
0x5f, 0x81, 0x02, 0x9f, 0x89, 0xec, 0xb8, 0x33, 0xc1, 0x2b, 0x1c, 0x30, 0x1e, 0xf5, 0xf7, 0x14,
|
0x7c, 0x15, 0x8a, 0x9c, 0x13, 0xf9, 0x51, 0x39, 0xc1, 0x1b, 0x1c, 0x34, 0x9f, 0x53, 0x50, 0xa3,
|
||||||
0x98, 0x4f, 0xf0, 0x7e, 0x12, 0x15, 0xb8, 0x03, 0x88, 0x8d, 0xd0, 0x1c, 0x0c, 0x3b, 0xf4, 0xdc,
|
0x83, 0x60, 0x53, 0xf7, 0xdc, 0x3d, 0x9f, 0xeb, 0x6b, 0x95, 0xc3, 0x34, 0x77, 0x8f, 0xf6, 0x10,
|
||||||
0x67, 0xa5, 0x6e, 0x2a, 0xc9, 0x24, 0x6d, 0xc6, 0x4a, 0x40, 0x7c, 0xf5, 0xa7, 0x0a, 0x9c, 0xbc,
|
0xb8, 0x81, 0x61, 0xb3, 0x0a, 0x45, 0x66, 0x94, 0x28, 0x84, 0x16, 0x5f, 0x60, 0xfe, 0x19, 0xd3,
|
||||||
0x86, 0x03, 0x8a, 0x7a, 0x85, 0x98, 0xa1, 0x0d, 0xcf, 0xed, 0x78, 0xd8, 0xf7, 0xbf, 0x04, 0x82,
|
0xa3, 0xbf, 0xa9, 0xd5, 0x93, 0x52, 0xd4, 0x28, 0x29, 0x88, 0xba, 0x60, 0xe6, 0x9d, 0x31, 0xba,
|
||||||
0xf2, 0x1b, 0x2c, 0xe6, 0x93, 0x8d, 0x6d, 0x92, 0x89, 0x38, 0x03, 0x55, 0xda, 0x19, 0x36, 0x75,
|
0x00, 0x8b, 0x8c, 0x16, 0xf4, 0x53, 0xdf, 0x36, 0x2c, 0x5b, 0xf7, 0xb0, 0xe1, 0xbb, 0x0e, 0x3d,
|
||||||
0xcf, 0xdd, 0xf3, 0xb9, 0x40, 0x55, 0x38, 0x4c, 0x73, 0xf7, 0xa8, 0x64, 0x04, 0x6e, 0x60, 0xd8,
|
0x1a, 0xac, 0x68, 0x73, 0x56, 0xd4, 0xe6, 0xaa, 0x61, 0xd9, 0x1a, 0x2d, 0x53, 0xff, 0x48, 0x81,
|
||||||
0x0c, 0x81, 0x3b, 0x1b, 0x0a, 0x21, 0xc5, 0x54, 0x2b, 0x43, 0xc2, 0x48, 0xe3, 0xf8, 0x4b, 0xc0,
|
0xf9, 0x94, 0xac, 0x8c, 0xa3, 0xb2, 0x77, 0x00, 0x31, 0x2c, 0xcc, 0x98, 0x4d, 0xe1, 0x4a, 0xe3,
|
||||||
0xec, 0x1f, 0xb2, 0x9d, 0x33, 0x71, 0x4c, 0x93, 0x30, 0xf9, 0x45, 0x16, 0x9a, 0xb2, 0x51, 0xd5,
|
0xb4, 0xd4, 0xad, 0xa6, 0x99, 0xaa, 0xcd, 0x58, 0x29, 0x88, 0xaf, 0xfe, 0x44, 0x81, 0xe3, 0xd7,
|
||||||
0x57, 0x4f, 0x4b, 0xeb, 0x08, 0x9d, 0x31, 0x6c, 0x74, 0x1a, 0x2a, 0xdb, 0x86, 0x65, 0xeb, 0x1e,
|
0x70, 0x40, 0xab, 0x5e, 0x26, 0x66, 0x73, 0xc3, 0x73, 0x3b, 0x1e, 0xf6, 0xfd, 0x9f, 0x03, 0xc1,
|
||||||
0x36, 0x7c, 0xd7, 0xe1, 0x23, 0x06, 0x02, 0xd2, 0x28, 0x44, 0xfd, 0x1b, 0x85, 0x9d, 0xef, 0x7e,
|
0xfe, 0x1d, 0xb6, 0x46, 0x95, 0xcd, 0x6d, 0x1c, 0x46, 0xa4, 0xe5, 0x30, 0x77, 0x90, 0x1c, 0xe6,
|
||||||
0x19, 0x8c, 0x61, 0xad, 0x99, 0x55, 0x7f, 0x94, 0x81, 0xda, 0xba, 0xe3, 0x63, 0x2f, 0x38, 0xfe,
|
0x53, 0x72, 0x48, 0xad, 0x48, 0x88, 0x18, 0x93, 0xb4, 0xc7, 0x9f, 0xd8, 0xdf, 0x67, 0x27, 0x7d,
|
||||||
0xeb, 0x18, 0xf4, 0x06, 0x54, 0xe8, 0x08, 0x7d, 0xdd, 0x34, 0x02, 0x83, 0xbb, 0xbe, 0xc7, 0xa5,
|
0xe2, 0x9c, 0xc6, 0x21, 0x72, 0xa4, 0xaa, 0xb9, 0x43, 0xa9, 0xea, 0x49, 0xa8, 0x8a, 0xea, 0xc9,
|
||||||
0x27, 0x3b, 0x6f, 0x13, 0xbc, 0x35, 0x23, 0x30, 0x34, 0xc6, 0x26, 0x9f, 0xfc, 0x46, 0x27, 0xa0,
|
0x66, 0x0c, 0xdb, 0xb1, 0x52, 0xfe, 0xbd, 0xc2, 0xe2, 0xd1, 0x3f, 0x0f, 0xc6, 0xbb, 0xde, 0xcc,
|
||||||
0xbc, 0x63, 0xf8, 0x3b, 0xfa, 0x5d, 0xbc, 0xcf, 0x82, 0xcb, 0x9a, 0x56, 0x22, 0x80, 0x77, 0xf0,
|
0xab, 0x3f, 0xc8, 0x41, 0x7d, 0xdd, 0xf1, 0xb1, 0x17, 0x1c, 0xfd, 0x7d, 0x17, 0x7a, 0x13, 0xaa,
|
||||||
0xbe, 0x8f, 0x1e, 0x83, 0x92, 0xd3, 0xef, 0x32, 0x95, 0x2b, 0x2e, 0x29, 0xcb, 0x35, 0xad, 0xe8,
|
0x74, 0x86, 0xbe, 0x6e, 0x1a, 0x81, 0xc1, 0x5d, 0xf5, 0x93, 0xd2, 0x48, 0xd4, 0x55, 0x52, 0x6f,
|
||||||
0xf4, 0xbb, 0x44, 0xe1, 0x18, 0xbb, 0x4a, 0xcd, 0xac, 0xfa, 0xd7, 0x19, 0xa8, 0xdf, 0xec, 0x93,
|
0xcd, 0x08, 0x0c, 0x8d, 0x91, 0xc9, 0x27, 0xbf, 0xd1, 0x31, 0xa8, 0xec, 0x18, 0xfe, 0x8e, 0x7e,
|
||||||
0xe5, 0x13, 0x3d, 0xa0, 0xea, 0xdb, 0xc1, 0x83, 0x89, 0xe7, 0x39, 0xc8, 0xb2, 0x40, 0x84, 0xd4,
|
0x17, 0xef, 0xb3, 0xc5, 0x70, 0x5d, 0x2b, 0x13, 0xc0, 0x3b, 0x78, 0xdf, 0x47, 0x4f, 0x40, 0xd9,
|
||||||
0x68, 0x4a, 0x47, 0xb0, 0xbe, 0xe6, 0x6b, 0x04, 0x89, 0x1e, 0xce, 0xf4, 0xdb, 0x6d, 0x1e, 0xd3,
|
0xe9, 0x77, 0x99, 0xca, 0x11, 0x03, 0x5f, 0xd7, 0x4a, 0x4e, 0xbf, 0x4b, 0x14, 0x8e, 0x91, 0xab,
|
||||||
0x65, 0x29, 0xd5, 0x65, 0x02, 0x61, 0x11, 0xdd, 0x09, 0x28, 0x63, 0xcf, 0x8b, 0x22, 0x3e, 0x3a,
|
0xdc, 0xcc, 0xab, 0x7f, 0x97, 0x83, 0xa9, 0x9b, 0x7d, 0xb2, 0xdd, 0xa3, 0x01, 0xb5, 0xbe, 0x1d,
|
||||||
0x26, 0xec, 0x79, 0xac, 0x50, 0x85, 0xaa, 0xd1, 0xbe, 0xeb, 0xb8, 0x7b, 0x36, 0x36, 0x3b, 0xd8,
|
0x3c, 0x98, 0x78, 0x9e, 0x81, 0x3c, 0x5b, 0x38, 0x91, 0x16, 0x4d, 0xe9, 0x0c, 0xd6, 0xd7, 0x7c,
|
||||||
0xa4, 0x82, 0x50, 0xd2, 0x62, 0x30, 0x26, 0x2a, 0x44, 0x02, 0xf4, 0xb6, 0x13, 0xd0, 0x58, 0x20,
|
0x8d, 0x54, 0xa2, 0xc1, 0xa4, 0x7e, 0xbb, 0xcd, 0xd7, 0xa0, 0x79, 0x8a, 0x75, 0x85, 0x40, 0xd8,
|
||||||
0x4b, 0x44, 0x85, 0x40, 0xae, 0x3a, 0x01, 0x29, 0x36, 0xb1, 0x8d, 0x03, 0x4c, 0x8b, 0x8b, 0xac,
|
0x0a, 0xf4, 0x18, 0x54, 0xb0, 0xe7, 0x45, 0x2b, 0x54, 0x3a, 0x27, 0xec, 0x79, 0xac, 0x50, 0x85,
|
||||||
0x98, 0x41, 0x78, 0x71, 0xbf, 0x17, 0xd5, 0x2e, 0xb1, 0x62, 0x06, 0x21, 0xc5, 0x27, 0xa1, 0x3c,
|
0x9a, 0xd1, 0xbe, 0xeb, 0xb8, 0x7b, 0x36, 0x36, 0x3b, 0xd8, 0xa4, 0x82, 0x50, 0xd6, 0x12, 0x30,
|
||||||
0xd8, 0x40, 0x2f, 0x0f, 0xf6, 0x3b, 0x29, 0x40, 0xfd, 0x99, 0x02, 0xb5, 0x35, 0xda, 0xd4, 0x23,
|
0x26, 0x2a, 0x44, 0x02, 0xf4, 0xb6, 0x13, 0x84, 0x4e, 0x8f, 0x41, 0xae, 0x38, 0x01, 0x29, 0x36,
|
||||||
0x20, 0x7d, 0x08, 0x72, 0xf8, 0x7e, 0xcf, 0xe3, 0xca, 0x44, 0x7f, 0x8f, 0x14, 0x28, 0x26, 0x35,
|
0xb1, 0x8d, 0x03, 0x4c, 0x8b, 0x4b, 0xac, 0x98, 0x41, 0x78, 0x71, 0xbf, 0x17, 0xb5, 0x2e, 0xb3,
|
||||||
0xe5, 0x66, 0x56, 0xfd, 0x4e, 0x0e, 0x6a, 0x9b, 0xd8, 0xf0, 0xda, 0x3b, 0x8f, 0xc4, 0x66, 0x4e,
|
0x62, 0x06, 0x21, 0xc5, 0xc7, 0xa1, 0x12, 0x1f, 0xf8, 0x57, 0xe2, 0xf3, 0x59, 0x0a, 0x50, 0x7f,
|
||||||
0x03, 0xb2, 0xa6, 0x6f, 0xf3, 0x71, 0x92, 0x9f, 0xe8, 0x3c, 0xcc, 0xf4, 0x6c, 0xa3, 0x8d, 0x77,
|
0xaa, 0x40, 0x7d, 0x8d, 0x76, 0xf5, 0x18, 0x48, 0x1f, 0x82, 0x49, 0x7c, 0xbf, 0xe7, 0x71, 0x65,
|
||||||
0x5c, 0xdb, 0xc4, 0x9e, 0xde, 0xf1, 0xdc, 0x3e, 0x3b, 0x80, 0xac, 0x6a, 0x0d, 0xa1, 0xe0, 0x1a,
|
0xa2, 0xbf, 0x87, 0x0a, 0x14, 0x93, 0x9a, 0x4a, 0x33, 0xaf, 0x7e, 0x6b, 0x12, 0xea, 0x9b, 0xd8,
|
||||||
0x81, 0xa3, 0x97, 0xa1, 0x64, 0xfa, 0xb6, 0x4e, 0x57, 0xc1, 0x45, 0x6a, 0x7d, 0xe5, 0xe3, 0x5b,
|
0xf0, 0xda, 0x3b, 0x8f, 0xc5, 0xe1, 0x53, 0x03, 0xf2, 0xa6, 0x6f, 0xf3, 0x79, 0x92, 0x9f, 0xe8,
|
||||||
0xf3, 0x6d, 0xba, 0x08, 0x2e, 0x9a, 0xec, 0x07, 0x7a, 0x02, 0x6a, 0x6e, 0x3f, 0xe8, 0xf5, 0x03,
|
0x2c, 0xcc, 0xf4, 0x6c, 0xa3, 0x8d, 0x77, 0x5c, 0xdb, 0xc4, 0x9e, 0xde, 0xf1, 0xdc, 0x3e, 0x0b,
|
||||||
0x9d, 0xa9, 0x6c, 0xb3, 0x44, 0xc9, 0xab, 0x32, 0x20, 0xd5, 0x68, 0x1f, 0xbd, 0x0d, 0x35, 0x9f,
|
0x98, 0xd6, 0xb4, 0x86, 0x50, 0x70, 0x8d, 0xc0, 0xd1, 0x2b, 0x50, 0x36, 0x7d, 0x5b, 0xa7, 0xbb,
|
||||||
0xb2, 0x32, 0x0c, 0x80, 0xcb, 0xe3, 0x86, 0x5d, 0x55, 0x56, 0x8f, 0x47, 0xc0, 0xcf, 0x40, 0x23,
|
0x76, 0xb6, 0x50, 0x92, 0xcf, 0x6f, 0xcd, 0xb7, 0xe9, 0xa6, 0xbd, 0x64, 0xb2, 0x1f, 0xe8, 0x29,
|
||||||
0xf0, 0x8c, 0x5d, 0x6c, 0x0b, 0x07, 0x3c, 0x40, 0xe5, 0x73, 0x9a, 0xc1, 0x07, 0xa7, 0xa3, 0x29,
|
0xa8, 0xbb, 0xfd, 0xa0, 0xd7, 0x0f, 0x74, 0xa6, 0xb2, 0xcd, 0x32, 0x45, 0xaf, 0xc6, 0x80, 0x54,
|
||||||
0xc7, 0x41, 0x95, 0xb4, 0xe3, 0x20, 0x54, 0x87, 0x8c, 0x73, 0x8f, 0x9e, 0x34, 0x66, 0xb5, 0x8c,
|
0xa3, 0x7d, 0x74, 0x15, 0xea, 0x3e, 0x25, 0x65, 0xb8, 0x60, 0xaf, 0x8c, 0xba, 0x4c, 0xac, 0xb1,
|
||||||
0x73, 0x8f, 0x09, 0x42, 0xbd, 0x99, 0x55, 0xdf, 0x81, 0xdc, 0x75, 0x2b, 0xa0, 0x1c, 0x26, 0xea,
|
0x76, 0x7c, 0xc5, 0xfe, 0x1c, 0x34, 0x02, 0xcf, 0xd8, 0xc5, 0xb6, 0x10, 0x90, 0x02, 0x2a, 0x9f,
|
||||||
0xaf, 0xd0, 0x75, 0x08, 0x55, 0xf2, 0xc7, 0xa0, 0xe4, 0xb9, 0x7b, 0xcc, 0xae, 0x91, 0x98, 0xac,
|
0xd3, 0x0c, 0x1e, 0x47, 0x73, 0x33, 0xc2, 0x57, 0xd5, 0xac, 0xf0, 0x15, 0x9a, 0x82, 0x9c, 0x73,
|
||||||
0xaa, 0x15, 0x3d, 0x77, 0x8f, 0x1a, 0x2d, 0x9a, 0xac, 0xe2, 0x7a, 0x98, 0x45, 0x98, 0x19, 0x8d,
|
0x8f, 0x46, 0x46, 0xf3, 0x5a, 0xce, 0xb9, 0xc7, 0x04, 0x61, 0xaa, 0x99, 0x57, 0xdf, 0x81, 0xc9,
|
||||||
0x7f, 0xa9, 0x7f, 0xac, 0x0c, 0xa4, 0x8a, 0x58, 0x22, 0xff, 0xc1, 0x4c, 0xd1, 0x1b, 0x50, 0xf4,
|
0xeb, 0x56, 0x40, 0x29, 0x4c, 0xd4, 0x5f, 0xa1, 0xfb, 0x26, 0xaa, 0xe4, 0x4f, 0x40, 0xd9, 0x73,
|
||||||
0x58, 0xfd, 0x91, 0x47, 0xe5, 0x62, 0x4f, 0xd4, 0xae, 0x86, 0xb5, 0xc6, 0x16, 0x40, 0xb2, 0xc2,
|
0xf7, 0x98, 0x5d, 0x23, 0x6b, 0xb2, 0x9a, 0x56, 0xf2, 0xdc, 0x3d, 0x6a, 0xb4, 0x68, 0x72, 0x8d,
|
||||||
0xac, 0xbe, 0x6d, 0xf7, 0xfd, 0x87, 0xa1, 0x05, 0xb2, 0x63, 0x87, 0xac, 0xfc, 0x18, 0x84, 0xce,
|
0xeb, 0x61, 0xb6, 0x22, 0xce, 0x69, 0xfc, 0x4b, 0xfd, 0x33, 0x25, 0x96, 0x2a, 0x62, 0x89, 0xfc,
|
||||||
0xc6, 0xf4, 0x52, 0x56, 0xfd, 0xaf, 0x1c, 0xd4, 0x38, 0x3d, 0x93, 0x84, 0x1a, 0xa9, 0x34, 0x6d,
|
0x07, 0x33, 0x45, 0x6f, 0x42, 0xc9, 0x63, 0xed, 0x87, 0x86, 0xf6, 0xc5, 0x91, 0xa8, 0x5d, 0x0d,
|
||||||
0x42, 0x85, 0xf4, 0xad, 0xfb, 0xb8, 0x13, 0xee, 0xae, 0x54, 0x56, 0x57, 0xa5, 0xa1, 0x76, 0x8c,
|
0x5b, 0x8d, 0x2c, 0x80, 0x64, 0x47, 0x5c, 0xbb, 0x6a, 0xf7, 0xfd, 0x87, 0xa1, 0x05, 0xb2, 0x30,
|
||||||
0x0c, 0x9a, 0x96, 0xb0, 0x49, 0x2b, 0xbd, 0xe5, 0x04, 0xde, 0xbe, 0x06, 0xed, 0x08, 0x80, 0xda,
|
0x49, 0x5e, 0x1e, 0xb6, 0xa1, 0xdc, 0x98, 0x5e, 0xca, 0xab, 0xff, 0x33, 0x09, 0x75, 0x8e, 0xcf,
|
||||||
0x30, 0xb3, 0x4d, 0x90, 0x75, 0xb1, 0xe9, 0x1c, 0x6d, 0xfa, 0xe5, 0x31, 0x9a, 0xa6, 0x5f, 0xc9,
|
0x38, 0x4b, 0x8d, 0x4c, 0x9c, 0x36, 0xa1, 0x4a, 0xc6, 0xd6, 0x7d, 0xdc, 0x09, 0x4f, 0x83, 0xaa,
|
||||||
0xf6, 0xa7, 0xb7, 0xe3, 0x50, 0xf4, 0x21, 0x9b, 0x52, 0xdd, 0xc7, 0x06, 0xd7, 0x0f, 0xee, 0x6c,
|
0xab, 0xab, 0xd2, 0xa5, 0x76, 0x02, 0x0d, 0x9a, 0x46, 0xb1, 0x49, 0x1b, 0xbd, 0xed, 0x04, 0xde,
|
||||||
0x5f, 0x1c, 0x9b, 0x7a, 0x83, 0x29, 0x10, 0xeb, 0xa0, 0xd6, 0x16, 0x61, 0xad, 0x0f, 0x61, 0x3a,
|
0xbe, 0x06, 0xed, 0x08, 0x80, 0xda, 0x30, 0xb3, 0x4d, 0x2a, 0xeb, 0x62, 0xd7, 0x93, 0xb4, 0xeb,
|
||||||
0x41, 0x02, 0xd1, 0x88, 0xbb, 0x78, 0x9f, 0x2f, 0xbc, 0xc8, 0x4f, 0xf4, 0x82, 0x98, 0x14, 0x93,
|
0x57, 0x46, 0xe8, 0x9a, 0x7e, 0xa5, 0xfb, 0x9f, 0xde, 0x4e, 0x42, 0xd1, 0x87, 0x8c, 0xa5, 0xba,
|
||||||
0xe6, 0xe6, 0x6f, 0xb8, 0x4e, 0xe7, 0xb2, 0xe7, 0x19, 0xfb, 0x3c, 0x69, 0xe6, 0x52, 0xe6, 0xab,
|
0x8f, 0x0d, 0xae, 0x1f, 0xdc, 0xd9, 0x5e, 0x18, 0x19, 0x7b, 0x83, 0x29, 0x10, 0x1b, 0xa0, 0xde,
|
||||||
0x4a, 0x6b, 0x0b, 0xe6, 0x64, 0xc3, 0xfc, 0x5c, 0xfb, 0x78, 0x13, 0xd0, 0xf0, 0x38, 0x25, 0x3d,
|
0x16, 0x61, 0xad, 0x0f, 0x61, 0x3a, 0x85, 0x02, 0xd1, 0x88, 0xbb, 0x78, 0x9f, 0x6f, 0x14, 0xc9,
|
||||||
0xc4, 0x52, 0x7b, 0xb2, 0x42, 0x0b, 0xea, 0x27, 0x59, 0xa8, 0xbe, 0xdb, 0xc7, 0xde, 0xfe, 0x51,
|
0x4f, 0xf4, 0x92, 0x98, 0xc4, 0x93, 0xe5, 0xe6, 0x6f, 0xb8, 0x4e, 0xe7, 0x92, 0xe7, 0x19, 0xfb,
|
||||||
0xfa, 0x84, 0xd0, 0xa7, 0xe5, 0x04, 0x9f, 0x36, 0x64, 0x86, 0xf3, 0x12, 0x33, 0x2c, 0x71, 0x26,
|
0x3c, 0xc9, 0xe7, 0x62, 0xee, 0xcb, 0x4a, 0x6b, 0x0b, 0xe6, 0x64, 0xd3, 0xfc, 0x5c, 0xc7, 0x78,
|
||||||
0x05, 0xa9, 0x33, 0x91, 0xd9, 0xd9, 0xe2, 0xa1, 0xec, 0x6c, 0x29, 0xd5, 0xce, 0xae, 0x41, 0x95,
|
0x0b, 0xd0, 0xe0, 0x3c, 0x25, 0x23, 0x24, 0x52, 0x91, 0xf2, 0x42, 0x0f, 0xea, 0x27, 0x79, 0xa8,
|
||||||
0x9d, 0xc0, 0x1d, 0xd6, 0x15, 0x54, 0x68, 0x35, 0xe6, 0x09, 0x98, 0x3d, 0x68, 0x34, 0xb3, 0xea,
|
0xbd, 0xdb, 0xc7, 0xde, 0xfe, 0xa3, 0xf4, 0x09, 0xa1, 0x4f, 0x9b, 0x14, 0x7c, 0xda, 0x80, 0x19,
|
||||||
0x1f, 0x29, 0xd1, 0x8c, 0x4c, 0x64, 0x4f, 0x63, 0x41, 0x6a, 0xe6, 0xd0, 0x41, 0xea, 0xd8, 0xf6,
|
0x2e, 0x48, 0xcc, 0xb0, 0xc4, 0x99, 0x14, 0xa5, 0xce, 0x44, 0x66, 0x67, 0x4b, 0x87, 0xb2, 0xb3,
|
||||||
0xf4, 0x53, 0x05, 0xca, 0xef, 0xe3, 0x76, 0xe0, 0x7a, 0x44, 0x67, 0x25, 0xd5, 0x94, 0x31, 0x56,
|
0xe5, 0x4c, 0x3b, 0xbb, 0x06, 0x35, 0x16, 0x31, 0x3c, 0xac, 0x2b, 0xa8, 0xd2, 0x66, 0xcc, 0x13,
|
||||||
0x0e, 0x99, 0xe4, 0xca, 0xe1, 0x22, 0x94, 0x2c, 0x53, 0x37, 0x88, 0xc0, 0xd3, 0x7e, 0x47, 0xc5,
|
0x30, 0x7b, 0xd0, 0x68, 0xe6, 0xd5, 0x3f, 0x55, 0x22, 0x8e, 0x8c, 0x65, 0x4f, 0x13, 0x8b, 0xd4,
|
||||||
0xa7, 0x45, 0xcb, 0xa4, 0x9a, 0x31, 0xfe, 0x39, 0xca, 0x0f, 0x14, 0xa8, 0x32, 0x9a, 0x7d, 0x56,
|
0xdc, 0xa1, 0x17, 0xa9, 0x23, 0xdb, 0xd3, 0x4f, 0x15, 0xa8, 0xbc, 0x8f, 0xdb, 0x81, 0xeb, 0x11,
|
||||||
0xf3, 0x55, 0xa1, 0x3b, 0x45, 0xa6, 0x85, 0xfc, 0x23, 0x1a, 0xe8, 0xf5, 0xa9, 0x41, 0xb7, 0x97,
|
0x9d, 0x95, 0x34, 0x53, 0x46, 0xd8, 0x39, 0xe4, 0xd2, 0x3b, 0x87, 0xf3, 0x50, 0xb6, 0x4c, 0xdd,
|
||||||
0x01, 0x08, 0x93, 0x79, 0x75, 0xa6, 0xc4, 0x4b, 0x52, 0x6a, 0x59, 0x75, 0xca, 0xf0, 0xeb, 0x53,
|
0x20, 0x02, 0x4f, 0xc7, 0x1d, 0xb6, 0x3e, 0x2d, 0x59, 0x26, 0xd5, 0x8c, 0xd1, 0xe3, 0x3e, 0xdf,
|
||||||
0x5a, 0x99, 0xd4, 0xa2, 0x4d, 0x5c, 0x29, 0x42, 0x9e, 0xd6, 0x56, 0xff, 0x5b, 0x81, 0xd9, 0xab,
|
0x53, 0xa0, 0xc6, 0x70, 0xf6, 0x59, 0xcb, 0xd7, 0x84, 0xe1, 0x14, 0x99, 0x16, 0xf2, 0x8f, 0x68,
|
||||||
0x86, 0xdd, 0x5e, 0xb3, 0xfc, 0xc0, 0x70, 0xda, 0x13, 0x44, 0xa4, 0x97, 0xa0, 0xe8, 0xf6, 0x74,
|
0xa2, 0xd7, 0x27, 0xe2, 0x61, 0x2f, 0x01, 0x10, 0x22, 0xf3, 0xe6, 0x4c, 0x89, 0x97, 0xa4, 0xd8,
|
||||||
0x1b, 0x6f, 0x07, 0x9c, 0xa4, 0x33, 0x23, 0x46, 0xc4, 0xd8, 0xa0, 0x15, 0xdc, 0xde, 0x0d, 0xbc,
|
0xb2, 0xe6, 0x94, 0xe0, 0xd7, 0x27, 0xb4, 0x0a, 0x69, 0x45, 0xbb, 0xb8, 0x5c, 0x82, 0x02, 0x6d,
|
||||||
0x1d, 0xa0, 0xd7, 0xa0, 0xe4, 0xf6, 0x74, 0xcf, 0xea, 0xec, 0x04, 0x9c, 0xfb, 0x63, 0x54, 0x2e,
|
0xad, 0xfe, 0xaf, 0x02, 0xb3, 0x57, 0x0c, 0xbb, 0xbd, 0x66, 0xf9, 0x81, 0xe1, 0xb4, 0xc7, 0x58,
|
||||||
0xba, 0x3d, 0x8d, 0xd4, 0x10, 0x36, 0xa3, 0x72, 0x87, 0xdc, 0x8c, 0x52, 0x7f, 0x32, 0x34, 0xfc,
|
0x91, 0x5e, 0x84, 0x92, 0xdb, 0xd3, 0x6d, 0xbc, 0x1d, 0x70, 0x94, 0x4e, 0x0d, 0x99, 0x11, 0x23,
|
||||||
0x09, 0x74, 0xe0, 0x12, 0x94, 0x2c, 0x27, 0xd0, 0x4d, 0xcb, 0x0f, 0x59, 0x70, 0x4a, 0x2e, 0x43,
|
0x83, 0x56, 0x74, 0x7b, 0x37, 0xf0, 0x76, 0x80, 0x5e, 0x87, 0xb2, 0xdb, 0xd3, 0x3d, 0xab, 0xb3,
|
||||||
0x4e, 0x40, 0x47, 0x40, 0xe7, 0xd4, 0x09, 0x48, 0xdf, 0xe8, 0x4d, 0x80, 0x6d, 0xdb, 0x35, 0x78,
|
0x13, 0x70, 0xea, 0x8f, 0xd0, 0xb8, 0xe4, 0xf6, 0x34, 0xd2, 0x42, 0x38, 0x3c, 0x9b, 0x3c, 0xe4,
|
||||||
0x6d, 0xc6, 0x83, 0xd3, 0x72, 0xf5, 0x21, 0x68, 0x61, 0xfd, 0x32, 0xad, 0x44, 0x5a, 0x18, 0x4c,
|
0xe1, 0x99, 0xfa, 0xa3, 0x81, 0xe9, 0x8f, 0xa1, 0x03, 0x17, 0xa1, 0x6c, 0x39, 0x81, 0x6e, 0x5a,
|
||||||
0xe9, 0xdf, 0x2a, 0x30, 0xbf, 0x81, 0x3d, 0x96, 0x13, 0x16, 0xf0, 0x9d, 0xe4, 0x75, 0x67, 0xdb,
|
0x7e, 0x48, 0x82, 0x13, 0x72, 0x19, 0x72, 0x02, 0x3a, 0x03, 0xca, 0x53, 0x27, 0x20, 0x63, 0xa3,
|
||||||
0x8d, 0x6f, 0xe6, 0x2b, 0x89, 0xcd, 0xfc, 0xcf, 0x67, 0x03, 0x3b, 0xb6, 0x9e, 0x64, 0x47, 0x4a,
|
0xb7, 0x00, 0xb6, 0x6d, 0xd7, 0xe0, 0xad, 0x19, 0x0d, 0x4e, 0xca, 0xd5, 0x87, 0x54, 0x0b, 0xdb,
|
||||||
0xe1, 0x7a, 0x32, 0x3c, 0x38, 0x63, 0x0b, 0xf3, 0x7a, 0xca, 0x34, 0x71, 0x7a, 0xc5, 0xfd, 0x09,
|
0x57, 0x68, 0x23, 0xd2, 0x43, 0xcc, 0xd2, 0x7f, 0x50, 0x60, 0x7e, 0x03, 0x7b, 0x2c, 0x87, 0x2d,
|
||||||
0xf5, 0x57, 0x59, 0xde, 0x8c, 0x74, 0x50, 0x0f, 0x2e, 0xb0, 0x0b, 0xc0, 0x1d, 0x47, 0xc2, 0x8d,
|
0xe0, 0x27, 0xdf, 0xeb, 0xce, 0xb6, 0x9b, 0x0c, 0x3e, 0x28, 0xa9, 0xe0, 0xc3, 0xe7, 0x73, 0xe0,
|
||||||
0x3c, 0x05, 0x09, 0xdb, 0x91, 0x62, 0x88, 0x7e, 0x53, 0x81, 0xa5, 0x74, 0xaa, 0x26, 0x89, 0xad,
|
0x9e, 0xd8, 0x4f, 0xb2, 0x10, 0x58, 0xb8, 0x9f, 0x0c, 0x03, 0x7d, 0x6c, 0x63, 0x3e, 0x95, 0xc1,
|
||||||
0xde, 0x84, 0xbc, 0xe5, 0x6c, 0xbb, 0xe1, 0x3e, 0xe5, 0x39, 0xa9, 0x2e, 0xc8, 0xfb, 0x65, 0x15,
|
0x26, 0x8e, 0xaf, 0x78, 0x3e, 0xa1, 0xfe, 0x26, 0xcb, 0xf3, 0x91, 0x4e, 0xea, 0xc1, 0x05, 0x76,
|
||||||
0xd5, 0xbf, 0xcb, 0x40, 0xe3, 0x5d, 0x96, 0x87, 0xf1, 0x85, 0x4f, 0x7f, 0x17, 0x77, 0x75, 0xdf,
|
0x01, 0xb8, 0xe3, 0x48, 0xb9, 0x91, 0x67, 0x20, 0x65, 0x3b, 0x32, 0x0c, 0xd1, 0xef, 0x2a, 0xb0,
|
||||||
0xfa, 0x18, 0x87, 0xd3, 0xdf, 0xc5, 0xdd, 0x4d, 0xeb, 0x63, 0x1c, 0x93, 0x8c, 0x7c, 0x5c, 0x32,
|
0x94, 0x8d, 0xd5, 0x38, 0x6b, 0xab, 0xb7, 0xa0, 0x60, 0x39, 0xdb, 0x6e, 0x78, 0x4e, 0x79, 0x46,
|
||||||
0x46, 0x6f, 0xcc, 0x8b, 0xfb, 0xd0, 0xc5, 0xf8, 0x3e, 0xf4, 0x02, 0x14, 0x1c, 0xd7, 0xc4, 0xeb,
|
0xaa, 0x0b, 0xf2, 0x71, 0x59, 0x43, 0xf5, 0x1f, 0x73, 0xd0, 0x78, 0x97, 0xe5, 0x8d, 0x7c, 0xe1,
|
||||||
0x6b, 0x7c, 0x0d, 0xce, 0xbf, 0x06, 0xa2, 0x56, 0x3e, 0x9c, 0xa8, 0x91, 0xae, 0x68, 0x13, 0x26,
|
0xec, 0xef, 0xe2, 0xae, 0xee, 0x5b, 0x1f, 0xe3, 0x90, 0xfd, 0x5d, 0xdc, 0xdd, 0xb4, 0x3e, 0xc6,
|
||||||
0x4b, 0xe9, 0x24, 0x34, 0xb2, 0x4f, 0xf5, 0xfb, 0x0a, 0xb4, 0xae, 0xe1, 0x20, 0xc9, 0xd5, 0xa3,
|
0x09, 0xc9, 0x28, 0x24, 0x25, 0x63, 0x78, 0x20, 0x41, 0x3c, 0x37, 0x2f, 0x25, 0xcf, 0xcd, 0x17,
|
||||||
0x93, 0xbf, 0x4f, 0x14, 0x38, 0x21, 0x25, 0x68, 0x12, 0xd1, 0x7b, 0x35, 0x2e, 0x7a, 0xf2, 0x2d,
|
0xa0, 0xe8, 0xb8, 0x26, 0x5e, 0x5f, 0xe3, 0x7b, 0x70, 0xfe, 0x15, 0x8b, 0x5a, 0xe5, 0x70, 0xa2,
|
||||||
0xf2, 0xa1, 0x2e, 0xb9, 0xd4, 0x3d, 0x0f, 0xd5, 0xb5, 0x7e, 0xb7, 0x1b, 0xc5, 0x76, 0x67, 0xa0,
|
0x46, 0x86, 0xa2, 0x5d, 0x98, 0x2c, 0x05, 0x95, 0xe0, 0xc8, 0x3e, 0xd5, 0xef, 0x2a, 0xd0, 0xba,
|
||||||
0xea, 0xb1, 0x9f, 0x6c, 0x5d, 0xcc, 0x3c, 0x73, 0x85, 0xc3, 0xc8, 0xea, 0x57, 0x3d, 0x0f, 0x35,
|
0x86, 0x83, 0x34, 0x55, 0x1f, 0x9d, 0xfc, 0x7d, 0xa2, 0xc0, 0x31, 0x29, 0x42, 0xe3, 0x88, 0xde,
|
||||||
0x5e, 0x85, 0x53, 0xdd, 0x82, 0x92, 0xc7, 0x7f, 0x73, 0xfc, 0xe8, 0x5b, 0x9d, 0x87, 0x59, 0x0d,
|
0x6b, 0x49, 0xd1, 0x93, 0x1f, 0x91, 0x0f, 0x0c, 0xc9, 0xa5, 0xee, 0x45, 0xa8, 0xad, 0xf5, 0xbb,
|
||||||
0x77, 0x88, 0xd0, 0x7b, 0x37, 0x2c, 0xe7, 0x2e, 0xef, 0x46, 0xfd, 0x96, 0x02, 0x73, 0x71, 0x38,
|
0xdd, 0x68, 0x6d, 0x77, 0x0a, 0x6a, 0x1e, 0xfb, 0xc9, 0xf6, 0xc5, 0xcc, 0x33, 0x57, 0x39, 0x8c,
|
||||||
0x6f, 0xeb, 0x25, 0x28, 0x1a, 0xa6, 0xe9, 0x61, 0xdf, 0x1f, 0x39, 0x2d, 0x97, 0x19, 0x8e, 0x16,
|
0xec, 0x7e, 0xd5, 0xb3, 0x50, 0xe7, 0x4d, 0x38, 0xd6, 0x2d, 0x28, 0x7b, 0xfc, 0x37, 0xaf, 0x1f,
|
||||||
0x22, 0x0b, 0x9c, 0xcb, 0x8c, 0xcd, 0x39, 0x55, 0x87, 0x99, 0x6b, 0x38, 0xb8, 0x89, 0x03, 0x6f,
|
0x7d, 0xab, 0xf3, 0x30, 0xab, 0xe1, 0x0e, 0x11, 0x7a, 0xef, 0x86, 0xe5, 0xdc, 0xe5, 0xc3, 0xa8,
|
||||||
0xa2, 0xf4, 0x88, 0x26, 0x59, 0x98, 0xd2, 0xca, 0x5c, 0x2c, 0xc2, 0x4f, 0xf5, 0x7b, 0x0a, 0x20,
|
0xdf, 0x50, 0x60, 0x2e, 0x09, 0xe7, 0x7d, 0xbd, 0x0c, 0x25, 0xc3, 0x34, 0x3d, 0xec, 0xfb, 0x43,
|
||||||
0xb1, 0x87, 0x49, 0xa6, 0x59, 0xe4, 0x72, 0x26, 0xce, 0x65, 0x96, 0xa0, 0xd6, 0xed, 0xb9, 0x0e,
|
0xd9, 0x72, 0x89, 0xd5, 0xd1, 0xc2, 0xca, 0x02, 0xe5, 0x72, 0x23, 0x53, 0x4e, 0xd5, 0x61, 0xe6,
|
||||||
0x76, 0x02, 0x31, 0x10, 0xab, 0x45, 0x50, 0x2a, 0x7e, 0x3f, 0x53, 0x00, 0xdd, 0x70, 0x0d, 0xf3,
|
0x1a, 0x0e, 0x6e, 0xe2, 0xc0, 0x1b, 0x2b, 0x9d, 0xa3, 0x49, 0x36, 0xa6, 0xb4, 0x31, 0x17, 0x8b,
|
||||||
0x8a, 0x61, 0x4f, 0x16, 0x38, 0x9c, 0x02, 0xf0, 0xbd, 0xb6, 0xce, 0xf5, 0x38, 0xc3, 0xed, 0x92,
|
0xf0, 0x53, 0xfd, 0x8e, 0x02, 0x48, 0x1c, 0x61, 0x1c, 0x36, 0x8b, 0x54, 0xce, 0x25, 0xa9, 0xcc,
|
||||||
0xd7, 0xbe, 0xc5, 0x54, 0xf9, 0x34, 0x54, 0x4c, 0x3f, 0xe0, 0xc5, 0xe1, 0x69, 0x3d, 0x98, 0x7e,
|
0x12, 0xea, 0xba, 0x3d, 0xd7, 0xc1, 0x4e, 0x20, 0x2e, 0xc4, 0xea, 0x11, 0x94, 0x8a, 0xdf, 0x4f,
|
||||||
0xc0, 0xca, 0x69, 0x9e, 0x38, 0x59, 0xb1, 0x61, 0x53, 0x17, 0x0e, 0x3b, 0x73, 0x14, 0xad, 0xc1,
|
0x15, 0x40, 0x37, 0x5c, 0xc3, 0xbc, 0x6c, 0xd8, 0xe3, 0x2d, 0x1c, 0x4e, 0x00, 0xf8, 0x5e, 0x5b,
|
||||||
0x0a, 0x36, 0x23, 0xb8, 0x44, 0xb9, 0xf2, 0xe9, 0x39, 0x9b, 0x33, 0xcd, 0xbc, 0xba, 0x0d, 0x8b,
|
0xe7, 0x7a, 0x9c, 0xe3, 0x76, 0xc9, 0x6b, 0xdf, 0x62, 0xaa, 0x7c, 0x12, 0xaa, 0xa6, 0x1f, 0xf0,
|
||||||
0x37, 0x0d, 0xa7, 0x6f, 0xd8, 0x57, 0xdd, 0x6e, 0xcf, 0x88, 0xe5, 0x18, 0x27, 0x2d, 0xa6, 0x22,
|
0xe2, 0x30, 0xbb, 0x00, 0x4c, 0x3f, 0x60, 0xe5, 0x34, 0xaf, 0x9d, 0xec, 0xd8, 0xb0, 0xa9, 0x0b,
|
||||||
0xb1, 0x98, 0x8f, 0xb3, 0xd4, 0x47, 0x16, 0xf4, 0xd3, 0xc1, 0xe5, 0x34, 0x01, 0xc2, 0xfa, 0x29,
|
0xc1, 0xd9, 0x49, 0x5a, 0xad, 0xc1, 0x0a, 0x36, 0x23, 0xb8, 0x44, 0xb9, 0x0a, 0xd9, 0x39, 0xa6,
|
||||||
0x36, 0x15, 0xd5, 0x87, 0xe6, 0x70, 0x3f, 0x93, 0x4c, 0x31, 0xa5, 0x2e, 0x6c, 0x4a, 0xb4, 0xe7,
|
0x33, 0xcd, 0x82, 0xba, 0x0d, 0x8b, 0x37, 0x0d, 0xa7, 0x6f, 0xd8, 0x57, 0xdc, 0x6e, 0xcf, 0x48,
|
||||||
0x03, 0x98, 0xfa, 0x06, 0x3c, 0x46, 0xf3, 0x51, 0x43, 0x50, 0xec, 0x58, 0x25, 0xd9, 0x80, 0x22,
|
0xe4, 0x44, 0xa7, 0x2d, 0xa6, 0x22, 0xb1, 0x98, 0x4f, 0xb2, 0x54, 0x4d, 0xb6, 0xe8, 0xa7, 0x93,
|
||||||
0x69, 0xe0, 0x0f, 0x33, 0xd4, 0x28, 0x0e, 0xb5, 0x30, 0x09, 0xe1, 0x97, 0xe2, 0x87, 0x18, 0x4f,
|
0x9b, 0xd4, 0x04, 0x08, 0x1b, 0xa7, 0xd4, 0x54, 0x54, 0x1f, 0x9a, 0x83, 0xe3, 0x8c, 0xc3, 0x62,
|
||||||
0xa6, 0xa4, 0xc1, 0xc7, 0x7b, 0xe4, 0xe6, 0x7b, 0x19, 0xa6, 0xf1, 0x7d, 0xdc, 0xee, 0x07, 0x96,
|
0x8a, 0x5d, 0xd8, 0x95, 0x68, 0xcf, 0x63, 0x98, 0xfa, 0x26, 0x3c, 0x41, 0xf3, 0x67, 0x43, 0x50,
|
||||||
0xd3, 0xd9, 0xb0, 0x0d, 0xe7, 0x96, 0xcb, 0x9d, 0x54, 0x12, 0x8c, 0x9e, 0x84, 0x1a, 0x99, 0x06,
|
0x22, 0xac, 0x92, 0xee, 0x40, 0x91, 0x74, 0xf0, 0x27, 0x39, 0x6a, 0x14, 0x07, 0x7a, 0x18, 0x07,
|
||||||
0xb7, 0x1f, 0x70, 0x3c, 0xe6, 0xad, 0xe2, 0x40, 0xd2, 0x1e, 0x19, 0xaf, 0x8d, 0x03, 0x6c, 0x72,
|
0xf1, 0x8b, 0xc9, 0x20, 0xc6, 0xd3, 0x19, 0x69, 0xfb, 0xc9, 0x11, 0xb9, 0xf9, 0x5e, 0x86, 0x69,
|
||||||
0x3c, 0xe6, 0xba, 0x92, 0x60, 0xc2, 0xad, 0x6d, 0xc3, 0xb2, 0x23, 0x34, 0xb6, 0xa3, 0x1c, 0x83,
|
0x7c, 0x1f, 0xb7, 0xfb, 0x81, 0xe5, 0x74, 0x36, 0x6c, 0xc3, 0xb9, 0xe5, 0x72, 0x27, 0x95, 0x06,
|
||||||
0x0d, 0xb1, 0x9b, 0x80, 0xfd, 0xc3, 0xb0, 0xfb, 0x1f, 0x94, 0x04, 0xbb, 0x79, 0x0b, 0x47, 0xc5,
|
0xa3, 0xa7, 0xa1, 0x4e, 0xd8, 0xe0, 0xf6, 0x03, 0x5e, 0x8f, 0x79, 0xab, 0x24, 0x90, 0xf4, 0x47,
|
||||||
0xee, 0xeb, 0x00, 0x5d, 0xec, 0x75, 0xf0, 0x3a, 0x75, 0x19, 0x6c, 0xab, 0x67, 0x59, 0xea, 0x32,
|
0xe6, 0x6b, 0xe3, 0x00, 0x9b, 0xbc, 0x1e, 0x73, 0x5d, 0x69, 0x30, 0xa1, 0xd6, 0xb6, 0x61, 0xd9,
|
||||||
0x06, 0x0d, 0xdc, 0x0c, 0x2b, 0x68, 0x42, 0x5d, 0xf5, 0x1a, 0xcc, 0x4a, 0x50, 0x88, 0x35, 0xf4,
|
0x51, 0x35, 0x76, 0xa2, 0x9c, 0x80, 0x0d, 0x90, 0x9b, 0x80, 0xfd, 0xc3, 0x90, 0xfb, 0x9f, 0x94,
|
||||||
0xdd, 0xbe, 0xd7, 0xc6, 0xe1, 0xb6, 0x61, 0xf8, 0x49, 0xbc, 0x67, 0x60, 0x78, 0x1d, 0x1c, 0x70,
|
0x14, 0xb9, 0x79, 0x0f, 0x8f, 0x8a, 0xdc, 0xd7, 0x01, 0xba, 0xd8, 0xeb, 0xe0, 0x75, 0xea, 0x32,
|
||||||
0xc1, 0xe6, 0x5f, 0xea, 0x4b, 0xf4, 0x90, 0x90, 0xee, 0x84, 0xc4, 0xa4, 0x39, 0x9e, 0x0b, 0xa1,
|
0xd8, 0x51, 0xcf, 0xb2, 0xd4, 0x65, 0xc4, 0x1d, 0xdc, 0x0c, 0x1b, 0x68, 0x42, 0x5b, 0xf5, 0x1a,
|
||||||
0x0c, 0xe5, 0x42, 0x6c, 0xd3, 0x83, 0x38, 0xb1, 0xde, 0x84, 0x79, 0x2c, 0x74, 0x77, 0x09, 0x9b,
|
0xcc, 0x4a, 0xaa, 0x10, 0x6b, 0xe8, 0xbb, 0x7d, 0xaf, 0x8d, 0xc3, 0x63, 0xc3, 0xf0, 0x93, 0x78,
|
||||||
0xfc, 0xea, 0x54, 0xf8, 0xa9, 0xfe, 0x8f, 0x02, 0xb5, 0xf5, 0x6e, 0xcf, 0x1d, 0x1c, 0x3d, 0x8d,
|
0xcf, 0xc0, 0xf0, 0x3a, 0x38, 0xe0, 0x82, 0xcd, 0xbf, 0xd4, 0x97, 0x69, 0x90, 0x90, 0x9e, 0x84,
|
||||||
0xbd, 0x84, 0x1d, 0xde, 0xb1, 0xcf, 0xc8, 0x76, 0xec, 0x9f, 0x80, 0x5a, 0xfc, 0x92, 0x0d, 0xdb,
|
0x24, 0xa4, 0x39, 0x99, 0xbb, 0xa1, 0x0c, 0xe4, 0x6e, 0x6c, 0xd3, 0x40, 0x9c, 0xd8, 0x6e, 0xcc,
|
||||||
0x11, 0xac, 0xb6, 0xc5, 0xcb, 0x35, 0x27, 0xa0, 0xec, 0xb9, 0x7b, 0x3a, 0x31, 0xc0, 0x26, 0xcf,
|
0xbc, 0x1b, 0x7a, 0xba, 0x84, 0x4d, 0x7e, 0xd5, 0x2b, 0xfc, 0x54, 0xff, 0x4f, 0x81, 0xfa, 0x7a,
|
||||||
0x98, 0x29, 0x79, 0xee, 0x1e, 0x31, 0xcb, 0x26, 0x9a, 0x83, 0xfc, 0xb6, 0x65, 0x47, 0xc9, 0x5e,
|
0xb7, 0xe7, 0xc6, 0xa1, 0xa7, 0x91, 0xb7, 0xb0, 0x83, 0x27, 0xf6, 0x39, 0xd9, 0x89, 0xfd, 0x53,
|
||||||
0xec, 0x03, 0xbd, 0x4a, 0x16, 0x78, 0xec, 0xfc, 0xbc, 0x30, 0xee, 0x3a, 0x2b, 0xac, 0xc1, 0xec,
|
0x50, 0x4f, 0x5e, 0x0a, 0x62, 0x27, 0x82, 0xb5, 0xb6, 0x78, 0x19, 0xe8, 0x18, 0x54, 0x3c, 0x77,
|
||||||
0x1c, 0x6a, 0x2a, 0xea, 0x07, 0x50, 0x0f, 0x87, 0x3f, 0xe1, 0xe5, 0xb1, 0xc0, 0xf0, 0xef, 0x86,
|
0x4f, 0x27, 0x06, 0xd8, 0xe4, 0x19, 0x3e, 0x65, 0xcf, 0xdd, 0x23, 0x66, 0xd9, 0x44, 0x73, 0x50,
|
||||||
0x59, 0x2d, 0xec, 0x43, 0x3d, 0xcf, 0x4e, 0x53, 0x69, 0xfb, 0xb1, 0xd9, 0x47, 0x90, 0x23, 0x18,
|
0xd8, 0xb6, 0xec, 0x28, 0x39, 0x8d, 0x7d, 0xa0, 0xd7, 0xc8, 0x06, 0x8f, 0xc5, 0xcf, 0x8b, 0xa3,
|
||||||
0x5c, 0xa9, 0xe8, 0x6f, 0xf5, 0x5f, 0x33, 0xb0, 0x90, 0xc4, 0x9e, 0x84, 0xa4, 0x97, 0xe2, 0x8a,
|
0xee, 0xb3, 0xc2, 0x16, 0xcc, 0xce, 0xa1, 0xa6, 0xa2, 0x7e, 0x00, 0x53, 0xe1, 0xf4, 0xc7, 0xbc,
|
||||||
0x24, 0xbf, 0x0b, 0x24, 0xf6, 0xc6, 0x95, 0x88, 0x4f, 0x45, 0xdb, 0xed, 0x3b, 0x01, 0xb7, 0x56,
|
0xec, 0x16, 0x18, 0xfe, 0xdd, 0x30, 0x0b, 0x87, 0x7d, 0xa8, 0x67, 0x59, 0x34, 0x95, 0xf6, 0x9f,
|
||||||
0x64, 0x2a, 0xae, 0x92, 0x6f, 0xb4, 0x08, 0x45, 0xcb, 0xd4, 0x6d, 0xb2, 0x28, 0x64, 0x2e, 0xad,
|
0xe0, 0x3e, 0x82, 0x49, 0x52, 0x83, 0x2b, 0x15, 0xfd, 0xad, 0xfe, 0x7b, 0x0e, 0x16, 0xd2, 0xb5,
|
||||||
0x60, 0x99, 0x37, 0xc8, 0x82, 0xf1, 0xe5, 0x30, 0x50, 0x1b, 0x3b, 0x15, 0x86, 0xe1, 0xa3, 0x3a,
|
0xc7, 0x41, 0xe9, 0xe5, 0xa4, 0x22, 0xc9, 0xef, 0x2e, 0x89, 0xa3, 0x71, 0x25, 0xe2, 0xac, 0x68,
|
||||||
0x64, 0x2c, 0x93, 0x9b, 0xa7, 0x8c, 0x65, 0x52, 0x71, 0x11, 0xf3, 0xd1, 0x79, 0x88, 0x2d, 0xba,
|
0xbb, 0x7d, 0x27, 0xe0, 0xd6, 0x8a, 0xb0, 0xe2, 0x0a, 0xf9, 0x46, 0x8b, 0x50, 0xb2, 0x4c, 0xdd,
|
||||||
0x31, 0x93, 0x38, 0x61, 0xae, 0x2b, 0x34, 0x63, 0xbd, 0x14, 0x57, 0x1f, 0x93, 0xca, 0x13, 0xcb,
|
0x26, 0x9b, 0x42, 0xe6, 0xd2, 0x8a, 0x96, 0x79, 0x83, 0x6c, 0x18, 0x5f, 0x09, 0x17, 0x6a, 0x23,
|
||||||
0x71, 0xd3, 0x03, 0x9f, 0x06, 0xdd, 0x59, 0xad, 0xc4, 0x00, 0x77, 0x7c, 0xf5, 0xeb, 0xb0, 0x40,
|
0xa7, 0xee, 0xb0, 0xfa, 0x68, 0x0a, 0x72, 0x96, 0xc9, 0xcd, 0x53, 0xce, 0x32, 0xa9, 0xb8, 0x88,
|
||||||
0x68, 0x66, 0x63, 0xbf, 0x43, 0x66, 0xea, 0xd0, 0xb2, 0x3f, 0x07, 0x79, 0xdb, 0xea, 0x5a, 0xa1,
|
0xf9, 0xf3, 0x7c, 0x89, 0x2d, 0xba, 0x31, 0x93, 0x38, 0x61, 0xae, 0x2b, 0x34, 0xc3, 0xbe, 0x9c,
|
||||||
0xb6, 0xb3, 0x0f, 0xf5, 0x97, 0x15, 0x58, 0x1c, 0x6a, 0x79, 0x92, 0x39, 0xbc, 0x2c, 0x8a, 0x55,
|
0x54, 0x1f, 0x93, 0xca, 0x13, 0xcb, 0xc9, 0xd3, 0x03, 0x9f, 0x2e, 0xba, 0xf3, 0x5a, 0x99, 0x01,
|
||||||
0x65, 0xf5, 0xbc, 0xd4, 0x96, 0xc9, 0x85, 0x26, 0x94, 0xc1, 0x5f, 0x63, 0x61, 0x9a, 0xc6, 0x52,
|
0xee, 0xf8, 0xea, 0x57, 0x61, 0x81, 0xe0, 0xcc, 0xe6, 0x7e, 0x87, 0x70, 0xea, 0xd0, 0xb2, 0x3f,
|
||||||
0x80, 0x1f, 0x72, 0x42, 0xd9, 0x32, 0x34, 0xf6, 0xac, 0x60, 0x47, 0xa7, 0xb7, 0xd6, 0x68, 0x8c,
|
0x07, 0x05, 0xdb, 0xea, 0x5a, 0xa1, 0xb6, 0xb3, 0x0f, 0xf5, 0xd7, 0x15, 0x58, 0x1c, 0xe8, 0x79,
|
||||||
0xc4, 0x12, 0x27, 0x4a, 0x5a, 0x9d, 0xc0, 0x37, 0x09, 0x98, 0xc4, 0x49, 0xbe, 0xfa, 0x5d, 0x05,
|
0x1c, 0x1e, 0x5e, 0x12, 0xc5, 0xaa, 0xba, 0x7a, 0x56, 0x6a, 0xcb, 0xe4, 0x42, 0x13, 0xca, 0xe0,
|
||||||
0x66, 0x63, 0x64, 0x4d, 0xc2, 0xa6, 0xd7, 0x48, 0xf8, 0xc8, 0x1a, 0xe2, 0x9c, 0x5a, 0x92, 0x72,
|
0x6f, 0xb1, 0x65, 0x9a, 0xc6, 0x52, 0x96, 0x1f, 0x72, 0x02, 0xdc, 0x32, 0x34, 0xf6, 0xac, 0x60,
|
||||||
0x8a, 0xf7, 0x46, 0xad, 0x7d, 0x54, 0x43, 0xfd, 0xa9, 0x02, 0x15, 0xa1, 0x84, 0xac, 0x4b, 0x79,
|
0x47, 0xa7, 0xb7, 0xec, 0xe8, 0x1a, 0x89, 0x25, 0x4e, 0x94, 0xb5, 0x29, 0x02, 0xdf, 0x24, 0x60,
|
||||||
0xd9, 0x60, 0x5d, 0x1a, 0x01, 0xc6, 0x62, 0xc3, 0x13, 0x30, 0xb0, 0x81, 0xc2, 0x95, 0x0a, 0x21,
|
0xb2, 0x4e, 0xf2, 0xd5, 0x6f, 0x2b, 0x30, 0x9b, 0x40, 0x6b, 0x1c, 0x32, 0xbd, 0x4e, 0x96, 0x8f,
|
||||||
0xa7, 0xd3, 0xf4, 0xd1, 0x75, 0xa8, 0x33, 0x36, 0x45, 0xa4, 0x4b, 0xb7, 0x8b, 0xa2, 0x6c, 0x55,
|
0xac, 0x23, 0x4e, 0xa9, 0x25, 0x29, 0xa5, 0xf8, 0x68, 0xd4, 0xda, 0x47, 0x2d, 0xd4, 0x9f, 0x28,
|
||||||
0xc3, 0x33, 0x39, 0x95, 0x5a, 0xcd, 0x17, 0xbe, 0xd8, 0x99, 0xb9, 0x6b, 0x62, 0xda, 0x53, 0x7e,
|
0x50, 0x15, 0x4a, 0xc8, 0xbe, 0x94, 0x97, 0xc5, 0xfb, 0xd2, 0x08, 0x30, 0x12, 0x19, 0x9e, 0x82,
|
||||||
0x68, 0x95, 0x58, 0x15, 0xab, 0x92, 0x48, 0xdb, 0xc6, 0x86, 0x89, 0xbd, 0x68, 0x6c, 0xd1, 0x37,
|
0xd8, 0x06, 0x0a, 0x57, 0x40, 0x84, 0x1c, 0x54, 0xd3, 0x47, 0xd7, 0x61, 0x8a, 0x91, 0x29, 0x42,
|
||||||
0xd1, 0x2a, 0xf6, 0x5b, 0x27, 0x2b, 0x0f, 0x6e, 0xcd, 0x81, 0x81, 0xc8, 0xa2, 0x04, 0x3d, 0x05,
|
0x5d, 0x7a, 0x5c, 0x14, 0x65, 0xd7, 0x1a, 0x9e, 0xc9, 0xb1, 0xd4, 0xea, 0xbe, 0xf0, 0xc5, 0x62,
|
||||||
0xd3, 0x66, 0x37, 0x76, 0x65, 0x32, 0x8c, 0xc5, 0xcd, 0xae, 0x70, 0x57, 0x32, 0x46, 0x50, 0x2e,
|
0xe6, 0xae, 0x89, 0xe9, 0x48, 0x85, 0x81, 0x5d, 0x62, 0x4d, 0x6c, 0x4a, 0x56, 0xda, 0x36, 0x36,
|
||||||
0x4e, 0xd0, 0xb7, 0x07, 0x97, 0xd0, 0x3d, 0x6c, 0x62, 0x27, 0xb0, 0x0c, 0xfb, 0xc1, 0x65, 0xb2,
|
0x4c, 0xec, 0x45, 0x73, 0x8b, 0xbe, 0x89, 0x56, 0xb1, 0xdf, 0x3a, 0xd9, 0x79, 0x70, 0x6b, 0x0e,
|
||||||
0x05, 0xa5, 0xbe, 0x8f, 0x3d, 0xc1, 0xf9, 0x44, 0xdf, 0xa4, 0xac, 0x67, 0xf8, 0xfe, 0x9e, 0xeb,
|
0x0c, 0x44, 0x36, 0x25, 0xe8, 0x19, 0x98, 0x36, 0xbb, 0x89, 0x2b, 0x9e, 0xe1, 0x5a, 0xdc, 0xec,
|
||||||
0x99, 0x9c, 0xca, 0xe8, 0x7b, 0x44, 0x82, 0x2c, 0xbb, 0xb8, 0x2c, 0x4f, 0x90, 0x7d, 0x09, 0x16,
|
0x0a, 0x77, 0x3b, 0x13, 0x08, 0x4d, 0x26, 0x11, 0xfa, 0x66, 0x7c, 0x69, 0xde, 0xc3, 0x26, 0x76,
|
||||||
0xbb, 0xae, 0x69, 0x6d, 0x5b, 0xb2, 0xbc, 0x5a, 0x52, 0x6d, 0x3e, 0x2c, 0x8e, 0xd5, 0x0b, 0xaf,
|
0x02, 0xcb, 0xb0, 0x1f, 0x5c, 0x26, 0x5b, 0x50, 0xee, 0xfb, 0xd8, 0x13, 0x9c, 0x4f, 0xf4, 0x4d,
|
||||||
0xfc, 0xcc, 0x8a, 0x57, 0x7e, 0x7e, 0x98, 0x81, 0xc5, 0xf7, 0x7a, 0xe6, 0x17, 0xc0, 0x87, 0x25,
|
0xca, 0x7a, 0x86, 0xef, 0xef, 0xb9, 0x9e, 0xc9, 0xb1, 0x8c, 0xbe, 0x87, 0x24, 0xf4, 0xb2, 0x8b,
|
||||||
0xa8, 0xb8, 0xb6, 0xb9, 0x11, 0x67, 0x85, 0x08, 0x22, 0x18, 0x0e, 0xde, 0x8b, 0x30, 0xd8, 0x31,
|
0xd6, 0xf2, 0x84, 0xde, 0x97, 0x61, 0xb1, 0xeb, 0x9a, 0xd6, 0xb6, 0x25, 0xcb, 0x03, 0x26, 0xcd,
|
||||||
0x84, 0x08, 0x1a, 0x99, 0x50, 0xfc, 0x40, 0xfc, 0x2a, 0x8c, 0xe2, 0x57, 0xf9, 0xb3, 0xd7, 0x0b,
|
0xe6, 0xc3, 0xe2, 0x44, 0xbb, 0xf0, 0x8a, 0xd2, 0xac, 0x78, 0x45, 0xe9, 0xfb, 0x39, 0x58, 0x7c,
|
||||||
0xa5, 0x4c, 0x63, 0xae, 0x99, 0x51, 0x7f, 0x0e, 0x16, 0x59, 0x6a, 0xc2, 0x43, 0xe6, 0x52, 0x38,
|
0xaf, 0x67, 0x7e, 0x01, 0x74, 0x58, 0x82, 0xaa, 0x6b, 0x9b, 0x1b, 0x49, 0x52, 0x88, 0x20, 0x52,
|
||||||
0x47, 0xf3, 0xe2, 0x1c, 0x7d, 0x04, 0xf3, 0xc4, 0x9a, 0x93, 0xae, 0xdf, 0xf3, 0xb1, 0x37, 0xa1,
|
0xc3, 0xc1, 0x7b, 0x51, 0x0d, 0x16, 0x86, 0x10, 0x41, 0x43, 0x13, 0xa0, 0x1f, 0x88, 0x5e, 0xc5,
|
||||||
0x91, 0x3a, 0x09, 0xe5, 0xb0, 0xb7, 0x30, 0x15, 0x7c, 0x00, 0x50, 0xff, 0x3f, 0xcc, 0x25, 0xfa,
|
0x61, 0xf4, 0xaa, 0x7c, 0xf6, 0x46, 0xb1, 0x9c, 0x6b, 0xcc, 0x35, 0x73, 0xea, 0x2f, 0xc1, 0x22,
|
||||||
0x7a, 0xc0, 0x51, 0x86, 0x23, 0x59, 0x10, 0x47, 0xb2, 0x04, 0xa0, 0xb9, 0x36, 0x7e, 0xcb, 0x09,
|
0x4b, 0x4d, 0x78, 0xc8, 0x54, 0x0a, 0x79, 0x34, 0x2f, 0xf2, 0xe8, 0x23, 0x98, 0x27, 0xd6, 0x9c,
|
||||||
0xac, 0x60, 0x9f, 0x44, 0x1f, 0x82, 0x6b, 0xa3, 0xbf, 0x09, 0x06, 0xe9, 0x77, 0x04, 0xc6, 0xaf,
|
0x0c, 0xfd, 0x9e, 0x8f, 0xbd, 0x31, 0x8d, 0xd4, 0x71, 0xa8, 0x84, 0xa3, 0x85, 0xa9, 0xeb, 0x31,
|
||||||
0x28, 0x30, 0xc3, 0x34, 0x97, 0x34, 0xf5, 0xe0, 0xb3, 0xf0, 0x32, 0x14, 0x30, 0xed, 0x85, 0xef,
|
0x40, 0xfd, 0x45, 0x98, 0x4b, 0x8d, 0xf5, 0x80, 0xb3, 0x0c, 0x67, 0xb2, 0x20, 0xce, 0x64, 0x09,
|
||||||
0x66, 0x9c, 0x96, 0x9b, 0xea, 0x88, 0x5c, 0x8d, 0xa3, 0x4b, 0xd5, 0x28, 0x80, 0xe9, 0x35, 0xcf,
|
0x40, 0x73, 0x6d, 0xfc, 0xb6, 0x13, 0x58, 0xc1, 0x3e, 0x59, 0x7d, 0x08, 0xae, 0x8d, 0xfe, 0x26,
|
||||||
0xed, 0x4d, 0x46, 0x11, 0x8d, 0x78, 0x6c, 0x2c, 0xc6, 0xb0, 0x25, 0x02, 0xb8, 0x95, 0x26, 0x18,
|
0x35, 0xc8, 0xb8, 0x43, 0x6a, 0xfc, 0x86, 0x02, 0x33, 0x4c, 0x73, 0x49, 0x57, 0x0f, 0xce, 0x85,
|
||||||
0x7f, 0xaf, 0xc0, 0xc2, 0xed, 0x1e, 0xf6, 0x8c, 0x00, 0x13, 0xa6, 0x4d, 0xd6, 0xfb, 0x28, 0xdd,
|
0x57, 0xa0, 0x88, 0xe9, 0x28, 0xfc, 0x34, 0xe3, 0xa4, 0xdc, 0x54, 0x47, 0xe8, 0x6a, 0xbc, 0xba,
|
||||||
0x8d, 0x51, 0x96, 0x8d, 0x53, 0x86, 0x5e, 0x8b, 0xdd, 0x53, 0x94, 0xaf, 0x73, 0x12, 0x54, 0x0e,
|
0x54, 0x8d, 0x02, 0x98, 0x5e, 0xf3, 0xdc, 0xde, 0x78, 0x18, 0xd1, 0x15, 0x8f, 0x8d, 0xc5, 0x35,
|
||||||
0xee, 0x3b, 0x84, 0xe3, 0x5a, 0x14, 0xc7, 0xf5, 0x63, 0x05, 0x66, 0x36, 0x31, 0xf1, 0x63, 0x93,
|
0x6c, 0x99, 0x00, 0x6e, 0x65, 0x09, 0xc6, 0x8f, 0x15, 0x58, 0xb8, 0xdd, 0xc3, 0x9e, 0x11, 0x60,
|
||||||
0x0d, 0xe9, 0x22, 0xe4, 0x08, 0x95, 0xe3, 0x4e, 0x30, 0x45, 0x46, 0xe7, 0x60, 0xc6, 0x72, 0xda,
|
0x42, 0xb4, 0xf1, 0x46, 0x1f, 0xa6, 0xbb, 0x09, 0xcc, 0xf2, 0x49, 0xcc, 0xd0, 0xeb, 0x89, 0x7b,
|
||||||
0x76, 0xdf, 0xc4, 0x3a, 0x19, 0xbf, 0x4e, 0xc2, 0x43, 0x1e, 0x3c, 0x4c, 0xf3, 0x02, 0x32, 0x0c,
|
0x95, 0xf2, 0x7d, 0x4e, 0x0a, 0xcb, 0xf8, 0x7e, 0x46, 0x38, 0xaf, 0x45, 0x71, 0x5e, 0x3f, 0x54,
|
||||||
0xe2, 0xa2, 0xa5, 0x32, 0x7e, 0x9f, 0xc9, 0x78, 0x94, 0x10, 0xc6, 0x48, 0x50, 0x0e, 0x43, 0xc2,
|
0x60, 0x66, 0x13, 0x13, 0x3f, 0x36, 0xde, 0x94, 0xce, 0xc3, 0x24, 0xc1, 0x72, 0x54, 0x06, 0xd3,
|
||||||
0x8b, 0x90, 0x27, 0x5d, 0x87, 0x41, 0x84, 0xbc, 0xd6, 0x40, 0x4d, 0x34, 0x86, 0xad, 0xfe, 0xbc,
|
0xca, 0xe8, 0x0c, 0xcc, 0x58, 0x4e, 0xdb, 0xee, 0x9b, 0x58, 0x27, 0xf3, 0xd7, 0xc9, 0xf2, 0x90,
|
||||||
0x02, 0x48, 0x64, 0xdb, 0x24, 0x56, 0xe2, 0x15, 0x31, 0x11, 0x24, 0x3b, 0x92, 0x74, 0x36, 0xd2,
|
0x2f, 0x1e, 0xa6, 0x79, 0x01, 0x99, 0x06, 0x71, 0xd1, 0x52, 0x19, 0xbf, 0xcf, 0x64, 0x3c, 0x4a,
|
||||||
0x28, 0x05, 0x44, 0xfd, 0x34, 0x9a, 0x3d, 0x3a, 0xdd, 0x93, 0xcc, 0x1e, 0x19, 0xd7, 0xc8, 0xd9,
|
0x08, 0x63, 0x28, 0x28, 0x87, 0x41, 0xe1, 0x02, 0x14, 0xc8, 0xd0, 0xe1, 0x22, 0x42, 0xde, 0x2a,
|
||||||
0x13, 0x98, 0x40, 0x91, 0xc5, 0xd9, 0xa3, 0x12, 0x2b, 0x99, 0x3d, 0x42, 0x33, 0x9d, 0x3d, 0x6e,
|
0x56, 0x13, 0x8d, 0xd5, 0x56, 0x7f, 0x59, 0x01, 0x24, 0x92, 0x6d, 0x1c, 0x2b, 0xf1, 0xaa, 0x98,
|
||||||
0xdf, 0x9b, 0xcd, 0x0c, 0x99, 0x34, 0x46, 0x6c, 0x38, 0x69, 0xb4, 0x67, 0xe5, 0x30, 0x3d, 0xbf,
|
0x08, 0x92, 0x1f, 0x8a, 0x3a, 0x9b, 0x69, 0x94, 0x02, 0xa2, 0x7e, 0x1a, 0x71, 0x8f, 0xb2, 0x7b,
|
||||||
0x08, 0x79, 0xd2, 0xe3, 0xc1, 0xfc, 0x0a, 0x27, 0x8d, 0x62, 0x0b, 0x93, 0xc6, 0x09, 0x78, 0xf8,
|
0x1c, 0xee, 0x91, 0x79, 0x0d, 0xe5, 0x9e, 0x40, 0x04, 0x5a, 0x59, 0xe4, 0x1e, 0x95, 0x58, 0x09,
|
||||||
0x93, 0x36, 0x18, 0xe9, 0x60, 0xd2, 0x54, 0xa8, 0xde, 0xde, 0xfa, 0x08, 0xb7, 0x83, 0x11, 0x96,
|
0xf7, 0x08, 0xce, 0x94, 0x7b, 0xdc, 0xbe, 0x37, 0x9b, 0x39, 0xc2, 0x34, 0x86, 0x6c, 0xc8, 0x34,
|
||||||
0xf7, 0x2c, 0x4c, 0x6f, 0x78, 0xd6, 0xae, 0x65, 0xe3, 0xce, 0x28, 0x13, 0xfe, 0x5d, 0x05, 0x6a,
|
0x3a, 0xb2, 0x72, 0x98, 0x91, 0x2f, 0x40, 0x81, 0x8c, 0x78, 0x30, 0xbd, 0x42, 0xa6, 0xd1, 0xda,
|
||||||
0xd7, 0x3c, 0xc3, 0x09, 0xdc, 0xd0, 0x8c, 0x3f, 0x10, 0x3f, 0xaf, 0x40, 0xb9, 0x17, 0xf6, 0xc6,
|
0x02, 0xd3, 0x38, 0x02, 0x0f, 0x9f, 0x69, 0xf1, 0x4c, 0x63, 0xa6, 0xa9, 0x50, 0xbb, 0xbd, 0xf5,
|
||||||
0x65, 0xe0, 0x49, 0xf9, 0x89, 0x4f, 0x9c, 0x26, 0x6d, 0x50, 0x4d, 0x7d, 0x1f, 0xe6, 0x28, 0x25,
|
0x11, 0x6e, 0x07, 0x43, 0x2c, 0xef, 0x69, 0x98, 0xde, 0xf0, 0xac, 0x5d, 0xcb, 0xc6, 0x9d, 0x61,
|
||||||
0x49, 0xb2, 0x5f, 0x87, 0x12, 0x35, 0xe6, 0x16, 0xdf, 0x40, 0xa9, 0xac, 0xaa, 0xf2, 0x25, 0x8d,
|
0x26, 0xfc, 0xdb, 0x0a, 0xd4, 0xaf, 0x79, 0x86, 0x13, 0xb8, 0xa1, 0x19, 0x7f, 0x20, 0x7a, 0x5e,
|
||||||
0x38, 0x0c, 0x2d, 0xaa, 0xa3, 0xfe, 0xb3, 0x02, 0x15, 0x5a, 0x36, 0x18, 0xe0, 0xe1, 0xb5, 0xfc,
|
0x86, 0x4a, 0x2f, 0x1c, 0x8d, 0xcb, 0xc0, 0xd3, 0xf2, 0x88, 0x4f, 0x12, 0x27, 0x2d, 0x6e, 0xa6,
|
||||||
0x15, 0x28, 0xb8, 0x94, 0xe5, 0x23, 0x0f, 0x86, 0xc5, 0x59, 0xd1, 0x78, 0x05, 0x12, 0x21, 0xb3,
|
0xbe, 0x0f, 0x73, 0x14, 0x93, 0x34, 0xda, 0x6f, 0x40, 0x99, 0x1a, 0x73, 0x8b, 0x1f, 0xa0, 0x54,
|
||||||
0x5f, 0xa2, 0x45, 0x06, 0x06, 0xe2, 0x36, 0xb9, 0xd8, 0x61, 0xb4, 0x53, 0xb3, 0x3c, 0xde, 0xf8,
|
0x57, 0x55, 0xf9, 0x96, 0x46, 0x9c, 0x86, 0x16, 0xb5, 0x51, 0xff, 0x55, 0x81, 0x2a, 0x2d, 0x8b,
|
||||||
0xc2, 0x2a, 0x74, 0xad, 0xc6, 0x64, 0x92, 0x22, 0x3c, 0xb8, 0x0a, 0x7f, 0x35, 0xe1, 0x63, 0x97,
|
0x27, 0x78, 0x78, 0x2d, 0x7f, 0x15, 0x8a, 0x2e, 0x25, 0xf9, 0xd0, 0xc0, 0xb0, 0xc8, 0x15, 0x8d,
|
||||||
0xd2, 0xa9, 0x90, 0x3b, 0xd9, 0x98, 0x65, 0x25, 0x6b, 0xb5, 0x18, 0x59, 0x13, 0xae, 0xd5, 0x22,
|
0x37, 0x20, 0x2b, 0x64, 0xf6, 0x4b, 0xb4, 0xc8, 0xc0, 0x40, 0xdc, 0x26, 0x97, 0x3a, 0x0c, 0x77,
|
||||||
0x11, 0x18, 0xb5, 0x56, 0x13, 0x89, 0x1b, 0x08, 0xc0, 0x3f, 0x2a, 0xb0, 0xc8, 0x7d, 0x5a, 0x24,
|
0x6a, 0x96, 0x47, 0x9b, 0x5f, 0xd8, 0x84, 0xee, 0xd5, 0x98, 0x4c, 0xd2, 0x0a, 0x0f, 0xae, 0xc2,
|
||||||
0x5b, 0x47, 0xc0, 0x26, 0xf4, 0x35, 0xee, 0x7b, 0xb3, 0xd4, 0xf7, 0x3e, 0x33, 0xca, 0xf7, 0x46,
|
0x5f, 0x4e, 0xf9, 0xd8, 0xa5, 0x6c, 0x2c, 0xe4, 0x4e, 0x36, 0x61, 0x59, 0xc9, 0x5e, 0x2d, 0x81,
|
||||||
0x74, 0x1e, 0xe0, 0x7c, 0xcf, 0x42, 0xf9, 0x26, 0xad, 0xf8, 0xd6, 0xfd, 0x00, 0x35, 0xa1, 0xb8,
|
0xd6, 0x98, 0x7b, 0xb5, 0x48, 0x04, 0x86, 0xed, 0xd5, 0x44, 0xe4, 0x62, 0x01, 0xf8, 0x67, 0x05,
|
||||||
0x8b, 0x3d, 0xdf, 0x72, 0x1d, 0xae, 0xe2, 0xe1, 0xe7, 0xb9, 0x33, 0x50, 0x0a, 0x6f, 0x2e, 0xa2,
|
0x16, 0xb9, 0x4f, 0x8b, 0x64, 0xeb, 0x11, 0x90, 0x09, 0x7d, 0x85, 0xfb, 0xde, 0x3c, 0xf5, 0xbd,
|
||||||
0x22, 0x64, 0x2f, 0xdb, 0x76, 0x63, 0x0a, 0x55, 0xa1, 0xb4, 0xce, 0xaf, 0xe7, 0x35, 0x94, 0x73,
|
0xcf, 0x0d, 0xf3, 0xbd, 0x11, 0x9e, 0x07, 0x38, 0xdf, 0xd3, 0x50, 0xb9, 0x49, 0x1b, 0xbe, 0x7d,
|
||||||
0x6f, 0xc2, 0xac, 0xc4, 0xef, 0xa3, 0x19, 0xa8, 0x5d, 0x36, 0x69, 0x74, 0x79, 0xc7, 0x25, 0xc0,
|
0x3f, 0x40, 0x4d, 0x28, 0xed, 0x62, 0xcf, 0xb7, 0x5c, 0x87, 0xab, 0x78, 0xf8, 0x79, 0xe6, 0x14,
|
||||||
0xc6, 0x14, 0x5a, 0x00, 0xa4, 0xe1, 0xae, 0xbb, 0x4b, 0x11, 0xdf, 0xf6, 0xdc, 0x2e, 0x85, 0x2b,
|
0x94, 0xc3, 0x9b, 0x96, 0xa8, 0x04, 0xf9, 0x4b, 0xb6, 0xdd, 0x98, 0x40, 0x35, 0x28, 0xaf, 0xf3,
|
||||||
0xe7, 0x9e, 0x85, 0x39, 0x19, 0xf5, 0xa8, 0x0c, 0x79, 0xca, 0x8d, 0xc6, 0x14, 0x02, 0x28, 0x68,
|
0xeb, 0x84, 0x0d, 0xe5, 0xcc, 0x5b, 0x30, 0x2b, 0xf1, 0xfb, 0x68, 0x06, 0xea, 0x97, 0x4c, 0xba,
|
||||||
0x78, 0xd7, 0xbd, 0x8b, 0x1b, 0xca, 0xea, 0x9f, 0x9f, 0x83, 0x1a, 0xa3, 0x9d, 0xdf, 0xb3, 0x47,
|
0xba, 0xbc, 0xe3, 0x12, 0x60, 0x63, 0x02, 0x2d, 0x00, 0xd2, 0x70, 0xd7, 0xdd, 0xa5, 0x15, 0xaf,
|
||||||
0x3a, 0x34, 0x92, 0x4f, 0x8d, 0xa1, 0xaf, 0xc8, 0x77, 0x62, 0xe5, 0x2f, 0x92, 0xb5, 0x46, 0x09,
|
0x7a, 0x6e, 0x97, 0xc2, 0x95, 0x33, 0xcf, 0xc3, 0x9c, 0x0c, 0x7b, 0x54, 0x81, 0x02, 0xa5, 0x46,
|
||||||
0x93, 0x3a, 0x85, 0x3e, 0x80, 0x7a, 0xfc, 0x71, 0x2e, 0x24, 0x3f, 0x96, 0x96, 0xbe, 0xe0, 0x75,
|
0x63, 0x02, 0x01, 0x14, 0x35, 0xbc, 0xeb, 0xde, 0xc5, 0x0d, 0x65, 0xf5, 0xaf, 0xce, 0x40, 0x9d,
|
||||||
0x50, 0xe3, 0x3a, 0xd4, 0x62, 0xef, 0x6a, 0x21, 0xf9, 0x04, 0xcb, 0xde, 0xde, 0x6a, 0xc9, 0xad,
|
0xe1, 0xce, 0xdf, 0x05, 0x40, 0x3a, 0x34, 0xd2, 0x4f, 0xa3, 0xa1, 0x2f, 0xc9, 0x4f, 0x62, 0xe5,
|
||||||
0x89, 0xf8, 0xf6, 0x15, 0xa3, 0x3e, 0xfe, 0xd0, 0x4d, 0x0a, 0xf5, 0xd2, 0xd7, 0x70, 0x0e, 0xa2,
|
0x2f, 0xa8, 0xb5, 0x86, 0x09, 0x93, 0x3a, 0x81, 0x3e, 0x80, 0xa9, 0xe4, 0x63, 0x62, 0x48, 0x1e,
|
||||||
0xde, 0x80, 0x99, 0xa1, 0x77, 0x68, 0xd0, 0xb3, 0x29, 0x1b, 0x22, 0xf2, 0xf7, 0x6a, 0x0e, 0xea,
|
0x96, 0x96, 0xbe, 0x38, 0x76, 0x50, 0xe7, 0x3a, 0xd4, 0x13, 0xef, 0x80, 0x21, 0x39, 0x83, 0x65,
|
||||||
0x62, 0x0f, 0xd0, 0xf0, 0x5b, 0x51, 0x68, 0x45, 0x3e, 0x03, 0x69, 0xaf, 0x67, 0xb5, 0x2e, 0x8c,
|
0x6f, 0x85, 0xb5, 0xe4, 0xd6, 0x44, 0x7c, 0xab, 0x8b, 0x61, 0x9f, 0x7c, 0x98, 0x27, 0x03, 0x7b,
|
||||||
0x8d, 0x1f, 0x31, 0xee, 0x3b, 0x0a, 0x2c, 0xa6, 0x3c, 0x59, 0x82, 0x2e, 0xa6, 0xed, 0x8e, 0x8d,
|
0xe9, 0xeb, 0x3d, 0x07, 0x61, 0x6f, 0xc0, 0xcc, 0xc0, 0xbb, 0x39, 0xe8, 0xf9, 0x8c, 0x03, 0x11,
|
||||||
0x78, 0x80, 0xa5, 0xf5, 0xc2, 0xe1, 0x2a, 0x45, 0x84, 0x38, 0x30, 0x9d, 0x78, 0xb1, 0x03, 0x9d,
|
0xf9, 0xfb, 0x3a, 0x07, 0x0d, 0xb1, 0x07, 0x68, 0xf0, 0x6d, 0x2b, 0xb4, 0x22, 0xe7, 0x40, 0xd6,
|
||||||
0x4f, 0xbd, 0x66, 0x3c, 0xfc, 0x9c, 0x49, 0xeb, 0x2b, 0xe3, 0x21, 0x47, 0xfd, 0x7d, 0x08, 0xd3,
|
0x6b, 0x5f, 0xad, 0x73, 0x23, 0xd7, 0x8f, 0x08, 0xf7, 0x2d, 0x05, 0x16, 0x33, 0x9e, 0x58, 0x41,
|
||||||
0x89, 0xe7, 0x2a, 0x52, 0xfa, 0x93, 0x3f, 0x6a, 0x71, 0xd0, 0x84, 0x7e, 0x03, 0x6a, 0xb1, 0x77,
|
0xe7, 0xb3, 0x4e, 0xc7, 0x86, 0x3c, 0x18, 0xd3, 0x7a, 0xe9, 0x70, 0x8d, 0x22, 0x44, 0x1c, 0x98,
|
||||||
0x25, 0x52, 0x24, 0x5e, 0xf6, 0xf6, 0xc4, 0x41, 0x4d, 0x7f, 0x08, 0x55, 0xf1, 0xf9, 0x07, 0xb4,
|
0x4e, 0xbd, 0x30, 0x82, 0xce, 0x66, 0x5e, 0x8b, 0x1e, 0x7c, 0x7e, 0xa5, 0xf5, 0xa5, 0xd1, 0x2a,
|
||||||
0x9c, 0xa6, 0x4b, 0x43, 0x0d, 0x1f, 0x46, 0x95, 0x06, 0xd7, 0xb6, 0x47, 0xa8, 0xd2, 0xd0, 0x4d,
|
0x47, 0xe3, 0x7d, 0x08, 0xd3, 0xa9, 0xe7, 0x35, 0x32, 0xc6, 0x93, 0x3f, 0xc2, 0x71, 0x10, 0x43,
|
||||||
0xf7, 0xf1, 0x55, 0x49, 0x68, 0x7f, 0xa4, 0x2a, 0x1d, 0xba, 0x8b, 0x6f, 0x29, 0x74, 0xdb, 0x5f,
|
0xbf, 0x06, 0xf5, 0xc4, 0x3b, 0x18, 0x19, 0x12, 0x2f, 0x7b, 0x2b, 0xe3, 0xa0, 0xae, 0x3f, 0x84,
|
||||||
0xf2, 0x2c, 0x00, 0x5a, 0x4d, 0x93, 0xcd, 0xf4, 0x07, 0x10, 0x5a, 0x17, 0x0f, 0x55, 0x27, 0xe2,
|
0x9a, 0xf8, 0x5c, 0x05, 0x5a, 0xce, 0xd2, 0xa5, 0x81, 0x8e, 0x0f, 0xa3, 0x4a, 0xf1, 0x35, 0xf3,
|
||||||
0xe2, 0x5d, 0xa8, 0xc7, 0x2f, 0xbf, 0xa7, 0x70, 0x51, 0xfa, 0x5e, 0x40, 0xeb, 0xfc, 0x58, 0xb8,
|
0x21, 0xaa, 0x34, 0x70, 0x33, 0x7f, 0x74, 0x55, 0x12, 0xfa, 0x1f, 0xaa, 0x4a, 0x87, 0x1e, 0xe2,
|
||||||
0x51, 0x67, 0xef, 0x41, 0x45, 0x78, 0x3d, 0x14, 0x3d, 0x3d, 0x42, 0x8e, 0xc5, 0xa7, 0x34, 0x0f,
|
0x1b, 0x0a, 0x3d, 0xf6, 0x97, 0x3c, 0x63, 0x80, 0x56, 0xb3, 0x64, 0x33, 0xfb, 0xc1, 0x86, 0xd6,
|
||||||
0xe2, 0xe4, 0xbb, 0x50, 0x8e, 0x1e, 0xfd, 0x44, 0x67, 0x53, 0xe5, 0xf7, 0x30, 0x4d, 0x6e, 0x02,
|
0xf9, 0x43, 0xb5, 0x89, 0xa8, 0x78, 0x17, 0xa6, 0x92, 0x97, 0xf5, 0x33, 0xa8, 0x28, 0x7d, 0xdf,
|
||||||
0x0c, 0x5e, 0xf4, 0x44, 0x4f, 0x49, 0xdb, 0x1c, 0x7a, 0xf2, 0xf3, 0xa0, 0x46, 0xa3, 0xe1, 0xb3,
|
0xa0, 0x75, 0x76, 0xa4, 0xba, 0xd1, 0x60, 0xef, 0x41, 0x55, 0x78, 0xed, 0x14, 0x3d, 0x3b, 0x44,
|
||||||
0xdb, 0x41, 0xa3, 0x86, 0x2f, 0x5e, 0x70, 0x3b, 0xa8, 0xd9, 0x1d, 0xa8, 0xc5, 0x2e, 0xaa, 0xa6,
|
0x8e, 0xc5, 0xa7, 0x3f, 0x0f, 0xa2, 0xe4, 0xbb, 0x50, 0x89, 0x1e, 0x29, 0x45, 0xa7, 0x33, 0xe5,
|
||||||
0xa9, 0xb0, 0xe4, 0x22, 0x71, 0xeb, 0xdc, 0x38, 0xa8, 0xd1, 0xfc, 0xed, 0x40, 0x2d, 0x76, 0x49,
|
0xf7, 0x30, 0x5d, 0x6e, 0x02, 0xc4, 0x2f, 0x90, 0xa2, 0x67, 0xa4, 0x7d, 0x0e, 0x3c, 0x51, 0x7a,
|
||||||
0x30, 0xa5, 0x27, 0xd9, 0xe5, 0xc8, 0x94, 0x9e, 0xa4, 0x77, 0x0e, 0xd5, 0x29, 0xf4, 0x4d, 0xe1,
|
0x50, 0xa7, 0xd1, 0xf4, 0xd9, 0xed, 0xa0, 0x61, 0xd3, 0x17, 0x2f, 0xb8, 0x1d, 0xd4, 0xed, 0x0e,
|
||||||
0x3e, 0x62, 0xec, 0xf2, 0x27, 0x7a, 0x7e, 0x64, 0x3b, 0xb2, 0x4b, 0xb0, 0xad, 0xd5, 0xc3, 0x54,
|
0xd4, 0x13, 0x17, 0x55, 0xb3, 0x54, 0x58, 0x72, 0xf1, 0xb9, 0x75, 0x66, 0x94, 0xaa, 0x11, 0xff,
|
||||||
0x89, 0x48, 0xe0, 0x52, 0xc5, 0x58, 0x9a, 0x2e, 0x55, 0x87, 0x99, 0xa9, 0x4d, 0x28, 0xb0, 0xdb,
|
0x76, 0xa0, 0x9e, 0xb8, 0x24, 0x98, 0x31, 0x92, 0xec, 0x72, 0x64, 0xc6, 0x48, 0xd2, 0x3b, 0x87,
|
||||||
0x7e, 0x48, 0x4d, 0xb9, 0xf2, 0x2b, 0x5c, 0x05, 0x6c, 0x3d, 0x21, 0xc5, 0x89, 0xdf, 0x7f, 0x63,
|
0xea, 0x04, 0xfa, 0xba, 0x70, 0x1f, 0x31, 0x71, 0xf9, 0x13, 0xbd, 0x38, 0xb4, 0x1f, 0xd9, 0x25,
|
||||||
0x8d, 0xb2, 0x9d, 0xd2, 0x94, 0x46, 0x63, 0x37, 0xbc, 0xc6, 0x6d, 0x54, 0x83, 0x02, 0xbb, 0x72,
|
0xd8, 0xd6, 0xea, 0x61, 0x9a, 0x44, 0x28, 0x70, 0xa9, 0x62, 0x24, 0xcd, 0x96, 0xaa, 0xc3, 0x70,
|
||||||
0x92, 0xd2, 0x68, 0xec, 0x3e, 0x55, 0x6b, 0x34, 0x0e, 0x5b, 0xef, 0x4e, 0xa1, 0x0d, 0xc8, 0xd3,
|
0x6a, 0x13, 0x8a, 0xec, 0xb6, 0x1f, 0x52, 0x33, 0xae, 0xfc, 0x0a, 0x57, 0x01, 0x5b, 0x4f, 0x49,
|
||||||
0x63, 0x6d, 0x74, 0x66, 0xd4, 0x35, 0x86, 0x51, 0x2d, 0xc6, 0x6e, 0x3a, 0xa8, 0x53, 0xe8, 0x36,
|
0xeb, 0x24, 0xef, 0xbf, 0xb1, 0x4e, 0xd9, 0x49, 0x69, 0x46, 0xa7, 0x89, 0x1b, 0x5e, 0xa3, 0x76,
|
||||||
0xe4, 0x69, 0x0a, 0x58, 0x4a, 0x8b, 0x62, 0x7e, 0x7f, 0x6b, 0x24, 0x4a, 0x48, 0xa2, 0x09, 0x55,
|
0xaa, 0x41, 0x91, 0x5d, 0x39, 0xc9, 0xe8, 0x34, 0x71, 0x9f, 0xaa, 0x35, 0xbc, 0x0e, 0xdb, 0xef,
|
||||||
0x31, 0x0b, 0x37, 0xc5, 0x65, 0x49, 0xf2, 0x94, 0x5b, 0xe3, 0x60, 0x86, 0xbd, 0x30, 0x35, 0x1a,
|
0x4e, 0xa0, 0x0d, 0x28, 0xd0, 0xb0, 0x36, 0x3a, 0x35, 0xec, 0x1a, 0xc3, 0xb0, 0x1e, 0x13, 0x37,
|
||||||
0x1c, 0xf1, 0xa7, 0xab, 0xd1, 0x50, 0xfa, 0x40, 0xba, 0x1a, 0x0d, 0x67, 0x0c, 0xa8, 0x53, 0xe8,
|
0x1d, 0xd4, 0x09, 0x74, 0x1b, 0x0a, 0x34, 0x05, 0x2c, 0xa3, 0x47, 0x31, 0xbf, 0xbf, 0x35, 0xb4,
|
||||||
0x17, 0x14, 0x68, 0xa6, 0xa5, 0x86, 0xa2, 0xd4, 0x08, 0x68, 0x54, 0x7e, 0x6b, 0xeb, 0xc5, 0x43,
|
0x4a, 0x88, 0xa2, 0x09, 0x35, 0x31, 0x0b, 0x37, 0xc3, 0x65, 0x49, 0xf2, 0x94, 0x5b, 0xa3, 0xd4,
|
||||||
0xd6, 0x8a, 0x68, 0xf9, 0x98, 0x9e, 0xfb, 0x0d, 0x25, 0x83, 0x5e, 0x48, 0x6b, 0x2f, 0x25, 0xc1,
|
0x0c, 0x47, 0x61, 0x6a, 0x14, 0x87, 0xf8, 0xb3, 0xd5, 0x68, 0x20, 0x7d, 0x20, 0x5b, 0x8d, 0x06,
|
||||||
0xb1, 0xf5, 0xdc, 0xf8, 0x15, 0xa2, 0xbe, 0xb7, 0xa0, 0x22, 0x9c, 0x39, 0xa6, 0x58, 0xde, 0xe1,
|
0x33, 0x06, 0xd4, 0x09, 0xf4, 0x2b, 0x0a, 0x34, 0xb3, 0x52, 0x43, 0x51, 0xe6, 0x0a, 0x68, 0x58,
|
||||||
0xc3, 0xd2, 0x94, 0x59, 0x95, 0x1c, 0x5f, 0x32, 0xf1, 0xa6, 0x19, 0x84, 0x29, 0xc2, 0x28, 0x26,
|
0x7e, 0x6b, 0xeb, 0xc2, 0x21, 0x5b, 0x45, 0xb8, 0x7c, 0x4c, 0xe3, 0x7e, 0x03, 0xc9, 0xa0, 0xe7,
|
||||||
0x24, 0xa6, 0x88, 0x77, 0x2c, 0x01, 0x51, 0x9d, 0x42, 0x18, 0xaa, 0x62, 0x3a, 0x61, 0x8a, 0x34,
|
0xb2, 0xfa, 0xcb, 0x48, 0x70, 0x6c, 0xbd, 0x30, 0x7a, 0x83, 0x68, 0xec, 0x2d, 0xa8, 0x0a, 0x31,
|
||||||
0x4a, 0x32, 0x11, 0x5b, 0xcf, 0x8c, 0x81, 0x19, 0x75, 0xa3, 0x03, 0x0c, 0xd2, 0xf9, 0x52, 0x7c,
|
0xc7, 0x0c, 0xcb, 0x3b, 0x18, 0x2c, 0xcd, 0xe0, 0xaa, 0x24, 0x7c, 0xc9, 0xc4, 0x9b, 0x66, 0x10,
|
||||||
0xdd, 0x50, 0x46, 0x61, 0xeb, 0xe9, 0x03, 0xf1, 0x44, 0xb7, 0x2f, 0x24, 0xe8, 0xa5, 0x70, 0x7f,
|
0x66, 0x08, 0xa3, 0x98, 0x90, 0x98, 0x21, 0xde, 0x89, 0x04, 0x44, 0x75, 0x02, 0x61, 0xa8, 0x89,
|
||||||
0x38, 0x85, 0x6f, 0x8c, 0xb5, 0xc8, 0x70, 0xca, 0x57, 0xca, 0x5a, 0x24, 0x35, 0xbb, 0xac, 0x75,
|
0xe9, 0x84, 0x19, 0xd2, 0x28, 0xc9, 0x44, 0x6c, 0x3d, 0x37, 0x42, 0xcd, 0x68, 0x18, 0x1d, 0x20,
|
||||||
0x61, 0x6c, 0xfc, 0x68, 0x3c, 0xf7, 0xa0, 0x91, 0x4c, 0x91, 0x4b, 0x59, 0xe3, 0xa6, 0x64, 0xec,
|
0x4e, 0xe7, 0xcb, 0xf0, 0x75, 0x03, 0x19, 0x85, 0xad, 0x67, 0x0f, 0xac, 0x27, 0xba, 0x7d, 0x21,
|
||||||
0xb5, 0x9e, 0x1d, 0x13, 0x5b, 0xf4, 0x87, 0x27, 0x86, 0x69, 0xfa, 0xba, 0x15, 0xec, 0xd0, 0xcc,
|
0x41, 0x2f, 0x83, 0xfa, 0x83, 0x29, 0x7c, 0x23, 0xec, 0x45, 0x06, 0x53, 0xbe, 0x32, 0xf6, 0x22,
|
||||||
0xab, 0x71, 0x46, 0x2d, 0x26, 0x79, 0x8d, 0x33, 0xea, 0x58, 0x4a, 0x17, 0x77, 0x5e, 0x34, 0xdb,
|
0x99, 0xd9, 0x65, 0xad, 0x73, 0x23, 0xd7, 0x8f, 0xe6, 0x73, 0x0f, 0x1a, 0xe9, 0x14, 0xb9, 0x8c,
|
||||||
0x20, 0xcd, 0x79, 0x89, 0xc9, 0x44, 0x29, 0x7e, 0x26, 0x9e, 0x71, 0xc3, 0xc2, 0xcf, 0x78, 0x16,
|
0x3d, 0x6e, 0x46, 0xc6, 0x5e, 0xeb, 0xf9, 0x11, 0x6b, 0x8b, 0xfe, 0xf0, 0xd8, 0x20, 0x4e, 0x5f,
|
||||||
0x03, 0x3a, 0x37, 0x56, 0xaa, 0xc3, 0xa8, 0xf0, 0x53, 0x9e, 0x16, 0xc1, 0x96, 0x6e, 0x89, 0x24,
|
0xb5, 0x82, 0x1d, 0x9a, 0x79, 0x35, 0xca, 0xac, 0xc5, 0x24, 0xaf, 0x51, 0x66, 0x9d, 0x48, 0xe9,
|
||||||
0x8d, 0x94, 0xa5, 0x94, 0x3c, 0x49, 0x24, 0x65, 0xe9, 0x96, 0x92, 0xf7, 0x41, 0x15, 0xab, 0x91,
|
0xe2, 0xce, 0x8b, 0x66, 0x1b, 0x64, 0x39, 0x2f, 0x31, 0x99, 0x28, 0xc3, 0xcf, 0x24, 0x33, 0x6e,
|
||||||
0x3c, 0xf1, 0x1e, 0xbd, 0x17, 0x92, 0x3c, 0xea, 0x3c, 0x78, 0xbb, 0xa2, 0x91, 0x3c, 0x4a, 0x4e,
|
0xd8, 0xf2, 0x33, 0x99, 0xc5, 0x80, 0xce, 0x8c, 0x94, 0xea, 0x30, 0x6c, 0xf9, 0x29, 0x4f, 0x8b,
|
||||||
0xe9, 0x20, 0xe5, 0xc4, 0x79, 0x8c, 0x0e, 0x92, 0xa7, 0xb0, 0x29, 0x1d, 0xa4, 0x1c, 0xd6, 0x8e,
|
0x60, 0x5b, 0xb7, 0x54, 0x92, 0x46, 0xc6, 0x56, 0x4a, 0x9e, 0x24, 0x92, 0xb1, 0x75, 0xcb, 0xc8,
|
||||||
0x11, 0xbb, 0xc6, 0x4e, 0x3f, 0x53, 0x5c, 0xa1, 0xec, 0x84, 0x34, 0xc5, 0x15, 0x4a, 0x0f, 0x6e,
|
0xfb, 0xa0, 0x8a, 0xd5, 0x48, 0x47, 0xbc, 0x87, 0x9f, 0x85, 0xa4, 0x43, 0x9d, 0x07, 0x1f, 0x57,
|
||||||
0x59, 0x44, 0x3f, 0x38, 0xc4, 0x4c, 0xb1, 0x72, 0x43, 0xa7, 0x9c, 0x07, 0x91, 0x7f, 0x1b, 0x4a,
|
0x34, 0xd2, 0xa1, 0xe4, 0x8c, 0x01, 0x32, 0x22, 0xce, 0x23, 0x0c, 0x90, 0x8e, 0xc2, 0x66, 0x0c,
|
||||||
0xe1, 0x29, 0x24, 0x7a, 0x32, 0x35, 0x44, 0x3c, 0x44, 0x83, 0x1f, 0xc2, 0x74, 0x62, 0x07, 0x2f,
|
0x90, 0x11, 0xac, 0x1d, 0x61, 0xed, 0x9a, 0x88, 0x7e, 0x66, 0xb8, 0x42, 0x59, 0x84, 0x34, 0xc3,
|
||||||
0x45, 0x44, 0xe5, 0xa7, 0x90, 0x07, 0xcf, 0x27, 0x0c, 0xce, 0xab, 0x52, 0x98, 0x30, 0x74, 0x0e,
|
0x15, 0x4a, 0x03, 0xb7, 0x6c, 0x45, 0x1f, 0x07, 0x31, 0x33, 0xac, 0xdc, 0x40, 0x94, 0xf3, 0x20,
|
||||||
0x98, 0x62, 0xea, 0x87, 0x0f, 0xbe, 0xc4, 0x0e, 0x08, 0x61, 0x23, 0x3b, 0x10, 0x8e, 0xaa, 0x46,
|
0xf4, 0x6f, 0x43, 0x39, 0x8c, 0x42, 0xa2, 0xa7, 0x33, 0x97, 0x88, 0x87, 0xe8, 0xf0, 0x43, 0x98,
|
||||||
0x76, 0x20, 0x1e, 0xd2, 0x30, 0x89, 0x4c, 0x6e, 0x50, 0xa6, 0x48, 0x64, 0xca, 0x6e, 0xf1, 0x41,
|
0x4e, 0x9d, 0xe0, 0x65, 0x88, 0xa8, 0x3c, 0x0a, 0x79, 0x30, 0x3f, 0x21, 0x8e, 0x57, 0x65, 0x10,
|
||||||
0x2c, 0xda, 0x82, 0x8a, 0xb0, 0xe5, 0x8d, 0x46, 0x91, 0x26, 0xee, 0xd5, 0xa7, 0x84, 0x0a, 0x92,
|
0x61, 0x20, 0x0e, 0x98, 0x61, 0xea, 0x07, 0x03, 0x5f, 0xe2, 0x00, 0x04, 0xb1, 0xa1, 0x03, 0x08,
|
||||||
0xdd, 0x73, 0x75, 0x6a, 0xb5, 0x0f, 0xd5, 0x0d, 0xcf, 0xbd, 0x1f, 0x3e, 0x4e, 0xfa, 0x05, 0x39,
|
0xa1, 0xaa, 0xa1, 0x03, 0x88, 0x41, 0x1a, 0x26, 0x91, 0xe9, 0x03, 0xca, 0x0c, 0x89, 0xcc, 0x38,
|
||||||
0xfa, 0x4b, 0x6d, 0xa8, 0x33, 0x04, 0x1d, 0xdf, 0x0f, 0x74, 0x77, 0xeb, 0x23, 0x74, 0x72, 0x85,
|
0x2d, 0x3e, 0x88, 0x44, 0x5b, 0x50, 0x15, 0x8e, 0xbc, 0xd1, 0x30, 0xd4, 0xc4, 0xb3, 0xfa, 0x8c,
|
||||||
0xfd, 0xcb, 0x8f, 0x95, 0xf0, 0x5f, 0x7e, 0xac, 0xbc, 0x6d, 0xd9, 0xf8, 0x36, 0xcf, 0xae, 0xfc,
|
0xa5, 0x82, 0xe4, 0xf4, 0x5c, 0x9d, 0x58, 0xed, 0x43, 0x6d, 0xc3, 0x73, 0xef, 0x87, 0x8f, 0xa9,
|
||||||
0xb7, 0xe2, 0x88, 0x1b, 0x81, 0xd1, 0x96, 0xb5, 0xc6, 0xff, 0xeb, 0xc8, 0x5b, 0xf7, 0x83, 0xdb,
|
0x7e, 0x41, 0x8e, 0xfe, 0x62, 0x1b, 0xa6, 0x58, 0x05, 0x1d, 0xdf, 0x0f, 0x74, 0x77, 0xeb, 0x23,
|
||||||
0x5b, 0x1f, 0x5d, 0x79, 0xff, 0xb3, 0xd7, 0x8b, 0x90, 0x5f, 0x5d, 0x79, 0x7e, 0xe5, 0x39, 0xa8,
|
0x74, 0x7c, 0x85, 0xfd, 0x8b, 0x92, 0x95, 0xf0, 0x5f, 0x94, 0xac, 0x5c, 0xb5, 0x6c, 0x7c, 0x9b,
|
||||||
0x5b, 0x11, 0x7a, 0xc7, 0xeb, 0xb5, 0xaf, 0x54, 0x58, 0xa5, 0x0d, 0xd2, 0xce, 0x86, 0xf2, 0xff,
|
0x67, 0x57, 0xfe, 0x47, 0x69, 0xc8, 0x8d, 0xc0, 0xe8, 0xc8, 0x5a, 0xe3, 0xff, 0x25, 0xe5, 0xed,
|
||||||
0x96, 0x3b, 0x56, 0xb0, 0xd3, 0xdf, 0x22, 0x53, 0x70, 0x81, 0xa1, 0x3d, 0x6b, 0xb9, 0xfc, 0xd7,
|
0xfb, 0xc1, 0xed, 0xad, 0x8f, 0x2e, 0xbf, 0xff, 0xd9, 0x1b, 0x25, 0x28, 0xac, 0xae, 0xbc, 0xb8,
|
||||||
0x05, 0xa3, 0x67, 0xf1, 0x9f, 0xbd, 0xad, 0xdf, 0x55, 0x94, 0xad, 0x02, 0xed, 0xfd, 0xe2, 0xff,
|
0xf2, 0x02, 0x4c, 0x59, 0x51, 0xf5, 0x8e, 0xd7, 0x6b, 0x5f, 0xae, 0xb2, 0x46, 0x1b, 0xa4, 0x9f,
|
||||||
0x05, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x9c, 0xc8, 0xa5, 0xe4, 0x64, 0x00, 0x00,
|
0x0d, 0xe5, 0x17, 0x96, 0x3b, 0x56, 0xb0, 0xd3, 0xdf, 0x22, 0x2c, 0x38, 0xc7, 0xaa, 0x3d, 0x6f,
|
||||||
|
0xb9, 0xfc, 0xd7, 0x39, 0xa3, 0x67, 0xf1, 0x9f, 0xbd, 0xad, 0x3f, 0x54, 0x94, 0xad, 0x22, 0x1d,
|
||||||
|
0xfd, 0xfc, 0xcf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xb0, 0xb1, 0xa4, 0x67, 0x94, 0x65, 0x00, 0x00,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reference imports to suppress errors if they are not otherwise used.
|
// Reference imports to suppress errors if they are not otherwise used.
|
||||||
@ -7473,7 +7509,9 @@ type MilvusServiceClient interface {
|
|||||||
AlterAlias(ctx context.Context, in *AlterAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
AlterAlias(ctx context.Context, in *AlterAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
||||||
CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
||||||
DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error)
|
DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error)
|
GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error)
|
||||||
DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
||||||
Insert(ctx context.Context, in *InsertRequest, opts ...grpc.CallOption) (*MutationResult, error)
|
Insert(ctx context.Context, in *InsertRequest, opts ...grpc.CallOption) (*MutationResult, error)
|
||||||
@ -8030,7 +8068,9 @@ type MilvusServiceServer interface {
|
|||||||
AlterAlias(context.Context, *AlterAliasRequest) (*commonpb.Status, error)
|
AlterAlias(context.Context, *AlterAliasRequest) (*commonpb.Status, error)
|
||||||
CreateIndex(context.Context, *CreateIndexRequest) (*commonpb.Status, error)
|
CreateIndex(context.Context, *CreateIndexRequest) (*commonpb.Status, error)
|
||||||
DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error)
|
DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(context.Context, *GetIndexStateRequest) (*GetIndexStateResponse, error)
|
GetIndexState(context.Context, *GetIndexStateRequest) (*GetIndexStateResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(context.Context, *GetIndexBuildProgressRequest) (*GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(context.Context, *GetIndexBuildProgressRequest) (*GetIndexBuildProgressResponse, error)
|
||||||
DropIndex(context.Context, *DropIndexRequest) (*commonpb.Status, error)
|
DropIndex(context.Context, *DropIndexRequest) (*commonpb.Status, error)
|
||||||
Insert(context.Context, *InsertRequest) (*MutationResult, error)
|
Insert(context.Context, *InsertRequest) (*MutationResult, error)
|
||||||
|
|||||||
@ -251,6 +251,7 @@ func (s *Server) CreateIndex(ctx context.Context, req *indexpb.CreateIndexReques
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GetIndexState gets the index states from IndexCoord.
|
// GetIndexState gets the index states from IndexCoord.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (s *Server) GetIndexState(ctx context.Context, req *indexpb.GetIndexStateRequest) (*indexpb.GetIndexStateResponse, error) {
|
func (s *Server) GetIndexState(ctx context.Context, req *indexpb.GetIndexStateRequest) (*indexpb.GetIndexStateResponse, error) {
|
||||||
return s.indexcoord.GetIndexState(ctx, req)
|
return s.indexcoord.GetIndexState(ctx, req)
|
||||||
}
|
}
|
||||||
@ -274,6 +275,7 @@ func (s *Server) DropIndex(ctx context.Context, request *indexpb.DropIndexReques
|
|||||||
return s.indexcoord.DropIndex(ctx, request)
|
return s.indexcoord.DropIndex(ctx, request)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (s *Server) GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error) {
|
func (s *Server) GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error) {
|
||||||
return s.indexcoord.GetIndexBuildProgress(ctx, req)
|
return s.indexcoord.GetIndexBuildProgress(ctx, req)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -644,11 +644,13 @@ func (s *Server) DescribeIndex(ctx context.Context, request *milvuspb.DescribeIn
|
|||||||
|
|
||||||
// GetIndexBuildProgress gets index build progress with filed_name and index_name.
|
// GetIndexBuildProgress gets index build progress with filed_name and index_name.
|
||||||
// IndexRows is the num of indexed rows. And TotalRows is the total number of segment rows.
|
// IndexRows is the num of indexed rows. And TotalRows is the total number of segment rows.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (s *Server) GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error) {
|
func (s *Server) GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error) {
|
||||||
return s.proxy.GetIndexBuildProgress(ctx, request)
|
return s.proxy.GetIndexBuildProgress(ctx, request)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetIndexStates gets the index states from proxy.
|
// GetIndexState gets the index states from proxy.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (s *Server) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
func (s *Server) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
||||||
return s.proxy.GetIndexState(ctx, request)
|
return s.proxy.GetIndexState(ctx, request)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -538,6 +538,66 @@ func (i *IndexCoord) GetSegmentIndexState(ctx context.Context, req *indexpb.GetS
|
|||||||
return ret, nil
|
return ret, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CompleteIndexInfo get the building index progress and index state
|
||||||
|
func (i *IndexCoord) completeIndexInfo(ctx context.Context, indexInfo *indexpb.IndexInfo) error {
|
||||||
|
collectionID := indexInfo.CollectionID
|
||||||
|
indexName := indexInfo.IndexName
|
||||||
|
log.Info("IndexCoord completeIndexInfo", zap.Int64("collID", collectionID),
|
||||||
|
zap.String("indexName", indexName))
|
||||||
|
flushSegments, err := i.dataCoordClient.GetFlushedSegments(ctx, &datapb.GetFlushedSegmentsRequest{
|
||||||
|
CollectionID: collectionID,
|
||||||
|
PartitionID: -1,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
resp, err := i.dataCoordClient.GetSegmentInfo(ctx, &datapb.GetSegmentInfoRequest{
|
||||||
|
SegmentIDs: flushSegments.Segments,
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
totalRows, indexRows := int64(0), int64(0)
|
||||||
|
|
||||||
|
for _, seg := range resp.Infos {
|
||||||
|
totalRows += seg.NumOfRows
|
||||||
|
}
|
||||||
|
|
||||||
|
indexID2CreateTs := i.metaTable.GetIndexIDByName(collectionID, indexName)
|
||||||
|
if len(indexID2CreateTs) < 1 {
|
||||||
|
log.Error("there is no index on collection", zap.Int64("collectionID", collectionID), zap.String("indexName", indexName))
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
for indexID, createTs := range indexID2CreateTs {
|
||||||
|
indexRows = i.metaTable.GetIndexBuildProgress(indexID, createTs)
|
||||||
|
break
|
||||||
|
}
|
||||||
|
indexInfo.IndexedRows = indexRows
|
||||||
|
indexInfo.TotalRows = totalRows
|
||||||
|
|
||||||
|
stateRes := commonpb.IndexState_Finished
|
||||||
|
failReasonRes := ""
|
||||||
|
for indexID, createTs := range indexID2CreateTs {
|
||||||
|
indexStates := i.metaTable.GetIndexStates(indexID, createTs)
|
||||||
|
for _, state := range indexStates {
|
||||||
|
if state.state != commonpb.IndexState_Finished {
|
||||||
|
stateRes = state.state
|
||||||
|
failReasonRes = state.failReason
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
indexInfo.State = stateRes
|
||||||
|
indexInfo.IndexStateFailReason = failReasonRes
|
||||||
|
|
||||||
|
log.Debug("IndexCoord completeIndexInfo success", zap.Int64("collID", collectionID),
|
||||||
|
zap.Int64("totalRows", totalRows), zap.Int64("indexRows", indexRows), zap.Int("seg num", len(resp.Infos)),
|
||||||
|
zap.Any("state", stateRes), zap.String("failReason", failReasonRes))
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
// GetIndexBuildProgress get the index building progress by num rows.
|
// GetIndexBuildProgress get the index building progress by num rows.
|
||||||
func (i *IndexCoord) GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error) {
|
func (i *IndexCoord) GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error) {
|
||||||
log.Info("IndexCoord receive GetIndexBuildProgress request", zap.Int64("collID", req.CollectionID),
|
log.Info("IndexCoord receive GetIndexBuildProgress request", zap.Int64("collID", req.CollectionID),
|
||||||
@ -745,13 +805,24 @@ func (i *IndexCoord) DescribeIndex(ctx context.Context, req *indexpb.DescribeInd
|
|||||||
}
|
}
|
||||||
indexInfos := make([]*indexpb.IndexInfo, 0)
|
indexInfos := make([]*indexpb.IndexInfo, 0)
|
||||||
for _, index := range indexes {
|
for _, index := range indexes {
|
||||||
indexInfos = append(indexInfos, &indexpb.IndexInfo{
|
indexInfo := &indexpb.IndexInfo{
|
||||||
CollectionID: index.CollectionID,
|
CollectionID: index.CollectionID,
|
||||||
FieldID: index.FieldID,
|
FieldID: index.FieldID,
|
||||||
IndexName: index.IndexName,
|
IndexName: index.IndexName,
|
||||||
TypeParams: index.TypeParams,
|
TypeParams: index.TypeParams,
|
||||||
IndexParams: index.IndexParams,
|
IndexParams: index.IndexParams,
|
||||||
})
|
}
|
||||||
|
if err := i.completeIndexInfo(ctx, indexInfo); err != nil {
|
||||||
|
log.Error("IndexCoord describe index fail", zap.Int64("collectionID", req.CollectionID),
|
||||||
|
zap.String("indexName", req.IndexName), zap.Error(err))
|
||||||
|
return &indexpb.DescribeIndexResponse{
|
||||||
|
Status: &commonpb.Status{
|
||||||
|
ErrorCode: commonpb.ErrorCode_UnexpectedError,
|
||||||
|
Reason: err.Error(),
|
||||||
|
},
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
indexInfos = append(indexInfos, indexInfo)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &indexpb.DescribeIndexResponse{
|
return &indexpb.DescribeIndexResponse{
|
||||||
|
|||||||
@ -201,6 +201,23 @@ func TestIndexCoord(t *testing.T) {
|
|||||||
resp, err := ic.DescribeIndex(ctx, req)
|
resp, err := ic.DescribeIndex(ctx, req)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Equal(t, 1, len(resp.IndexInfos))
|
assert.Equal(t, 1, len(resp.IndexInfos))
|
||||||
|
|
||||||
|
originFunc1 := dcm.CallGetFlushedSegment
|
||||||
|
originFunc2 := dcm.CallGetSegmentInfo
|
||||||
|
dcm.CallGetFlushedSegment = func(ctx context.Context, req *datapb.GetFlushedSegmentsRequest) (*datapb.GetFlushedSegmentsResponse, error) {
|
||||||
|
return nil, errors.New("mock error")
|
||||||
|
}
|
||||||
|
resp, err = ic.DescribeIndex(ctx, req)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
assert.Equal(t, resp.Status.ErrorCode, commonpb.ErrorCode_UnexpectedError)
|
||||||
|
dcm.CallGetFlushedSegment = originFunc1
|
||||||
|
dcm.CallGetSegmentInfo = func(ctx context.Context, req *datapb.GetSegmentInfoRequest) (*datapb.GetSegmentInfoResponse, error) {
|
||||||
|
return nil, errors.New("mock error")
|
||||||
|
}
|
||||||
|
resp, err = ic.DescribeIndex(ctx, req)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
assert.Equal(t, resp.Status.ErrorCode, commonpb.ErrorCode_UnexpectedError)
|
||||||
|
dcm.CallGetSegmentInfo = originFunc2
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("FlushedSegmentWatcher", func(t *testing.T) {
|
t.Run("FlushedSegmentWatcher", func(t *testing.T) {
|
||||||
|
|||||||
@ -12,11 +12,13 @@ service IndexCoord {
|
|||||||
rpc GetComponentStates(internal.GetComponentStatesRequest) returns (internal.ComponentStates) {}
|
rpc GetComponentStates(internal.GetComponentStatesRequest) returns (internal.ComponentStates) {}
|
||||||
rpc GetStatisticsChannel(internal.GetStatisticsChannelRequest) returns(milvus.StringResponse){}
|
rpc GetStatisticsChannel(internal.GetStatisticsChannelRequest) returns(milvus.StringResponse){}
|
||||||
rpc CreateIndex(CreateIndexRequest) returns (common.Status){}
|
rpc CreateIndex(CreateIndexRequest) returns (common.Status){}
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
rpc GetIndexState(GetIndexStateRequest) returns (GetIndexStateResponse) {}
|
rpc GetIndexState(GetIndexStateRequest) returns (GetIndexStateResponse) {}
|
||||||
rpc GetSegmentIndexState(GetSegmentIndexStateRequest) returns (GetSegmentIndexStateResponse) {}
|
rpc GetSegmentIndexState(GetSegmentIndexStateRequest) returns (GetSegmentIndexStateResponse) {}
|
||||||
rpc GetIndexInfos(GetIndexInfoRequest) returns (GetIndexInfoResponse){}
|
rpc GetIndexInfos(GetIndexInfoRequest) returns (GetIndexInfoResponse){}
|
||||||
rpc DropIndex(DropIndexRequest) returns (common.Status) {}
|
rpc DropIndex(DropIndexRequest) returns (common.Status) {}
|
||||||
rpc DescribeIndex(DescribeIndexRequest) returns (DescribeIndexResponse) {}
|
rpc DescribeIndex(DescribeIndexRequest) returns (DescribeIndexResponse) {}
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
rpc GetIndexBuildProgress(GetIndexBuildProgressRequest) returns (GetIndexBuildProgressResponse) {}
|
rpc GetIndexBuildProgress(GetIndexBuildProgressRequest) returns (GetIndexBuildProgressResponse) {}
|
||||||
|
|
||||||
rpc ShowConfigurations(internal.ShowConfigurationsRequest) returns (internal.ShowConfigurationsResponse){}
|
rpc ShowConfigurations(internal.ShowConfigurationsRequest) returns (internal.ShowConfigurationsResponse){}
|
||||||
@ -44,6 +46,12 @@ message IndexInfo {
|
|||||||
int64 indexID = 4;
|
int64 indexID = 4;
|
||||||
repeated common.KeyValuePair type_params = 5;
|
repeated common.KeyValuePair type_params = 5;
|
||||||
repeated common.KeyValuePair index_params = 6;
|
repeated common.KeyValuePair index_params = 6;
|
||||||
|
// index build progress
|
||||||
|
int64 indexed_rows = 7;
|
||||||
|
int64 total_rows = 8;
|
||||||
|
// index state
|
||||||
|
common.IndexState state = 9;
|
||||||
|
string index_state_fail_reason = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
message FieldIndex {
|
message FieldIndex {
|
||||||
|
|||||||
@ -34,6 +34,12 @@ type IndexInfo struct {
|
|||||||
IndexID int64 `protobuf:"varint,4,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
IndexID int64 `protobuf:"varint,4,opt,name=indexID,proto3" json:"indexID,omitempty"`
|
||||||
TypeParams []*commonpb.KeyValuePair `protobuf:"bytes,5,rep,name=type_params,json=typeParams,proto3" json:"type_params,omitempty"`
|
TypeParams []*commonpb.KeyValuePair `protobuf:"bytes,5,rep,name=type_params,json=typeParams,proto3" json:"type_params,omitempty"`
|
||||||
IndexParams []*commonpb.KeyValuePair `protobuf:"bytes,6,rep,name=index_params,json=indexParams,proto3" json:"index_params,omitempty"`
|
IndexParams []*commonpb.KeyValuePair `protobuf:"bytes,6,rep,name=index_params,json=indexParams,proto3" json:"index_params,omitempty"`
|
||||||
|
// index build progress
|
||||||
|
IndexedRows int64 `protobuf:"varint,7,opt,name=indexed_rows,json=indexedRows,proto3" json:"indexed_rows,omitempty"`
|
||||||
|
TotalRows int64 `protobuf:"varint,8,opt,name=total_rows,json=totalRows,proto3" json:"total_rows,omitempty"`
|
||||||
|
// index state
|
||||||
|
State commonpb.IndexState `protobuf:"varint,9,opt,name=state,proto3,enum=milvus.proto.common.IndexState" json:"state,omitempty"`
|
||||||
|
IndexStateFailReason string `protobuf:"bytes,10,opt,name=index_state_fail_reason,json=indexStateFailReason,proto3" json:"index_state_fail_reason,omitempty"`
|
||||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||||
XXX_unrecognized []byte `json:"-"`
|
XXX_unrecognized []byte `json:"-"`
|
||||||
XXX_sizecache int32 `json:"-"`
|
XXX_sizecache int32 `json:"-"`
|
||||||
@ -106,6 +112,34 @@ func (m *IndexInfo) GetIndexParams() []*commonpb.KeyValuePair {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *IndexInfo) GetIndexedRows() int64 {
|
||||||
|
if m != nil {
|
||||||
|
return m.IndexedRows
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexInfo) GetTotalRows() int64 {
|
||||||
|
if m != nil {
|
||||||
|
return m.TotalRows
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexInfo) GetState() commonpb.IndexState {
|
||||||
|
if m != nil {
|
||||||
|
return m.State
|
||||||
|
}
|
||||||
|
return commonpb.IndexState_IndexStateNone
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *IndexInfo) GetIndexStateFailReason() string {
|
||||||
|
if m != nil {
|
||||||
|
return m.IndexStateFailReason
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
type FieldIndex struct {
|
type FieldIndex struct {
|
||||||
IndexInfo *IndexInfo `protobuf:"bytes,1,opt,name=index_info,json=indexInfo,proto3" json:"index_info,omitempty"`
|
IndexInfo *IndexInfo `protobuf:"bytes,1,opt,name=index_info,json=indexInfo,proto3" json:"index_info,omitempty"`
|
||||||
Deleted bool `protobuf:"varint,2,opt,name=deleted,proto3" json:"deleted,omitempty"`
|
Deleted bool `protobuf:"varint,2,opt,name=deleted,proto3" json:"deleted,omitempty"`
|
||||||
@ -1938,135 +1972,137 @@ func init() {
|
|||||||
func init() { proto.RegisterFile("index_coord.proto", fileDescriptor_f9e019eb3fda53c2) }
|
func init() { proto.RegisterFile("index_coord.proto", fileDescriptor_f9e019eb3fda53c2) }
|
||||||
|
|
||||||
var fileDescriptor_f9e019eb3fda53c2 = []byte{
|
var fileDescriptor_f9e019eb3fda53c2 = []byte{
|
||||||
// 2041 bytes of a gzipped FileDescriptorProto
|
// 2075 bytes of a gzipped FileDescriptorProto
|
||||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x59, 0x5b, 0x6f, 0x23, 0x49,
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x59, 0x5b, 0x6f, 0x23, 0x49,
|
||||||
0x15, 0x4e, 0xdb, 0xb9, 0xb8, 0x8f, 0xed, 0x24, 0x53, 0x93, 0x45, 0x5e, 0xcf, 0x0c, 0x93, 0xf4,
|
0x15, 0x9e, 0x76, 0xe7, 0xe2, 0x3e, 0x6d, 0x27, 0x99, 0x9a, 0x2c, 0x78, 0x3d, 0x19, 0x26, 0xe9,
|
||||||
0x30, 0x33, 0x06, 0x69, 0x93, 0x21, 0x0b, 0x68, 0x41, 0x80, 0x94, 0xcb, 0xce, 0xac, 0x33, 0x9b,
|
0x61, 0x66, 0x0c, 0xd2, 0x26, 0x43, 0x96, 0x45, 0x0b, 0x02, 0xa4, 0x5c, 0x76, 0x66, 0x9d, 0xd9,
|
||||||
0x28, 0xb4, 0x47, 0x2b, 0xed, 0x0a, 0xa9, 0x69, 0xbb, 0xcb, 0x49, 0x6d, 0xec, 0x2a, 0x4f, 0x57,
|
0x44, 0xa1, 0x3d, 0x5a, 0x69, 0x57, 0x48, 0x4d, 0xdb, 0x5d, 0x4e, 0x6a, 0x63, 0x77, 0x79, 0xba,
|
||||||
0x79, 0x66, 0x32, 0x48, 0x88, 0x17, 0x1e, 0x16, 0xad, 0x84, 0xc4, 0x03, 0x88, 0x17, 0x9e, 0x78,
|
0xca, 0x33, 0x93, 0x41, 0x42, 0xbc, 0xf0, 0xb0, 0x08, 0x09, 0x89, 0x07, 0x10, 0x2f, 0x3c, 0xf1,
|
||||||
0x5a, 0x24, 0x7e, 0x00, 0x7f, 0x01, 0x7e, 0x02, 0x4f, 0xfc, 0x12, 0x54, 0x97, 0x6e, 0x77, 0xb7,
|
0xb4, 0x48, 0xfc, 0x00, 0xc4, 0x3f, 0x80, 0x9f, 0xc0, 0x13, 0xbf, 0x04, 0xd5, 0xa5, 0xdb, 0xdd,
|
||||||
0xdb, 0xb1, 0x73, 0xe1, 0x69, 0xde, 0x5c, 0xa7, 0x4f, 0xdd, 0xbe, 0x73, 0xf9, 0xce, 0x29, 0xc3,
|
0xed, 0x76, 0xec, 0x5c, 0x78, 0xda, 0x37, 0xd7, 0xe9, 0x53, 0x97, 0x3e, 0xdf, 0xa9, 0xf3, 0x7d,
|
||||||
0x2d, 0x42, 0x03, 0xfc, 0xc6, 0xeb, 0x30, 0x16, 0x06, 0x9b, 0x83, 0x90, 0x09, 0x86, 0x50, 0x9f,
|
0xa7, 0x0d, 0xb7, 0x49, 0x18, 0xe0, 0x37, 0x5e, 0x87, 0xd2, 0x28, 0xd8, 0x1c, 0x44, 0x94, 0x53,
|
||||||
0xf4, 0x5e, 0x0d, 0xb9, 0x1e, 0x6d, 0xaa, 0xef, 0xf5, 0x4a, 0x87, 0xf5, 0xfb, 0x8c, 0x6a, 0x59,
|
0x84, 0xfa, 0xa4, 0xf7, 0x6a, 0xc8, 0xd4, 0x68, 0x53, 0x3e, 0xaf, 0x57, 0x3a, 0xb4, 0xdf, 0xa7,
|
||||||
0x7d, 0x99, 0x50, 0x81, 0x43, 0xea, 0xf7, 0xcc, 0xb8, 0x92, 0x9c, 0xe1, 0x7c, 0x5d, 0x00, 0xbb,
|
0xa1, 0xb2, 0xd5, 0x97, 0x48, 0xc8, 0x71, 0x14, 0xfa, 0x3d, 0x3d, 0xae, 0xa4, 0x67, 0x38, 0xff,
|
||||||
0x29, 0x67, 0x35, 0x69, 0x97, 0x21, 0x07, 0x2a, 0x1d, 0xd6, 0xeb, 0xe1, 0x8e, 0x20, 0x8c, 0x36,
|
0x34, 0xc1, 0x6a, 0x8a, 0x59, 0xcd, 0xb0, 0x4b, 0x91, 0x03, 0x95, 0x0e, 0xed, 0xf5, 0x70, 0x87,
|
||||||
0xf7, 0x6b, 0xd6, 0xba, 0xd5, 0x28, 0xba, 0x29, 0x19, 0xaa, 0xc1, 0x52, 0x97, 0xe0, 0x5e, 0xd0,
|
0x13, 0x1a, 0x36, 0xf7, 0x6b, 0xc6, 0xba, 0xd1, 0x30, 0xdd, 0x8c, 0x0d, 0xd5, 0x60, 0xb1, 0x4b,
|
||||||
0xdc, 0xaf, 0x15, 0xd4, 0xe7, 0x68, 0x88, 0xee, 0x01, 0xe8, 0x03, 0x52, 0xbf, 0x8f, 0x6b, 0xc5,
|
0x70, 0x2f, 0x68, 0xee, 0xd7, 0x4a, 0xf2, 0x71, 0x3c, 0x44, 0xf7, 0x00, 0xd4, 0x01, 0x43, 0xbf,
|
||||||
0x75, 0xab, 0x61, 0xbb, 0xb6, 0x92, 0x1c, 0xf9, 0x7d, 0x2c, 0x27, 0xaa, 0x41, 0x73, 0xbf, 0x36,
|
0x8f, 0x6b, 0xe6, 0xba, 0xd1, 0xb0, 0x5c, 0x4b, 0x5a, 0x8e, 0xfc, 0x3e, 0x16, 0x13, 0xe5, 0xa0,
|
||||||
0xaf, 0x27, 0x9a, 0x21, 0xda, 0x85, 0xb2, 0x38, 0x1f, 0x60, 0x6f, 0xe0, 0x87, 0x7e, 0x9f, 0xd7,
|
0xb9, 0x5f, 0x9b, 0x53, 0x13, 0xf5, 0x10, 0xed, 0x82, 0xcd, 0xcf, 0x07, 0xd8, 0x1b, 0xf8, 0x91,
|
||||||
0x16, 0xd6, 0x8b, 0x8d, 0xf2, 0xf6, 0xc6, 0x66, 0xea, 0x6a, 0xe6, 0x4e, 0xcf, 0xf1, 0xf9, 0x67,
|
0xdf, 0x67, 0xb5, 0xf9, 0x75, 0xb3, 0x61, 0x6f, 0x6f, 0x6c, 0x66, 0x5e, 0x4d, 0xbf, 0xd3, 0x73,
|
||||||
0x7e, 0x6f, 0x88, 0x8f, 0x7d, 0x12, 0xba, 0x20, 0x67, 0x1d, 0xab, 0x49, 0x68, 0x1f, 0x2a, 0x7a,
|
0x7c, 0xfe, 0xa9, 0xdf, 0x1b, 0xe2, 0x63, 0x9f, 0x44, 0x2e, 0x88, 0x59, 0xc7, 0x72, 0x12, 0xda,
|
||||||
0x73, 0xb3, 0xc8, 0xe2, 0xac, 0x8b, 0x94, 0xd5, 0x34, 0xbd, 0x8a, 0xf3, 0x3b, 0x0b, 0xe0, 0xa9,
|
0x87, 0x8a, 0xda, 0x5c, 0x2f, 0xb2, 0x30, 0xeb, 0x22, 0xb6, 0x9c, 0xa6, 0x57, 0xd9, 0xd0, 0xab,
|
||||||
0xba, 0x8e, 0x14, 0xa2, 0x9f, 0x46, 0x37, 0x22, 0xb4, 0xcb, 0x14, 0x1a, 0xe5, 0xed, 0x7b, 0x9b,
|
0xe0, 0xc0, 0x8b, 0xe8, 0x6b, 0x56, 0x5b, 0x94, 0x07, 0xb5, 0xb5, 0xcd, 0xa5, 0xaf, 0x99, 0x78,
|
||||||
0xe3, 0x90, 0x6f, 0xc6, 0x10, 0x9a, 0x0b, 0x2b, 0x34, 0x6b, 0xb0, 0x14, 0xe0, 0x1e, 0x16, 0x38,
|
0x4b, 0x4e, 0xb9, 0xdf, 0x53, 0x0e, 0x65, 0xe9, 0x60, 0x49, 0x8b, 0x7c, 0xfc, 0x01, 0xcc, 0x33,
|
||||||
0x50, 0x48, 0x95, 0xdc, 0x68, 0x88, 0xee, 0x43, 0xb9, 0x13, 0x62, 0x5f, 0x60, 0x4f, 0x10, 0x03,
|
0xee, 0x73, 0x5c, 0xb3, 0xd6, 0x8d, 0xc6, 0xd2, 0xf6, 0xfd, 0xc2, 0x03, 0xc8, 0x88, 0xb7, 0x84,
|
||||||
0xd5, 0xbc, 0x0b, 0x5a, 0xf4, 0x82, 0xf4, 0xb1, 0xf3, 0xd5, 0x3c, 0x54, 0x5a, 0xf8, 0xa4, 0x8f,
|
0x9b, 0xab, 0xbc, 0xd1, 0x07, 0xf0, 0x4d, 0x75, 0x7c, 0x39, 0xf4, 0xba, 0x3e, 0xe9, 0x79, 0x11,
|
||||||
0xa9, 0xd0, 0x27, 0x99, 0xc5, 0x32, 0xeb, 0x50, 0x1e, 0xf8, 0xa1, 0x20, 0x46, 0x45, 0x5b, 0x27,
|
0xf6, 0x19, 0x0d, 0x6b, 0x20, 0x03, 0xb9, 0x4a, 0x92, 0x39, 0x4f, 0x7d, 0xd2, 0x73, 0xe5, 0x33,
|
||||||
0x29, 0x42, 0x77, 0xc1, 0xe6, 0x66, 0xd5, 0x7d, 0xb5, 0x6b, 0xd1, 0x1d, 0x09, 0xd0, 0xfb, 0x50,
|
0xe7, 0x37, 0x06, 0xc0, 0x53, 0x19, 0x7e, 0xf1, 0x14, 0xfd, 0x38, 0x46, 0x80, 0x84, 0x5d, 0x2a,
|
||||||
0xa2, 0xc3, 0xbe, 0x17, 0xb2, 0xd7, 0x3c, 0xb2, 0x10, 0x1d, 0xf6, 0x5d, 0xf6, 0x9a, 0x27, 0x6d,
|
0xd1, 0xb3, 0xb7, 0xef, 0x6d, 0x8e, 0xa7, 0xc8, 0x66, 0x02, 0xb9, 0x06, 0x48, 0xa2, 0x5f, 0x83,
|
||||||
0xb7, 0x90, 0xb6, 0x5d, 0x0d, 0x96, 0xda, 0x43, 0xa2, 0xdc, 0x61, 0x51, 0x7f, 0x31, 0x43, 0xf4,
|
0xc5, 0x00, 0xf7, 0x30, 0xc7, 0x81, 0x44, 0xb6, 0xec, 0xc6, 0x43, 0x74, 0x1f, 0xec, 0x4e, 0x84,
|
||||||
0x2d, 0x58, 0xa4, 0x2c, 0xc0, 0xcd, 0xfd, 0xda, 0x92, 0xfa, 0x60, 0x46, 0xe8, 0x01, 0x54, 0x35,
|
0xc5, 0xc1, 0x38, 0xd1, 0xd0, 0xce, 0xb9, 0xa0, 0x4c, 0x2f, 0x48, 0x1f, 0x3b, 0x5f, 0xce, 0x41,
|
||||||
0xa8, 0xaf, 0x70, 0xc8, 0x09, 0xa3, 0xb5, 0x92, 0xbe, 0x8b, 0x12, 0x7e, 0xa6, 0x65, 0xe8, 0x87,
|
0xa5, 0x85, 0x4f, 0xfa, 0x38, 0xe4, 0xea, 0x24, 0xb3, 0x64, 0xd2, 0x3a, 0xd8, 0x03, 0x3f, 0xe2,
|
||||||
0xb0, 0xc0, 0x85, 0x2f, 0x70, 0xcd, 0x5e, 0xb7, 0x1a, 0xcb, 0xdb, 0xf7, 0x73, 0xed, 0xa8, 0xa0,
|
0x44, 0xbb, 0xa8, 0x6c, 0x4a, 0x9b, 0xd0, 0x1a, 0x58, 0x4c, 0xaf, 0xba, 0x2f, 0x77, 0x35, 0xdd,
|
||||||
0x69, 0x49, 0x35, 0x57, 0x6b, 0x4b, 0x60, 0xbb, 0x3e, 0xe9, 0x79, 0x21, 0xf6, 0x39, 0xa3, 0x35,
|
0x91, 0x01, 0xbd, 0x0b, 0xe5, 0x70, 0xd8, 0x57, 0x38, 0xe8, 0x8c, 0x0a, 0x87, 0x7d, 0x89, 0x42,
|
||||||
0x50, 0x3e, 0x08, 0x52, 0xe4, 0x2a, 0x09, 0xfa, 0x5e, 0x14, 0x44, 0x5d, 0xd2, 0xc3, 0xdc, 0x1b,
|
0x2a, 0xd7, 0xe6, 0xb3, 0xb9, 0x56, 0x83, 0xc5, 0xf6, 0x90, 0xc8, 0xf4, 0x5d, 0x50, 0x4f, 0xf4,
|
||||||
0xf8, 0xe2, 0x94, 0xd7, 0xca, 0xeb, 0xc5, 0x86, 0xed, 0xae, 0xa8, 0x0f, 0x4f, 0xa5, 0xfc, 0x58,
|
0x10, 0x7d, 0x03, 0x16, 0x42, 0x1a, 0xe0, 0xe6, 0xbe, 0x46, 0x5d, 0x8f, 0xd0, 0x03, 0xa8, 0xaa,
|
||||||
0x8a, 0x93, 0xf6, 0xab, 0x5c, 0x68, 0xbf, 0x6a, 0xd6, 0x7e, 0xe8, 0x21, 0x2c, 0x73, 0x1c, 0x12,
|
0xa0, 0xbe, 0xc2, 0x11, 0x23, 0x34, 0xd4, 0x98, 0xab, 0x44, 0xf9, 0x54, 0xd9, 0xae, 0x0a, 0xfb,
|
||||||
0xbf, 0x47, 0xde, 0x62, 0x8f, 0x93, 0xb7, 0xb8, 0xb6, 0xac, 0x74, 0xaa, 0xb1, 0xb4, 0x45, 0xde,
|
0x7d, 0xb0, 0xc7, 0xa1, 0x86, 0x6e, 0x02, 0x30, 0xfa, 0x6e, 0x7c, 0xe9, 0xbb, 0xa4, 0x87, 0x99,
|
||||||
0x62, 0x09, 0xc5, 0xeb, 0x90, 0x08, 0xec, 0x9d, 0xfa, 0x34, 0x60, 0xdd, 0x6e, 0x6d, 0x45, 0xed,
|
0x37, 0xf0, 0xf9, 0x29, 0xab, 0xd9, 0xeb, 0x66, 0xc3, 0x72, 0x97, 0xe5, 0x83, 0xa7, 0xc2, 0x7e,
|
||||||
0x53, 0x51, 0xc2, 0x4f, 0xb4, 0xcc, 0xf9, 0xb3, 0x05, 0xb7, 0x5d, 0x7c, 0x42, 0xb8, 0xc0, 0xe1,
|
0x2c, 0xcc, 0x69, 0xfc, 0x2a, 0x17, 0xe2, 0x57, 0xcd, 0xe3, 0x87, 0x1e, 0xc2, 0x12, 0xc3, 0x11,
|
||||||
0x11, 0x0b, 0xb0, 0x8b, 0x5f, 0x0e, 0x31, 0x17, 0xe8, 0x09, 0xcc, 0xb7, 0x7d, 0x8e, 0x8d, 0x5b,
|
0xf1, 0x7b, 0xe4, 0x2d, 0xf6, 0x18, 0x79, 0x8b, 0x6b, 0x4b, 0xd2, 0xa7, 0x9a, 0x58, 0x5b, 0xe4,
|
||||||
0xde, 0xcd, 0x45, 0xe8, 0x90, 0x9f, 0xec, 0xfa, 0x1c, 0xbb, 0x4a, 0x13, 0xfd, 0x08, 0x96, 0xfc,
|
0x2d, 0x16, 0xa1, 0x78, 0x1d, 0x11, 0x8e, 0xbd, 0x53, 0x3f, 0x0c, 0x68, 0xb7, 0x5b, 0x5b, 0x96,
|
||||||
0x20, 0x08, 0x31, 0xe7, 0xca, 0x39, 0x26, 0x4d, 0xda, 0xd1, 0x3a, 0x6e, 0xa4, 0x9c, 0xb0, 0x64,
|
0xfb, 0x54, 0xa4, 0xf1, 0x63, 0x65, 0x73, 0xfe, 0x64, 0xc0, 0x1d, 0x17, 0x9f, 0x10, 0xc6, 0x71,
|
||||||
0x31, 0x69, 0x49, 0xe7, 0x0f, 0x16, 0xac, 0xa5, 0x4f, 0xc6, 0x07, 0x8c, 0x72, 0x8c, 0x3e, 0x84,
|
0x74, 0x44, 0x03, 0xec, 0xe2, 0x97, 0x43, 0xcc, 0x38, 0x7a, 0x02, 0x73, 0x6d, 0x9f, 0x61, 0x9d,
|
||||||
0x45, 0x69, 0x8f, 0x21, 0x37, 0x87, 0xbb, 0x93, 0xbb, 0x4f, 0x4b, 0xa9, 0xb8, 0x46, 0x55, 0x66,
|
0x96, 0x6b, 0x85, 0x11, 0x3a, 0x64, 0x27, 0xbb, 0x3e, 0xc3, 0xae, 0xf4, 0x44, 0x3f, 0x80, 0x45,
|
||||||
0x01, 0x42, 0x89, 0x88, 0x02, 0x58, 0x9f, 0x70, 0x23, 0x1b, 0x6d, 0x26, 0x97, 0x35, 0x29, 0x11,
|
0x3f, 0x08, 0x22, 0xcc, 0x98, 0x4c, 0x8e, 0x49, 0x93, 0x76, 0x94, 0x8f, 0x1b, 0x3b, 0xa7, 0x90,
|
||||||
0x3a, 0x66, 0x5d, 0x20, 0xf1, 0x6f, 0xe7, 0x73, 0x58, 0x7b, 0x86, 0x45, 0xc2, 0x2f, 0x0c, 0x56,
|
0x34, 0xd3, 0x48, 0x3a, 0xbf, 0x37, 0x60, 0x35, 0x7b, 0x32, 0x36, 0xa0, 0x21, 0xc3, 0xe8, 0x7d,
|
||||||
0xb3, 0x84, 0x4f, 0x3a, 0x7d, 0x15, 0x32, 0xe9, 0xcb, 0xf9, 0x9b, 0x05, 0xef, 0x65, 0xd6, 0xbe,
|
0x58, 0x10, 0x78, 0x0c, 0x99, 0x3e, 0xdc, 0xdd, 0xc2, 0x7d, 0x5a, 0xd2, 0xc5, 0xd5, 0xae, 0xa2,
|
||||||
0xce, 0x6d, 0x63, 0x07, 0x2f, 0x5c, 0xc7, 0xc1, 0x8b, 0x59, 0x07, 0x77, 0x7e, 0x6b, 0xc1, 0x9d,
|
0x6a, 0x91, 0x90, 0xf0, 0xb8, 0xe0, 0xa8, 0x13, 0x6e, 0xe4, 0x6f, 0x9b, 0xae, 0xbd, 0xcd, 0x90,
|
||||||
0x67, 0x58, 0x24, 0x93, 0xc7, 0x0d, 0x23, 0x81, 0xbe, 0x0d, 0x10, 0x27, 0x0d, 0x5e, 0x2b, 0xae,
|
0x70, 0x55, 0x63, 0x5c, 0x20, 0xc9, 0x6f, 0xe7, 0x33, 0x58, 0x7d, 0x86, 0x79, 0x2a, 0x2f, 0x74,
|
||||||
0x17, 0x1b, 0x45, 0x37, 0x21, 0x71, 0xbe, 0xb2, 0xe0, 0xd6, 0xd8, 0xfe, 0xe9, 0xdc, 0x63, 0x65,
|
0xac, 0x66, 0xb9, 0x3e, 0xd9, 0x72, 0x5b, 0xca, 0x95, 0x5b, 0xe7, 0xaf, 0x06, 0xbc, 0x93, 0x5b,
|
||||||
0x73, 0xcf, 0xff, 0x0b, 0x8e, 0x3f, 0x5a, 0x70, 0x37, 0x1f, 0x8e, 0xeb, 0x18, 0xef, 0x67, 0x7a,
|
0xfb, 0x3a, 0x6f, 0x9b, 0x24, 0x78, 0xe9, 0x3a, 0x09, 0x6e, 0xe6, 0x13, 0xdc, 0xf9, 0xb5, 0x01,
|
||||||
0x12, 0x96, 0x5e, 0x2a, 0x69, 0xe6, 0x61, 0x1e, 0x27, 0x8c, 0xef, 0x69, 0x26, 0x39, 0x7f, 0x29,
|
0x77, 0x9f, 0x61, 0x9e, 0x2e, 0x1e, 0x37, 0x1c, 0x09, 0xf4, 0x2d, 0x80, 0xa4, 0x68, 0xb0, 0x9a,
|
||||||
0x00, 0xda, 0x53, 0xc9, 0x42, 0x7d, 0xbc, 0x8c, 0x69, 0xae, 0xcc, 0xbe, 0x19, 0x8e, 0x9d, 0xbf,
|
0xb9, 0x6e, 0x36, 0x4c, 0x37, 0x65, 0x71, 0xbe, 0x34, 0xe0, 0xf6, 0xd8, 0xfe, 0xd9, 0xda, 0x63,
|
||||||
0x09, 0x8e, 0x5d, 0xb8, 0x0a, 0xc7, 0x4a, 0x47, 0x90, 0x59, 0x93, 0x0b, 0xbf, 0x3f, 0x50, 0x9c,
|
0xe4, 0x6b, 0xcf, 0xff, 0x2b, 0x1c, 0x7f, 0x30, 0x60, 0xad, 0x38, 0x1c, 0xd7, 0x01, 0xef, 0x27,
|
||||||
0x31, 0xef, 0x8e, 0x04, 0xce, 0x1b, 0xb8, 0x1d, 0x45, 0x99, 0xe2, 0xd3, 0x4b, 0x60, 0x93, 0xf6,
|
0x6a, 0x12, 0x16, 0x59, 0x2a, 0x68, 0xf1, 0x61, 0x11, 0x27, 0x8c, 0xef, 0xa9, 0x27, 0x39, 0x7f,
|
||||||
0xcb, 0x42, 0xd6, 0x2f, 0xa7, 0x20, 0xe4, 0xfc, 0xa7, 0x00, 0xb7, 0x9a, 0x11, 0x05, 0x48, 0x06,
|
0x2e, 0x01, 0xda, 0x93, 0xc5, 0x42, 0x3e, 0xbc, 0x0c, 0x34, 0x57, 0x56, 0x0b, 0x39, 0x4d, 0x30,
|
||||||
0x50, 0x24, 0x7e, 0xb1, 0xdb, 0x4e, 0x36, 0x47, 0x82, 0x31, 0x8b, 0x13, 0x19, 0x73, 0x3e, 0xcd,
|
0x77, 0x13, 0x9a, 0x60, 0xfe, 0x4a, 0x9a, 0x60, 0x0d, 0x2c, 0x51, 0x35, 0x19, 0xf7, 0xfb, 0x03,
|
||||||
0x98, 0xe9, 0x03, 0x2e, 0x64, 0x4d, 0x78, 0x23, 0x25, 0x0e, 0x6a, 0xc0, 0xea, 0x88, 0x01, 0x0d,
|
0xc9, 0x19, 0x73, 0xee, 0xc8, 0xe0, 0xbc, 0x81, 0x3b, 0xf1, 0x2d, 0x93, 0x7c, 0x7a, 0x89, 0xd8,
|
||||||
0x01, 0x2e, 0x29, 0x02, 0x5c, 0x26, 0xc9, 0xdb, 0x73, 0xf4, 0x18, 0x56, 0x62, 0xba, 0x0a, 0x34,
|
0x64, 0xf3, 0xb2, 0x94, 0xcf, 0xcb, 0x29, 0x11, 0x72, 0xfe, 0x53, 0x82, 0xdb, 0xcd, 0x98, 0x02,
|
||||||
0x8b, 0x95, 0x94, 0xb9, 0x46, 0xdc, 0x16, 0x44, 0x34, 0x96, 0x66, 0x74, 0x7b, 0x9c, 0xd1, 0x9d,
|
0x04, 0x03, 0x48, 0x12, 0xbf, 0x38, 0x6d, 0x27, 0xc3, 0x91, 0x62, 0x4c, 0x73, 0x22, 0x63, 0xce,
|
||||||
0x7f, 0x5a, 0x50, 0x8e, 0x43, 0x62, 0xc6, 0x5a, 0x33, 0x05, 0x7e, 0x21, 0x0b, 0xfe, 0x06, 0x54,
|
0x65, 0x19, 0x33, 0x7b, 0xc0, 0xf9, 0x3c, 0x84, 0x37, 0x23, 0xc9, 0x1a, 0xb0, 0x32, 0x62, 0x40,
|
||||||
0x30, 0xf5, 0xdb, 0x3d, 0xec, 0xa9, 0x8d, 0x14, 0xce, 0x25, 0xb7, 0xac, 0x65, 0xba, 0x6c, 0x7a,
|
0x4d, 0x80, 0x8b, 0x92, 0x00, 0x97, 0x48, 0xfa, 0xed, 0x19, 0x7a, 0x0c, 0xcb, 0x09, 0x5d, 0x05,
|
||||||
0x0a, 0xe5, 0x51, 0x01, 0x17, 0x79, 0xfd, 0xc3, 0x89, 0x15, 0x5c, 0xd2, 0xf2, 0x2e, 0xc4, 0x95,
|
0x8a, 0xc5, 0xca, 0x12, 0xae, 0x11, 0xb7, 0x05, 0x31, 0x8d, 0x65, 0x19, 0xdd, 0x1a, 0x67, 0x74,
|
||||||
0x1c, 0x77, 0x7e, 0x5f, 0x18, 0x11, 0x8b, 0x76, 0xcb, 0xeb, 0xa4, 0x8f, 0x5f, 0x42, 0xc5, 0xdc,
|
0xe7, 0x1f, 0x06, 0xd8, 0xc9, 0x95, 0x98, 0x51, 0x1b, 0x67, 0x82, 0x5f, 0xca, 0x07, 0x7f, 0x03,
|
||||||
0x42, 0x17, 0x96, 0x3a, 0x89, 0xfc, 0x38, 0xef, 0x58, 0x79, 0x9b, 0x6e, 0x26, 0x60, 0xfc, 0x98,
|
0x2a, 0x38, 0xf4, 0xdb, 0x3d, 0xec, 0xc9, 0x8d, 0x64, 0x9c, 0xcb, 0xae, 0xad, 0x6c, 0x4a, 0x36,
|
||||||
0x8a, 0xf0, 0xdc, 0x2d, 0xf3, 0x91, 0xa4, 0xee, 0xc1, 0x6a, 0x56, 0x01, 0xad, 0x42, 0xf1, 0x0c,
|
0x3d, 0x05, 0x7b, 0x24, 0xe0, 0xe2, 0xac, 0x7f, 0x38, 0x51, 0xc1, 0xa5, 0x91, 0x77, 0x21, 0x51,
|
||||||
0x9f, 0x1b, 0x8c, 0xe5, 0x4f, 0x99, 0x70, 0x5f, 0x49, 0x07, 0x31, 0x3c, 0x7b, 0xff, 0xc2, 0x0c,
|
0x72, 0xcc, 0xf9, 0x6d, 0x69, 0x44, 0x2c, 0x2a, 0x2d, 0xaf, 0x53, 0x3e, 0x7e, 0x0e, 0x15, 0xfd,
|
||||||
0xd6, 0x65, 0xae, 0xd6, 0xfe, 0x49, 0xe1, 0x23, 0xcb, 0x39, 0x87, 0xd5, 0xfd, 0x90, 0x0d, 0x2e,
|
0x16, 0x4a, 0x58, 0xaa, 0x22, 0xf2, 0xc3, 0xa2, 0x63, 0x15, 0x6d, 0xba, 0x99, 0x0a, 0xe3, 0x47,
|
||||||
0x9d, 0xbb, 0x1c, 0xa8, 0x24, 0x8a, 0xd1, 0x28, 0x42, 0x53, 0xb2, 0x69, 0x31, 0xfa, 0x39, 0xac,
|
0x21, 0x8f, 0xce, 0x5d, 0x9b, 0x8d, 0x2c, 0x75, 0x0f, 0x56, 0xf2, 0x0e, 0x68, 0x05, 0xcc, 0x33,
|
||||||
0xed, 0x63, 0xde, 0x09, 0x49, 0xfb, 0xf2, 0xa9, 0x73, 0x0a, 0xbf, 0x7f, 0x6d, 0xc1, 0x7b, 0x99,
|
0x7c, 0xae, 0x63, 0x2c, 0x7e, 0x8a, 0x82, 0xfb, 0x4a, 0x24, 0x88, 0xe6, 0xd9, 0xfb, 0x17, 0x56,
|
||||||
0xb5, 0xaf, 0x63, 0xe3, 0x9f, 0xa7, 0x3d, 0x4f, 0x9b, 0x78, 0x4a, 0xef, 0x90, 0xf4, 0x38, 0x5f,
|
0xb0, 0x2e, 0x75, 0x95, 0xf7, 0x8f, 0x4a, 0x1f, 0x1a, 0xce, 0x39, 0xac, 0xec, 0x47, 0x74, 0x70,
|
||||||
0xf1, 0x96, 0xfa, 0xb6, 0x2b, 0xd3, 0xc3, 0x71, 0xc8, 0x4e, 0x54, 0x55, 0x76, 0x73, 0x37, 0xfe,
|
0xe9, 0xda, 0xe5, 0x40, 0x25, 0x25, 0x46, 0xe3, 0x1b, 0x9a, 0xb1, 0x4d, 0xbb, 0xa3, 0x9f, 0xc1,
|
||||||
0x93, 0x05, 0xf7, 0x26, 0xec, 0x71, 0x9d, 0x9b, 0x6f, 0x98, 0x34, 0x85, 0x03, 0xdd, 0x4a, 0x98,
|
0xea, 0x3e, 0x66, 0x9d, 0x88, 0xb4, 0x2f, 0x5f, 0x3a, 0xa7, 0xf0, 0xfb, 0xef, 0x0c, 0x78, 0x27,
|
||||||
0x3e, 0xc4, 0xc8, 0x54, 0x3b, 0x71, 0x0f, 0x40, 0x30, 0xe1, 0xf7, 0xb4, 0x82, 0x69, 0x44, 0x94,
|
0xb7, 0xf6, 0x75, 0x30, 0xfe, 0x69, 0x36, 0xf3, 0x14, 0xc4, 0x53, 0x7a, 0x87, 0x74, 0xc6, 0xf9,
|
||||||
0x44, 0x7e, 0x76, 0xfe, 0x5e, 0x80, 0x6a, 0x4b, 0xb0, 0xd0, 0x3f, 0xc1, 0x7b, 0x8c, 0x76, 0xc9,
|
0x92, 0xb7, 0xe4, 0xb3, 0x5d, 0x51, 0x1e, 0x8e, 0x23, 0x7a, 0x22, 0x55, 0xd9, 0xcd, 0xbd, 0xf1,
|
||||||
0x89, 0xcc, 0x99, 0x51, 0xe5, 0x6a, 0xa9, 0x6b, 0xc4, 0xb5, 0xe9, 0x06, 0x54, 0xfc, 0x4e, 0x07,
|
0x1f, 0x0d, 0xb8, 0x37, 0x61, 0x8f, 0xeb, 0xbc, 0x79, 0xbe, 0xe7, 0x2b, 0x4d, 0xeb, 0xf9, 0xcc,
|
||||||
0x73, 0xee, 0x9d, 0xe1, 0x73, 0x93, 0x25, 0x6c, 0xb7, 0xac, 0x65, 0xcf, 0xa5, 0x48, 0xd6, 0xfc,
|
0x5c, 0xcf, 0xe7, 0xfc, 0xad, 0x04, 0xd5, 0x16, 0xa7, 0x91, 0x7f, 0x82, 0xf7, 0x68, 0xd8, 0x25,
|
||||||
0x1c, 0x77, 0x42, 0x2c, 0xbc, 0x91, 0xa6, 0x71, 0xad, 0x15, 0xfd, 0x61, 0x27, 0xd2, 0x96, 0xa5,
|
0x27, 0xa2, 0x66, 0xc6, 0xca, 0xd5, 0x90, 0xaf, 0x91, 0x68, 0xd3, 0x0d, 0xa8, 0xf8, 0x9d, 0x0e,
|
||||||
0xee, 0x90, 0xe3, 0x56, 0xeb, 0x53, 0x95, 0x9b, 0x4b, 0xae, 0x19, 0xc9, 0x42, 0xa3, 0x3d, 0xec,
|
0x66, 0xcc, 0x3b, 0xc3, 0xe7, 0xba, 0x4a, 0x58, 0xae, 0xad, 0x6c, 0xcf, 0x85, 0x49, 0x68, 0x7e,
|
||||||
0x9c, 0x61, 0x91, 0xcc, 0xcd, 0xa0, 0x45, 0x2a, 0x39, 0xdf, 0x01, 0x3b, 0x64, 0x4c, 0xa8, 0x84,
|
0x86, 0x3b, 0x11, 0xe6, 0xde, 0xc8, 0x53, 0xa7, 0xd6, 0xb2, 0x7a, 0xb0, 0x13, 0x7b, 0x0b, 0xa9,
|
||||||
0xaa, 0x58, 0xcd, 0x76, 0x4b, 0x52, 0x20, 0xd3, 0x89, 0x59, 0xb5, 0xb9, 0x73, 0xa8, 0x5a, 0x21,
|
0x3b, 0x64, 0xb8, 0xd5, 0xfa, 0x44, 0xd6, 0xe6, 0xb2, 0xab, 0x47, 0x42, 0x68, 0xb4, 0x87, 0x9d,
|
||||||
0xbd, 0x6a, 0x73, 0xe7, 0x50, 0x76, 0x6c, 0xcd, 0x9d, 0xc3, 0x8f, 0x69, 0x30, 0x60, 0x84, 0x0a,
|
0x33, 0xcc, 0xd3, 0xb5, 0x19, 0x94, 0x49, 0x16, 0xe7, 0xbb, 0x60, 0x45, 0x94, 0x72, 0x59, 0x50,
|
||||||
0x95, 0x5d, 0x6d, 0x37, 0x29, 0x92, 0xd7, 0xe3, 0x1a, 0x09, 0x4f, 0x12, 0xb1, 0xca, 0xac, 0xb6,
|
0x25, 0xab, 0x59, 0x6e, 0x59, 0x18, 0x44, 0x39, 0xd1, 0xab, 0x36, 0x77, 0x0e, 0x65, 0x2b, 0xa4,
|
||||||
0x5b, 0x36, 0xb2, 0x17, 0xe7, 0x03, 0xec, 0xfc, 0xb7, 0x08, 0xab, 0xba, 0x9a, 0x38, 0x60, 0xed,
|
0x56, 0x6d, 0xee, 0x1c, 0x8a, 0x8e, 0xad, 0xb9, 0x73, 0xf8, 0x51, 0x18, 0x0c, 0x28, 0x09, 0xb9,
|
||||||
0xc8, 0x3d, 0xee, 0x82, 0xdd, 0xe9, 0x0d, 0x65, 0x61, 0x6e, 0x7c, 0xc3, 0x76, 0x47, 0x82, 0x74,
|
0xac, 0xae, 0x96, 0x9b, 0x36, 0x89, 0xd7, 0x63, 0x2a, 0x12, 0x9e, 0x20, 0x62, 0x59, 0x59, 0x2d,
|
||||||
0x17, 0xe4, 0x0d, 0x42, 0xdc, 0x25, 0x6f, 0x0c, 0x72, 0xa3, 0x2e, 0xe8, 0x58, 0x89, 0x93, 0x74,
|
0xd7, 0xd6, 0xb6, 0x17, 0xe7, 0x03, 0xec, 0xfc, 0xd7, 0x84, 0x15, 0xa5, 0x26, 0x0e, 0x68, 0x3b,
|
||||||
0x55, 0x1c, 0xa3, 0xab, 0xc0, 0x17, 0xbe, 0xe1, 0x90, 0x79, 0xc5, 0x21, 0xb6, 0x94, 0x68, 0xfa,
|
0x4e, 0x8f, 0x35, 0xb0, 0x3a, 0xbd, 0xa1, 0x10, 0xe6, 0x3a, 0x37, 0x2c, 0x77, 0x64, 0xc8, 0x76,
|
||||||
0x18, 0x63, 0x85, 0x85, 0x9c, 0x3e, 0x2f, 0x41, 0x93, 0x8b, 0x69, 0x9a, 0x4c, 0x3b, 0xef, 0x52,
|
0x41, 0xde, 0x20, 0xc2, 0x5d, 0xf2, 0x46, 0x47, 0x6e, 0xd4, 0x05, 0x1d, 0x4b, 0x73, 0x9a, 0xae,
|
||||||
0x96, 0x0c, 0x3f, 0x81, 0xe5, 0x08, 0x98, 0x8e, 0xf2, 0x11, 0x85, 0x5e, 0x4e, 0xc3, 0xa0, 0x12,
|
0xcc, 0x31, 0xba, 0x0a, 0x7c, 0xee, 0x6b, 0x0e, 0x99, 0x93, 0x1c, 0x62, 0x09, 0x8b, 0xa2, 0x8f,
|
||||||
0x59, 0xd2, 0x99, 0xdc, 0x2a, 0x4f, 0xf9, 0x56, 0x96, 0x56, 0xed, 0x2b, 0xd1, 0x6a, 0xa6, 0xbe,
|
0x31, 0x56, 0x98, 0x2f, 0xe8, 0xf3, 0x52, 0x34, 0xb9, 0x90, 0xa5, 0xc9, 0x6c, 0xf2, 0x2e, 0xe6,
|
||||||
0x82, 0xab, 0xd4, 0x57, 0xc9, 0x06, 0xbc, 0x9c, 0x6a, 0xc0, 0x9d, 0x4f, 0x61, 0xf5, 0x17, 0x43,
|
0xc9, 0xf0, 0x63, 0x58, 0x8a, 0x03, 0xd3, 0x91, 0x39, 0x22, 0xa3, 0x57, 0xd0, 0x30, 0xc8, 0x42,
|
||||||
0x1c, 0x9e, 0x1f, 0xb0, 0x36, 0x9f, 0xcd, 0xc6, 0x75, 0x28, 0x19, 0x43, 0x45, 0x99, 0x36, 0x1e,
|
0x96, 0x4e, 0x26, 0xb7, 0xca, 0x32, 0xb9, 0x95, 0xa7, 0x55, 0xeb, 0x4a, 0xb4, 0x9a, 0xd3, 0x57,
|
||||||
0x3b, 0xff, 0xb2, 0xa0, 0xaa, 0xc2, 0xfe, 0x85, 0xcf, 0xcf, 0xa2, 0xb7, 0x8a, 0xc8, 0xca, 0x56,
|
0x70, 0x15, 0x7d, 0x95, 0x6e, 0xc0, 0xed, 0x4c, 0x03, 0xee, 0x7c, 0x02, 0x2b, 0x3f, 0x1b, 0xe2,
|
||||||
0xda, 0xca, 0x57, 0xaf, 0xcc, 0x13, 0x8d, 0xb6, 0xea, 0x12, 0x6c, 0x93, 0xe0, 0x54, 0x8b, 0x9d,
|
0xe8, 0xfc, 0x80, 0xb6, 0xd9, 0x6c, 0x18, 0xd7, 0xa1, 0xac, 0x81, 0x8a, 0x2b, 0x6d, 0x32, 0x76,
|
||||||
0x57, 0x5d, 0xcc, 0xe7, 0x56, 0x17, 0x99, 0x1a, 0x7f, 0x61, 0xac, 0xc6, 0xff, 0xc6, 0x82, 0x5b,
|
0xfe, 0x65, 0x40, 0x55, 0x5e, 0xfb, 0x17, 0x3e, 0x3b, 0x8b, 0xbf, 0x55, 0xc4, 0x28, 0x1b, 0x59,
|
||||||
0x09, 0x70, 0xae, 0x93, 0xbb, 0x52, 0x90, 0x16, 0xb2, 0x90, 0xee, 0xa6, 0x73, 0x7a, 0x31, 0xcf,
|
0x94, 0xaf, 0xae, 0xcc, 0x53, 0x8d, 0xb6, 0xec, 0x12, 0x2c, 0x5d, 0xe0, 0x64, 0x8b, 0x5d, 0xa4,
|
||||||
0xc6, 0x89, 0x9c, 0x1e, 0x81, 0x9b, 0xca, 0xeb, 0xcf, 0x61, 0x45, 0x92, 0xe7, 0xcd, 0xd8, 0xf1,
|
0x2e, 0xe6, 0x0a, 0xd5, 0x45, 0x4e, 0xe3, 0xcf, 0x8f, 0x69, 0xfc, 0xaf, 0x0c, 0xb8, 0x9d, 0x0a,
|
||||||
0xdf, 0x16, 0x2c, 0x1d, 0xb0, 0xb6, 0xb2, 0x60, 0xd2, 0x79, 0xac, 0xf4, 0xeb, 0xcd, 0x2a, 0x14,
|
0xce, 0x75, 0x6a, 0x57, 0x26, 0xa4, 0xa5, 0x7c, 0x48, 0x77, 0xb3, 0x35, 0xdd, 0x2c, 0xc2, 0x38,
|
||||||
0x03, 0xd2, 0x37, 0x89, 0x58, 0xfe, 0x94, 0xc1, 0xc5, 0x85, 0x1f, 0x8a, 0xd1, 0xfb, 0x93, 0xac,
|
0x55, 0xd3, 0xe3, 0xe0, 0x66, 0xea, 0xfa, 0x73, 0x58, 0x16, 0xe4, 0x79, 0x33, 0x38, 0xfe, 0xdb,
|
||||||
0xac, 0xa4, 0x44, 0x3d, 0x5f, 0xbc, 0x0f, 0x25, 0x4c, 0x03, 0xfd, 0xd1, 0xd4, 0xa8, 0x98, 0x06,
|
0x80, 0xc5, 0x03, 0xda, 0x96, 0x08, 0xa6, 0x93, 0xc7, 0xc8, 0x7e, 0xbd, 0x59, 0x01, 0x33, 0x20,
|
||||||
0xea, 0xd3, 0xcd, 0xf4, 0x00, 0x6b, 0xb0, 0x30, 0x60, 0xa3, 0x37, 0x23, 0x3d, 0x70, 0xd6, 0x00,
|
0x7d, 0x5d, 0x88, 0xc5, 0x4f, 0x71, 0xb9, 0x18, 0xf7, 0x23, 0x3e, 0xfa, 0xfe, 0x24, 0x94, 0x95,
|
||||||
0x3d, 0xc3, 0xe2, 0x80, 0xb5, 0xa5, 0x55, 0x22, 0x78, 0x9c, 0xbf, 0x16, 0x54, 0x4b, 0x30, 0x12,
|
0xb0, 0xc8, 0xcf, 0x17, 0xef, 0x42, 0x19, 0x87, 0x81, 0x7a, 0xa8, 0x35, 0x2a, 0x0e, 0x03, 0xf9,
|
||||||
0x5f, 0xc7, 0xc0, 0x0e, 0x54, 0x35, 0xf3, 0x7c, 0xc9, 0xda, 0x1e, 0x1d, 0x46, 0xa0, 0x94, 0x95,
|
0xe8, 0x66, 0x7a, 0x80, 0x55, 0x98, 0x1f, 0xd0, 0xd1, 0x37, 0x23, 0x35, 0x70, 0x56, 0x01, 0x3d,
|
||||||
0xf0, 0x80, 0xb5, 0x8f, 0x86, 0x7d, 0xf4, 0x01, 0xdc, 0x26, 0xd4, 0x1b, 0x18, 0x32, 0x8c, 0x35,
|
0xc3, 0xfc, 0x80, 0xb6, 0x05, 0x2a, 0x71, 0x78, 0x9c, 0xbf, 0x94, 0x64, 0x4b, 0x30, 0x32, 0x5f,
|
||||||
0x35, 0x4a, 0xab, 0x84, 0x46, 0x34, 0x69, 0xd4, 0x1f, 0xc1, 0x0a, 0xa6, 0x2f, 0x87, 0x78, 0x88,
|
0x07, 0x60, 0x07, 0xaa, 0x8a, 0x79, 0xbe, 0xa0, 0x6d, 0x2f, 0x1c, 0xc6, 0x41, 0xb1, 0xa5, 0xf1,
|
||||||
0x63, 0x55, 0x8d, 0x59, 0xd5, 0x88, 0x8d, 0x9e, 0x24, 0x3d, 0x9f, 0x9f, 0x79, 0xbc, 0xc7, 0x04,
|
0x80, 0xb6, 0x8f, 0x86, 0x7d, 0xf4, 0x1e, 0xdc, 0x21, 0xa1, 0x37, 0xd0, 0x64, 0x98, 0x78, 0xaa,
|
||||||
0x37, 0xc9, 0xd0, 0x96, 0x92, 0x96, 0x14, 0xa0, 0x8f, 0xc0, 0x96, 0xd3, 0xb5, 0x6b, 0xe9, 0xd2,
|
0x28, 0xad, 0x90, 0x30, 0xa6, 0x49, 0xed, 0xfe, 0x08, 0x96, 0x71, 0xf8, 0x72, 0x88, 0x87, 0x38,
|
||||||
0xfe, 0x4e, 0x9e, 0x6b, 0x19, 0x7b, 0xbb, 0xa5, 0x2f, 0xf5, 0x0f, 0xbe, 0xfd, 0x8d, 0x0d, 0xa0,
|
0x71, 0x55, 0x31, 0xab, 0x6a, 0xb3, 0xf6, 0x13, 0xa4, 0xe7, 0xb3, 0x33, 0x8f, 0xf5, 0x28, 0x67,
|
||||||
0x1c, 0x6e, 0x8f, 0xb1, 0x30, 0x40, 0x03, 0x85, 0xe2, 0x1e, 0xeb, 0x0f, 0x18, 0xc5, 0x54, 0xa8,
|
0xba, 0x18, 0x5a, 0xc2, 0xd2, 0x12, 0x06, 0xf4, 0x21, 0x58, 0x62, 0xba, 0x4a, 0x2d, 0x25, 0xed,
|
||||||
0xa8, 0xe4, 0xe8, 0xc9, 0x84, 0x87, 0x94, 0x71, 0x55, 0x83, 0x7b, 0xfd, 0xd1, 0x84, 0x19, 0x19,
|
0xef, 0x16, 0xa5, 0x96, 0xc6, 0xdb, 0x2d, 0x7f, 0xa1, 0x7e, 0xb0, 0xed, 0xaf, 0x2c, 0x00, 0x99,
|
||||||
0x75, 0x67, 0x0e, 0xbd, 0x54, 0xc5, 0xb1, 0x1c, 0x12, 0x2e, 0x48, 0x87, 0xef, 0x9d, 0xfa, 0x94,
|
0x70, 0x7b, 0x94, 0x46, 0x01, 0x1a, 0xc8, 0x28, 0xee, 0xd1, 0xfe, 0x80, 0x86, 0x38, 0xe4, 0xf2,
|
||||||
0xe2, 0x1e, 0xda, 0x9e, 0xbc, 0xe7, 0x98, 0x72, 0xb4, 0xeb, 0x83, 0xf4, 0x1c, 0x33, 0x68, 0x89,
|
0x56, 0x32, 0xf4, 0x64, 0xc2, 0x87, 0x94, 0x71, 0x57, 0x1d, 0xf7, 0xfa, 0xa3, 0x09, 0x33, 0x72,
|
||||||
0x90, 0xd0, 0x93, 0xc8, 0xf4, 0xce, 0x1c, 0x7a, 0x01, 0xe5, 0x44, 0x07, 0x8d, 0x1e, 0xe5, 0x21,
|
0xee, 0xce, 0x2d, 0xf4, 0x52, 0x8a, 0x63, 0x31, 0x24, 0x8c, 0x93, 0x0e, 0xdb, 0x3b, 0xf5, 0xc3,
|
||||||
0x35, 0xde, 0x62, 0xd7, 0x2f, 0xf2, 0x11, 0x67, 0x0e, 0x75, 0xa1, 0x9a, 0x7a, 0xe2, 0x41, 0x8d,
|
0x10, 0xf7, 0xd0, 0xf6, 0xe4, 0x3d, 0xc7, 0x9c, 0xe3, 0x5d, 0x1f, 0x64, 0xe7, 0xe8, 0x41, 0x8b,
|
||||||
0x8b, 0x6a, 0xf2, 0xe4, 0xbb, 0x4a, 0xfd, 0xbb, 0x33, 0x68, 0xc6, 0xa7, 0xff, 0xb5, 0x06, 0x6c,
|
0x47, 0x24, 0x3c, 0x89, 0xa1, 0x77, 0x6e, 0xa1, 0x17, 0x60, 0xa7, 0x3a, 0x68, 0xf4, 0xa8, 0x28,
|
||||||
0xec, 0x8d, 0x64, 0x6b, 0xc2, 0x22, 0x93, 0x5e, 0x73, 0xea, 0x4f, 0x66, 0x9f, 0x10, 0x6f, 0x1e,
|
0x52, 0xe3, 0x2d, 0x76, 0xfd, 0xa2, 0x1c, 0x71, 0x6e, 0xa1, 0x2e, 0x54, 0x33, 0x9f, 0x78, 0x50,
|
||||||
0x8c, 0x2e, 0xa9, 0xfc, 0x07, 0x3d, 0x9e, 0xde, 0x78, 0xe8, 0xdd, 0x1a, 0xb3, 0x76, 0x28, 0xce,
|
0xe3, 0x22, 0x4d, 0x9e, 0xfe, 0xae, 0x52, 0xff, 0xce, 0x0c, 0x9e, 0xc9, 0xe9, 0x7f, 0xa9, 0x02,
|
||||||
0x1c, 0x3a, 0x06, 0x3b, 0x6e, 0x12, 0xd0, 0x77, 0xf2, 0x26, 0x66, 0x7b, 0x88, 0x19, 0x8c, 0x93,
|
0x36, 0xf6, 0x8d, 0x64, 0x6b, 0xc2, 0x22, 0x93, 0xbe, 0xe6, 0xd4, 0x9f, 0xcc, 0x3e, 0x21, 0xd9,
|
||||||
0xaa, 0xcf, 0xf3, 0x8d, 0x93, 0xd7, 0x1e, 0xe4, 0x1b, 0x27, 0xb7, 0xd8, 0x77, 0xe6, 0xd0, 0x6f,
|
0x3c, 0x18, 0xbd, 0xa4, 0xcc, 0x1f, 0xf4, 0x78, 0x7a, 0xe3, 0xa1, 0x76, 0x6b, 0xcc, 0xda, 0xa1,
|
||||||
0x46, 0xef, 0x7c, 0xa9, 0xaa, 0x18, 0x3d, 0xb9, 0xe8, 0xfa, 0x79, 0x45, 0x7a, 0xfd, 0xfb, 0x97,
|
0x38, 0xb7, 0xd0, 0x31, 0x58, 0x49, 0x93, 0x80, 0xbe, 0x5d, 0x34, 0x31, 0xdf, 0x43, 0xcc, 0x00,
|
||||||
0x98, 0x91, 0x70, 0x0e, 0xd4, 0x3a, 0x65, 0xaf, 0x75, 0x75, 0x32, 0x0c, 0x7d, 0x59, 0xcc, 0x4f,
|
0x4e, 0x46, 0x9f, 0x17, 0x83, 0x53, 0xd4, 0x1e, 0x14, 0x83, 0x53, 0x28, 0xf6, 0x9d, 0x5b, 0xe8,
|
||||||
0x8e, 0xdf, 0x71, 0xd5, 0x89, 0x9b, 0x5f, 0x30, 0x23, 0xde, 0xdc, 0x03, 0x78, 0x86, 0xc5, 0x21,
|
0x57, 0xa3, 0xef, 0x7c, 0x19, 0x55, 0x8c, 0x9e, 0x5c, 0xf4, 0xfa, 0x45, 0x22, 0xbd, 0xfe, 0xbd,
|
||||||
0x16, 0x21, 0xe9, 0xf0, 0x6c, 0x58, 0x99, 0xc1, 0x48, 0x21, 0xda, 0xea, 0xf1, 0x54, 0xbd, 0x68,
|
0x4b, 0xcc, 0x48, 0x25, 0x07, 0x6a, 0x9d, 0xd2, 0xd7, 0x4a, 0x9d, 0x0c, 0x23, 0x5f, 0x88, 0xf9,
|
||||||
0x83, 0xed, 0x7f, 0x2c, 0x9a, 0x3f, 0x9c, 0x8e, 0x58, 0x80, 0xdf, 0x8d, 0x5c, 0x75, 0x0c, 0x76,
|
0xc9, 0xf7, 0x77, 0xdc, 0x75, 0xe2, 0xe6, 0x17, 0xcc, 0x48, 0x36, 0xf7, 0x00, 0x9e, 0x61, 0x7e,
|
||||||
0x5c, 0x9f, 0xe7, 0x87, 0x42, 0xb6, 0x7c, 0x9f, 0x16, 0x0a, 0x5f, 0x80, 0x1d, 0x17, 0x3c, 0xf9,
|
0x88, 0x79, 0x44, 0x3a, 0x2c, 0x7f, 0xad, 0xf4, 0x60, 0xe4, 0x10, 0x6f, 0xf5, 0x78, 0xaa, 0x5f,
|
||||||
0x2b, 0x66, 0x8b, 0xc5, 0xfa, 0xc3, 0x29, 0x5a, 0xf1, 0x69, 0x8f, 0xa0, 0x14, 0x15, 0x28, 0xe8,
|
0xbc, 0xc1, 0xf6, 0xdf, 0x17, 0xf4, 0x1f, 0x64, 0x47, 0x34, 0xc0, 0x5f, 0x8f, 0x5a, 0x75, 0x0c,
|
||||||
0xc1, 0xa4, 0xb8, 0x4d, 0xae, 0x3c, 0xe5, 0xac, 0xbf, 0x82, 0x72, 0x82, 0xbd, 0xf3, 0x33, 0xf5,
|
0x56, 0xa2, 0xcf, 0x8b, 0xaf, 0x42, 0x5e, 0xbe, 0x4f, 0xbb, 0x0a, 0x9f, 0x83, 0x95, 0x08, 0x9e,
|
||||||
0x38, 0xeb, 0xd7, 0x1f, 0x4f, 0xd5, 0x7b, 0x37, 0x02, 0x66, 0xf7, 0x07, 0x5f, 0x6c, 0x9f, 0x10,
|
0xe2, 0x15, 0xf3, 0x62, 0xb1, 0xfe, 0x70, 0x8a, 0x57, 0x72, 0xda, 0x23, 0x28, 0xc7, 0x02, 0x05,
|
||||||
0x71, 0x3a, 0x6c, 0x4b, 0x64, 0xb7, 0xb4, 0xe6, 0x07, 0x84, 0x99, 0x5f, 0x5b, 0xd1, 0x29, 0xb7,
|
0x3d, 0x98, 0x74, 0x6f, 0xd3, 0x2b, 0x4f, 0x39, 0xeb, 0x2f, 0xc0, 0x4e, 0xb1, 0x77, 0x71, 0xa5,
|
||||||
0xd4, 0x4a, 0x5b, 0x0a, 0xa7, 0x41, 0xbb, 0xbd, 0xa8, 0x86, 0x1f, 0xfe, 0x2f, 0x00, 0x00, 0xff,
|
0x1e, 0x67, 0xfd, 0xfa, 0xe3, 0xa9, 0x7e, 0x5f, 0x8f, 0x0b, 0xb3, 0xfb, 0xfd, 0xcf, 0xb7, 0x4f,
|
||||||
0xff, 0x81, 0x1e, 0xf7, 0xff, 0x33, 0x1e, 0x00, 0x00,
|
0x08, 0x3f, 0x1d, 0xb6, 0x45, 0x64, 0xb7, 0x94, 0xe7, 0x7b, 0x84, 0xea, 0x5f, 0x5b, 0xf1, 0x29,
|
||||||
|
0xb7, 0xe4, 0x4a, 0x5b, 0x32, 0x4e, 0x83, 0x76, 0x7b, 0x41, 0x0e, 0xdf, 0xff, 0x5f, 0x00, 0x00,
|
||||||
|
0x00, 0xff, 0xff, 0xa9, 0x94, 0xf8, 0x38, 0xe3, 0x1e, 0x00, 0x00,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reference imports to suppress errors if they are not otherwise used.
|
// Reference imports to suppress errors if they are not otherwise used.
|
||||||
@ -2084,11 +2120,13 @@ type IndexCoordClient interface {
|
|||||||
GetComponentStates(ctx context.Context, in *internalpb.GetComponentStatesRequest, opts ...grpc.CallOption) (*internalpb.ComponentStates, error)
|
GetComponentStates(ctx context.Context, in *internalpb.GetComponentStatesRequest, opts ...grpc.CallOption) (*internalpb.ComponentStates, error)
|
||||||
GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error)
|
GetStatisticsChannel(ctx context.Context, in *internalpb.GetStatisticsChannelRequest, opts ...grpc.CallOption) (*milvuspb.StringResponse, error)
|
||||||
CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error)
|
GetIndexState(ctx context.Context, in *GetIndexStateRequest, opts ...grpc.CallOption) (*GetIndexStateResponse, error)
|
||||||
GetSegmentIndexState(ctx context.Context, in *GetSegmentIndexStateRequest, opts ...grpc.CallOption) (*GetSegmentIndexStateResponse, error)
|
GetSegmentIndexState(ctx context.Context, in *GetSegmentIndexStateRequest, opts ...grpc.CallOption) (*GetSegmentIndexStateResponse, error)
|
||||||
GetIndexInfos(ctx context.Context, in *GetIndexInfoRequest, opts ...grpc.CallOption) (*GetIndexInfoResponse, error)
|
GetIndexInfos(ctx context.Context, in *GetIndexInfoRequest, opts ...grpc.CallOption) (*GetIndexInfoResponse, error)
|
||||||
DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
DropIndex(ctx context.Context, in *DropIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error)
|
||||||
DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error)
|
DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(ctx context.Context, in *GetIndexBuildProgressRequest, opts ...grpc.CallOption) (*GetIndexBuildProgressResponse, error)
|
||||||
ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error)
|
ShowConfigurations(ctx context.Context, in *internalpb.ShowConfigurationsRequest, opts ...grpc.CallOption) (*internalpb.ShowConfigurationsResponse, error)
|
||||||
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
||||||
@ -2207,11 +2245,13 @@ type IndexCoordServer interface {
|
|||||||
GetComponentStates(context.Context, *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error)
|
GetComponentStates(context.Context, *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error)
|
||||||
GetStatisticsChannel(context.Context, *internalpb.GetStatisticsChannelRequest) (*milvuspb.StringResponse, error)
|
GetStatisticsChannel(context.Context, *internalpb.GetStatisticsChannelRequest) (*milvuspb.StringResponse, error)
|
||||||
CreateIndex(context.Context, *CreateIndexRequest) (*commonpb.Status, error)
|
CreateIndex(context.Context, *CreateIndexRequest) (*commonpb.Status, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(context.Context, *GetIndexStateRequest) (*GetIndexStateResponse, error)
|
GetIndexState(context.Context, *GetIndexStateRequest) (*GetIndexStateResponse, error)
|
||||||
GetSegmentIndexState(context.Context, *GetSegmentIndexStateRequest) (*GetSegmentIndexStateResponse, error)
|
GetSegmentIndexState(context.Context, *GetSegmentIndexStateRequest) (*GetSegmentIndexStateResponse, error)
|
||||||
GetIndexInfos(context.Context, *GetIndexInfoRequest) (*GetIndexInfoResponse, error)
|
GetIndexInfos(context.Context, *GetIndexInfoRequest) (*GetIndexInfoResponse, error)
|
||||||
DropIndex(context.Context, *DropIndexRequest) (*commonpb.Status, error)
|
DropIndex(context.Context, *DropIndexRequest) (*commonpb.Status, error)
|
||||||
DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error)
|
DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error)
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(context.Context, *GetIndexBuildProgressRequest) (*GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(context.Context, *GetIndexBuildProgressRequest) (*GetIndexBuildProgressResponse, error)
|
||||||
ShowConfigurations(context.Context, *internalpb.ShowConfigurationsRequest) (*internalpb.ShowConfigurationsResponse, error)
|
ShowConfigurations(context.Context, *internalpb.ShowConfigurationsRequest) (*internalpb.ShowConfigurationsResponse, error)
|
||||||
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
// https://wiki.lfaidata.foundation/display/MIL/MEP+8+--+Add+metrics+for+proxy
|
||||||
|
|||||||
@ -36,7 +36,9 @@ service MilvusService {
|
|||||||
|
|
||||||
rpc CreateIndex(CreateIndexRequest) returns (common.Status) {}
|
rpc CreateIndex(CreateIndexRequest) returns (common.Status) {}
|
||||||
rpc DescribeIndex(DescribeIndexRequest) returns (DescribeIndexResponse) {}
|
rpc DescribeIndex(DescribeIndexRequest) returns (DescribeIndexResponse) {}
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
rpc GetIndexState(GetIndexStateRequest) returns (GetIndexStateResponse) {}
|
rpc GetIndexState(GetIndexStateRequest) returns (GetIndexStateResponse) {}
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
rpc GetIndexBuildProgress(GetIndexBuildProgressRequest) returns (GetIndexBuildProgressResponse) {}
|
rpc GetIndexBuildProgress(GetIndexBuildProgressRequest) returns (GetIndexBuildProgressResponse) {}
|
||||||
rpc DropIndex(DropIndexRequest) returns (common.Status) {}
|
rpc DropIndex(DropIndexRequest) returns (common.Status) {}
|
||||||
|
|
||||||
@ -581,6 +583,12 @@ message IndexDescription {
|
|||||||
repeated common.KeyValuePair params = 3;
|
repeated common.KeyValuePair params = 3;
|
||||||
// The vector field name
|
// The vector field name
|
||||||
string field_name = 4;
|
string field_name = 4;
|
||||||
|
// index build progress
|
||||||
|
int64 indexed_rows = 5;
|
||||||
|
int64 total_rows = 6;
|
||||||
|
// index state
|
||||||
|
common.IndexState state = 7;
|
||||||
|
string index_state_fail_reason = 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -2029,6 +2029,7 @@ func (node *Proxy) DropIndex(ctx context.Context, request *milvuspb.DropIndexReq
|
|||||||
|
|
||||||
// GetIndexBuildProgress gets index build progress with filed_name and index_name.
|
// GetIndexBuildProgress gets index build progress with filed_name and index_name.
|
||||||
// IndexRows is the num of indexed rows. And TotalRows is the total number of segment rows.
|
// IndexRows is the num of indexed rows. And TotalRows is the total number of segment rows.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (node *Proxy) GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error) {
|
func (node *Proxy) GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error) {
|
||||||
if !node.checkHealthy() {
|
if !node.checkHealthy() {
|
||||||
return &milvuspb.GetIndexBuildProgressResponse{
|
return &milvuspb.GetIndexBuildProgressResponse{
|
||||||
@ -2142,6 +2143,7 @@ func (node *Proxy) GetIndexBuildProgress(ctx context.Context, request *milvuspb.
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GetIndexState get the build-state of index.
|
// GetIndexState get the build-state of index.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
func (node *Proxy) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
func (node *Proxy) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
||||||
if !node.checkHealthy() {
|
if !node.checkHealthy() {
|
||||||
return &milvuspb.GetIndexStateResponse{
|
return &milvuspb.GetIndexStateResponse{
|
||||||
|
|||||||
@ -1446,6 +1446,10 @@ func (dit *describeIndexTask) Execute(ctx context.Context) error {
|
|||||||
IndexID: indexInfo.GetIndexID(),
|
IndexID: indexInfo.GetIndexID(),
|
||||||
FieldName: field.Name,
|
FieldName: field.Name,
|
||||||
Params: indexInfo.GetIndexParams(),
|
Params: indexInfo.GetIndexParams(),
|
||||||
|
IndexedRows: indexInfo.GetIndexedRows(),
|
||||||
|
TotalRows: indexInfo.GetTotalRows(),
|
||||||
|
State: indexInfo.GetState(),
|
||||||
|
IndexStateFailReason: indexInfo.GetIndexStateFailReason(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
@ -1546,6 +1550,7 @@ func (dit *dropIndexTask) PostExecute(ctx context.Context) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated: use describeIndexTask instead
|
||||||
type getIndexBuildProgressTask struct {
|
type getIndexBuildProgressTask struct {
|
||||||
Condition
|
Condition
|
||||||
*milvuspb.GetIndexBuildProgressRequest
|
*milvuspb.GetIndexBuildProgressRequest
|
||||||
@ -1639,6 +1644,7 @@ func (gibpt *getIndexBuildProgressTask) PostExecute(ctx context.Context) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated: use describeIndexTask instead
|
||||||
type getIndexStateTask struct {
|
type getIndexStateTask struct {
|
||||||
Condition
|
Condition
|
||||||
*milvuspb.GetIndexStateRequest
|
*milvuspb.GetIndexStateRequest
|
||||||
|
|||||||
@ -381,6 +381,7 @@ type IndexCoord interface {
|
|||||||
CreateIndex(ctx context.Context, req *indexpb.CreateIndexRequest) (*commonpb.Status, error)
|
CreateIndex(ctx context.Context, req *indexpb.CreateIndexRequest) (*commonpb.Status, error)
|
||||||
|
|
||||||
// GetIndexState gets the index state of the index name in the request from Proxy.
|
// GetIndexState gets the index state of the index name in the request from Proxy.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(ctx context.Context, req *indexpb.GetIndexStateRequest) (*indexpb.GetIndexStateResponse, error)
|
GetIndexState(ctx context.Context, req *indexpb.GetIndexStateRequest) (*indexpb.GetIndexStateResponse, error)
|
||||||
|
|
||||||
// GetSegmentIndexState gets the index state of the segments in the request from RootCoord.
|
// GetSegmentIndexState gets the index state of the segments in the request from RootCoord.
|
||||||
@ -393,6 +394,7 @@ type IndexCoord interface {
|
|||||||
DescribeIndex(ctx context.Context, req *indexpb.DescribeIndexRequest) (*indexpb.DescribeIndexResponse, error)
|
DescribeIndex(ctx context.Context, req *indexpb.DescribeIndexRequest) (*indexpb.DescribeIndexResponse, error)
|
||||||
|
|
||||||
// GetIndexBuildProgress get the index building progress by num rows.
|
// GetIndexBuildProgress get the index building progress by num rows.
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(ctx context.Context, req *indexpb.GetIndexBuildProgressRequest) (*indexpb.GetIndexBuildProgressResponse, error)
|
||||||
|
|
||||||
// DropIndex deletes indexes based on IndexID. One IndexID corresponds to the index of an entire column. A column is
|
// DropIndex deletes indexes based on IndexID. One IndexID corresponds to the index of an entire column. A column is
|
||||||
@ -1048,6 +1050,7 @@ type ProxyComponent interface {
|
|||||||
// the `IndexdRows` in `GetIndexBuildProgressResponse` return the num of indexed rows.
|
// the `IndexdRows` in `GetIndexBuildProgressResponse` return the num of indexed rows.
|
||||||
// the `TotalRows` in `GetIndexBuildProgressResponse` return the total number of segment rows.
|
// the `TotalRows` in `GetIndexBuildProgressResponse` return the total number of segment rows.
|
||||||
// error is always nil
|
// error is always nil
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error)
|
GetIndexBuildProgress(ctx context.Context, request *milvuspb.GetIndexBuildProgressRequest) (*milvuspb.GetIndexBuildProgressResponse, error)
|
||||||
|
|
||||||
// GetIndexState notifies Proxy to return index state
|
// GetIndexState notifies Proxy to return index state
|
||||||
@ -1058,6 +1061,7 @@ type ProxyComponent interface {
|
|||||||
// The `Status` in response struct `GetIndexStateResponse` indicates if this operation is processed successfully or fail cause;
|
// The `Status` in response struct `GetIndexStateResponse` indicates if this operation is processed successfully or fail cause;
|
||||||
// the `State` in `GetIndexStateResponse` return the state of index: Unissued/InProgress/Finished/Failed.
|
// the `State` in `GetIndexStateResponse` return the state of index: Unissued/InProgress/Finished/Failed.
|
||||||
// error is always nil
|
// error is always nil
|
||||||
|
// Deprecated: use DescribeIndex instead
|
||||||
GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error)
|
GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error)
|
||||||
|
|
||||||
// Insert notifies Proxy to insert rows
|
// Insert notifies Proxy to insert rows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user