diff --git a/go-tipb/analyze.pb.go b/go-tipb/analyze.pb.go index e96f5d15..1965f0ef 100644 --- a/go-tipb/analyze.pb.go +++ b/go-tipb/analyze.pb.go @@ -70,6 +70,7 @@ It has these top-level messages: Expand ExprSlice Expand2 + BroadcastQuery ExplainData ExplainOperator AccessObject diff --git a/go-tipb/executor.pb.go b/go-tipb/executor.pb.go index 89d55c65..1404bb8a 100644 --- a/go-tipb/executor.pb.go +++ b/go-tipb/executor.pb.go @@ -40,6 +40,7 @@ const ( ExecType_TypeWindow ExecType = 14 ExecType_TypeExpand ExecType = 15 ExecType_TypeExpand2 ExecType = 16 + ExecType_TypeBroadcastQuery ExecType = 17 ExecType_TypeIndexLookUp ExecType = 20 ) @@ -61,6 +62,7 @@ var ExecType_name = map[int32]string{ 14: "TypeWindow", 15: "TypeExpand", 16: "TypeExpand2", + 17: "TypeBroadcastQuery", 20: "TypeIndexLookUp", } var ExecType_value = map[string]int32{ @@ -81,6 +83,7 @@ var ExecType_value = map[string]int32{ "TypeWindow": 14, "TypeExpand": 15, "TypeExpand2": 16, + "TypeBroadcastQuery": 17, "TypeIndexLookUp": 20, } @@ -655,6 +658,7 @@ type Executor struct { FineGrainedShuffleBatchSize uint64 `protobuf:"varint,18,opt,name=fine_grained_shuffle_batch_size,json=fineGrainedShuffleBatchSize" json:"fine_grained_shuffle_batch_size"` Expand *Expand `protobuf:"bytes,19,opt,name=expand" json:"expand,omitempty"` Expand2 *Expand2 `protobuf:"bytes,20,opt,name=expand2" json:"expand2,omitempty"` + BroadcastQuery *BroadcastQuery `protobuf:"bytes,21,opt,name=broadcast_query,json=broadcastQuery" json:"broadcast_query,omitempty"` IndexLookup *IndexLookUp `protobuf:"bytes,24,opt,name=index_lookup,json=indexLookup" json:"index_lookup,omitempty"` // It indicates the parent index of current executor. // Not set indicates its parent is the next executor in `DAGRequest.executors`. @@ -807,6 +811,13 @@ func (m *Executor) GetExpand2() *Expand2 { return nil } +func (m *Executor) GetBroadcastQuery() *BroadcastQuery { + if m != nil { + return m.BroadcastQuery + } + return nil +} + func (m *Executor) GetIndexLookup() *IndexLookUp { if m != nil { return m.IndexLookup @@ -2649,6 +2660,23 @@ func (m *Expand2) GetChild() *Executor { return nil } +type BroadcastQuery struct { + Query *string `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *BroadcastQuery) Reset() { *m = BroadcastQuery{} } +func (m *BroadcastQuery) String() string { return proto.CompactTextString(m) } +func (*BroadcastQuery) ProtoMessage() {} +func (*BroadcastQuery) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{31} } + +func (m *BroadcastQuery) GetQuery() string { + if m != nil && m.Query != nil { + return *m.Query + } + return "" +} + func init() { proto.RegisterType((*Executor)(nil), "tipb.Executor") proto.RegisterType((*ExchangeSender)(nil), "tipb.ExchangeSender") @@ -2681,6 +2709,7 @@ func init() { proto.RegisterType((*Expand)(nil), "tipb.Expand") proto.RegisterType((*ExprSlice)(nil), "tipb.ExprSlice") proto.RegisterType((*Expand2)(nil), "tipb.Expand2") + proto.RegisterType((*BroadcastQuery)(nil), "tipb.BroadcastQuery") proto.RegisterEnum("tipb.ExecType", ExecType_name, ExecType_value) proto.RegisterEnum("tipb.ExchangeType", ExchangeType_name, ExchangeType_value) proto.RegisterEnum("tipb.CompressionMode", CompressionMode_name, CompressionMode_value) @@ -2897,17 +2926,29 @@ func (m *Executor) MarshalTo(dAtA []byte) (int, error) { } i += n16 } + if m.BroadcastQuery != nil { + dAtA[i] = 0xaa + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(m.BroadcastQuery.Size())) + n17, err := m.BroadcastQuery.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n17 + } if m.IndexLookup != nil { dAtA[i] = 0xc2 i++ dAtA[i] = 0x1 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.IndexLookup.Size())) - n17, err := m.IndexLookup.MarshalTo(dAtA[i:]) + n18, err := m.IndexLookup.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n17 + i += n18 } if m.ParentIdx != nil { dAtA[i] = 0xc8 @@ -2964,11 +3005,11 @@ func (m *ExchangeSender) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n18, err := m.Child.MarshalTo(dAtA[i:]) + n19, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n18 + i += n19 } if len(m.Types) > 0 { for _, msg := range m.Types { @@ -3321,11 +3362,11 @@ func (m *TableScan) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x6a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.AnnQuery.Size())) - n19, err := m.AnnQuery.MarshalTo(dAtA[i:]) + n20, err := m.AnnQuery.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n19 + i += n20 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -3433,11 +3474,11 @@ func (m *PartitionTableScan) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x5a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.AnnQuery.Size())) - n20, err := m.AnnQuery.MarshalTo(dAtA[i:]) + n21, err := m.AnnQuery.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n20 + i += n21 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -3774,11 +3815,11 @@ func (m *Selection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n21, err := m.Child.MarshalTo(dAtA[i:]) + n22, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n21 + i += n22 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -3829,11 +3870,11 @@ func (m *Projection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n22, err := m.Child.MarshalTo(dAtA[i:]) + n23, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n22 + i += n23 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -3916,11 +3957,11 @@ func (m *Aggregation) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x32 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n23, err := m.Child.MarshalTo(dAtA[i:]) + n24, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n23 + i += n24 } if m.PreAggMode != nil { dAtA[i] = 0x38 @@ -3967,11 +4008,11 @@ func (m *TopN) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n24, err := m.Child.MarshalTo(dAtA[i:]) + n25, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n24 + i += n25 } if len(m.PartitionBy) > 0 { for _, msg := range m.PartitionBy { @@ -4013,11 +4054,11 @@ func (m *Limit) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n25, err := m.Child.MarshalTo(dAtA[i:]) + n26, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n25 + i += n26 } if len(m.PartitionBy) > 0 { for _, msg := range m.PartitionBy { @@ -4111,11 +4152,11 @@ func (m *ExecutorExecutionSummary) MarshalTo(dAtA []byte) (int, error) { i = encodeVarintExecutor(dAtA, i, uint64(*m.Concurrency)) } if m.DetailInfo != nil { - nn26, err := m.DetailInfo.MarshalTo(dAtA[i:]) + nn27, err := m.DetailInfo.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += nn26 + i += nn27 } if m.RuConsumption != nil { dAtA[i] = 0x3a @@ -4127,11 +4168,11 @@ func (m *ExecutorExecutionSummary) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x42 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.TiflashWaitSummary.Size())) - n27, err := m.TiflashWaitSummary.MarshalTo(dAtA[i:]) + n28, err := m.TiflashWaitSummary.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n27 + i += n28 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -4145,11 +4186,11 @@ func (m *ExecutorExecutionSummary_TiflashScanContext) MarshalTo(dAtA []byte) (in dAtA[i] = 0x32 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.TiflashScanContext.Size())) - n28, err := m.TiflashScanContext.MarshalTo(dAtA[i:]) + n29, err := m.TiflashScanContext.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n28 + i += n29 } return i, nil } @@ -4594,11 +4635,11 @@ func (m *Sort) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n29, err := m.Child.MarshalTo(dAtA[i:]) + n30, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n29 + i += n30 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -4653,11 +4694,11 @@ func (m *WindowFrameBound) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x2a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.FrameRange.Size())) - n30, err := m.FrameRange.MarshalTo(dAtA[i:]) + n31, err := m.FrameRange.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n30 + i += n31 } if m.CmpDataType != nil { dAtA[i] = 0x30 @@ -4692,21 +4733,21 @@ func (m *WindowFrame) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Start.Size())) - n31, err := m.Start.MarshalTo(dAtA[i:]) + n32, err := m.Start.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n31 + i += n32 } if m.End != nil { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.End.Size())) - n32, err := m.End.MarshalTo(dAtA[i:]) + n33, err := m.End.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n32 + i += n33 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -4769,21 +4810,21 @@ func (m *Window) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Frame.Size())) - n33, err := m.Frame.MarshalTo(dAtA[i:]) + n34, err := m.Frame.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n33 + i += n34 } if m.Child != nil { dAtA[i] = 0x2a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n34, err := m.Child.MarshalTo(dAtA[i:]) + n35, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n34 + i += n35 } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -4888,11 +4929,11 @@ func (m *Expand) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n35, err := m.Child.MarshalTo(dAtA[i:]) + n36, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n35 + i += n36 } if m.Version != nil { dAtA[i] = 0x18 @@ -4984,11 +5025,38 @@ func (m *Expand2) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintExecutor(dAtA, i, uint64(m.Child.Size())) - n36, err := m.Child.MarshalTo(dAtA[i:]) + n37, err := m.Child.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n36 + i += n37 + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + +func (m *BroadcastQuery) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *BroadcastQuery) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.Query != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintExecutor(dAtA, i, uint64(len(*m.Query))) + i += copy(dAtA[i:], *m.Query) } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -5079,6 +5147,10 @@ func (m *Executor) Size() (n int) { l = m.Expand2.Size() n += 2 + l + sovExecutor(uint64(l)) } + if m.BroadcastQuery != nil { + l = m.BroadcastQuery.Size() + n += 2 + l + sovExecutor(uint64(l)) + } if m.IndexLookup != nil { l = m.IndexLookup.Size() n += 2 + l + sovExecutor(uint64(l)) @@ -6042,6 +6114,19 @@ func (m *Expand2) Size() (n int) { return n } +func (m *BroadcastQuery) Size() (n int) { + var l int + _ = l + if m.Query != nil { + l = len(*m.Query) + n += 1 + l + sovExecutor(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func sovExecutor(x uint64) (n int) { for { n++ @@ -6699,6 +6784,39 @@ func (m *Executor) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 21: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field BroadcastQuery", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthExecutor + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.BroadcastQuery == nil { + m.BroadcastQuery = &BroadcastQuery{} + } + if err := m.BroadcastQuery.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex case 24: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field IndexLookup", wireType) @@ -13076,6 +13194,87 @@ func (m *Expand2) Unmarshal(dAtA []byte) error { } return nil } +func (m *BroadcastQuery) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: BroadcastQuery: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: BroadcastQuery: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Query", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthExecutor + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Query = &s + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipExecutor(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthExecutor + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipExecutor(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 @@ -13184,283 +13383,286 @@ var ( func init() { proto.RegisterFile("executor.proto", fileDescriptorExecutor) } var fileDescriptorExecutor = []byte{ - // 4437 bytes of a gzipped FileDescriptorProto + // 4481 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x73, 0x1b, 0x47, - 0x76, 0x27, 0x40, 0x80, 0x04, 0x1e, 0x40, 0x70, 0xd8, 0xa4, 0xa4, 0x11, 0x65, 0x49, 0x34, 0x56, - 0xb6, 0x19, 0xc6, 0x96, 0x65, 0x4a, 0xeb, 0x8f, 0xdd, 0xec, 0xda, 0xfc, 0xb4, 0x20, 0x91, 0x20, - 0x77, 0xc0, 0x95, 0xf7, 0x90, 0xaa, 0xa9, 0xe1, 0x4c, 0x03, 0x6c, 0x71, 0xbe, 0x34, 0x3d, 0x23, - 0x81, 0x3e, 0xf9, 0x9c, 0x63, 0xb6, 0x92, 0xda, 0x5b, 0xaa, 0x72, 0x4a, 0x55, 0x52, 0xf9, 0x17, - 0x92, 0xe3, 0x1e, 0x73, 0x8d, 0x0f, 0xa9, 0x94, 0x73, 0xca, 0xbf, 0x90, 0x53, 0xaa, 0x5f, 0xf7, - 0x0c, 0x1a, 0x04, 0x48, 0xcb, 0x95, 0x1c, 0xf6, 0x04, 0xcc, 0x7b, 0xbf, 0xdf, 0xeb, 0xaf, 0xf7, - 0x5e, 0x77, 0xbf, 0x19, 0x68, 0xd1, 0x21, 0x75, 0xb3, 0x34, 0x4a, 0x1e, 0xc6, 0x49, 0x94, 0x46, - 0xa4, 0x92, 0xb2, 0xf8, 0x74, 0xd5, 0xa0, 0xc3, 0x38, 0xa1, 0x9c, 0xb3, 0x28, 0x94, 0xf2, 0xd5, - 0x26, 0x77, 0xcf, 0x68, 0xe0, 0xa8, 0xa7, 0x95, 0x41, 0x34, 0x88, 0xf0, 0xef, 0xc7, 0xe2, 0x9f, - 0x94, 0xb6, 0xff, 0x50, 0x83, 0xda, 0x9e, 0x32, 0x47, 0x1e, 0x40, 0x39, 0x8d, 0xcd, 0xd2, 0x5a, - 0x69, 0xbd, 0xb5, 0xd9, 0x7a, 0x28, 0xac, 0x3e, 0x14, 0xba, 0x93, 0x8b, 0x98, 0x6e, 0x57, 0xfe, - 0xf8, 0x1f, 0xf7, 0x67, 0xac, 0x72, 0x1a, 0x93, 0x0d, 0xa8, 0xa5, 0xa7, 0xbe, 0xcd, 0x5d, 0x27, - 0x34, 0xcb, 0x6b, 0xa5, 0xf5, 0xc6, 0xe6, 0xa2, 0xc4, 0x9e, 0x38, 0xa7, 0x3e, 0xed, 0xb9, 0x4e, - 0x68, 0xcd, 0xa7, 0xa7, 0xbe, 0xf8, 0x23, 0xb0, 0xcc, 0x1b, 0x4a, 0xec, 0xac, 0x8e, 0xed, 0x84, - 0x1e, 0x1d, 0x4a, 0x2c, 0xf3, 0xf0, 0x0f, 0xf9, 0x08, 0xea, 0x9c, 0xfa, 0xd4, 0x4d, 0x59, 0x14, - 0x9a, 0x15, 0x1d, 0xdc, 0xcb, 0xc5, 0xd6, 0x08, 0x41, 0x1e, 0x43, 0xc3, 0x19, 0x0c, 0x12, 0x3a, - 0x70, 0x90, 0x50, 0x45, 0xc2, 0x92, 0x24, 0x6c, 0x8d, 0x14, 0x96, 0x8e, 0x22, 0xf7, 0xa0, 0x92, - 0x46, 0x71, 0xd7, 0x9c, 0x43, 0x34, 0xa8, 0x7e, 0x47, 0x71, 0xd7, 0x42, 0x39, 0x79, 0x17, 0xaa, - 0x3e, 0x0b, 0x58, 0x6a, 0xce, 0x23, 0xa0, 0x21, 0x01, 0x07, 0x42, 0x64, 0x49, 0x0d, 0xd9, 0x81, - 0x25, 0x3a, 0x74, 0xcf, 0x9c, 0x70, 0x40, 0xed, 0x84, 0xba, 0x94, 0xbd, 0xa6, 0x89, 0x59, 0x43, - 0xf8, 0xcd, 0x7c, 0xce, 0xa4, 0xda, 0x52, 0x5a, 0xcb, 0xa0, 0x97, 0x24, 0xa2, 0x1f, 0x2f, 0x23, - 0x16, 0x9a, 0x75, 0xbd, 0x1f, 0xcf, 0x22, 0x16, 0x5a, 0x28, 0x27, 0xf7, 0xa1, 0x91, 0x2f, 0xb2, - 0xcd, 0x3c, 0x13, 0xd6, 0x4a, 0xeb, 0x75, 0x0b, 0x72, 0x51, 0xc7, 0x13, 0x06, 0xce, 0x99, 0xef, - 0x9b, 0x0d, 0xdd, 0xc0, 0x73, 0xe6, 0xfb, 0x16, 0xca, 0xc9, 0xaf, 0x60, 0xb1, 0xe8, 0x25, 0xa7, - 0xa1, 0x47, 0x13, 0xb3, 0x89, 0xd0, 0x95, 0xf1, 0x3e, 0xf6, 0x50, 0x67, 0xb5, 0xe8, 0xd8, 0x33, - 0x79, 0x04, 0x70, 0x9c, 0x44, 0x2f, 0xd5, 0x62, 0x2c, 0x20, 0xd3, 0x90, 0xcc, 0x91, 0xdc, 0xd2, - 0x30, 0xe4, 0x19, 0xac, 0xc4, 0x4e, 0x92, 0x32, 0xf1, 0x60, 0xa7, 0xc2, 0x13, 0xe4, 0xaa, 0xb7, - 0x90, 0x6b, 0x2a, 0x6e, 0x8e, 0x18, 0xb9, 0x0a, 0x89, 0x27, 0x64, 0x62, 0x70, 0x3c, 0x4a, 0x52, - 0x73, 0x51, 0x1f, 0x5c, 0x2f, 0x4a, 0x52, 0x0b, 0xe5, 0xe4, 0x01, 0xcc, 0xbd, 0x61, 0xa1, 0x17, - 0xbd, 0x31, 0x0d, 0x44, 0x34, 0x25, 0xe2, 0x1b, 0x94, 0x59, 0x4a, 0x47, 0xba, 0xf0, 0x6e, 0x9f, - 0x85, 0xd4, 0x1e, 0x24, 0x0e, 0x0b, 0xa9, 0x67, 0xf3, 0xb3, 0xac, 0xdf, 0x17, 0xdd, 0x4a, 0x13, - 0xea, 0x04, 0xb6, 0x1b, 0x65, 0x61, 0x6a, 0x2e, 0xad, 0x95, 0xd6, 0x2b, 0xca, 0xb9, 0xef, 0x0a, - 0xf8, 0xd7, 0x12, 0xdd, 0x93, 0xe0, 0x1e, 0x62, 0x77, 0x04, 0x94, 0x3c, 0x83, 0xfb, 0x53, 0xed, - 0x9d, 0x3a, 0xa9, 0x7b, 0x66, 0x73, 0xf6, 0x2d, 0x35, 0x89, 0x66, 0xed, 0xce, 0xa4, 0xb5, 0x6d, - 0x81, 0xec, 0xb1, 0x6f, 0xa9, 0x18, 0x01, 0x1d, 0xc6, 0x4e, 0xe8, 0x99, 0xcb, 0xfa, 0x08, 0xf6, - 0x50, 0x66, 0x29, 0x1d, 0xf9, 0x00, 0xe6, 0xe5, 0xbf, 0x4d, 0x73, 0x05, 0x61, 0x0b, 0x3a, 0x6c, - 0xd3, 0xca, 0xb5, 0xe4, 0x09, 0x34, 0x99, 0x08, 0x28, 0xdb, 0x8f, 0xa2, 0xf3, 0x2c, 0x36, 0x4d, - 0x3d, 0x18, 0x30, 0xd4, 0x0e, 0xa2, 0xe8, 0xfc, 0xb7, 0xb1, 0xd5, 0x60, 0xf9, 0x43, 0x16, 0x93, - 0xbb, 0x00, 0xb1, 0x93, 0xd0, 0x30, 0xb5, 0x99, 0x37, 0x34, 0x6f, 0xaf, 0x95, 0xd6, 0x17, 0xac, - 0xba, 0x94, 0x74, 0xbc, 0x61, 0xfb, 0x9f, 0x66, 0xa1, 0x35, 0xee, 0x26, 0x64, 0x5d, 0x4b, 0x10, - 0x64, 0xdc, 0x91, 0x26, 0x92, 0xc4, 0x12, 0x0d, 0xdd, 0xc8, 0xa3, 0x9e, 0x9d, 0x3a, 0xfc, 0xdc, - 0x0e, 0x68, 0xea, 0x98, 0xe5, 0xb5, 0xd9, 0xf5, 0xa6, 0xb5, 0xa8, 0x14, 0x27, 0x0e, 0x3f, 0x3f, - 0xa4, 0xa9, 0x43, 0x3e, 0x81, 0xd6, 0xc8, 0x75, 0xce, 0xe9, 0x05, 0x37, 0x67, 0xd7, 0x66, 0x47, - 0x0b, 0xbf, 0x37, 0x8c, 0x13, 0x6b, 0xa1, 0x40, 0x3c, 0xa7, 0x17, 0x9c, 0x3c, 0x80, 0xaa, 0x7b, - 0xc6, 0x7c, 0x4f, 0xe5, 0x09, 0x2d, 0x59, 0x89, 0xf8, 0xb0, 0xa4, 0x92, 0xbc, 0x07, 0xd5, 0xf4, - 0x22, 0xa6, 0xdc, 0xac, 0xa2, 0x3d, 0x95, 0x4d, 0xf6, 0x19, 0xf5, 0x3d, 0xd1, 0x5d, 0x4b, 0x6a, - 0xc9, 0x67, 0xb0, 0xe8, 0xf8, 0xbe, 0xdd, 0x17, 0x72, 0x5b, 0x12, 0xe6, 0xa6, 0x13, 0x16, 0x1c, - 0xdf, 0x2f, 0x9e, 0x38, 0xf9, 0x15, 0x34, 0xdc, 0x28, 0xc8, 0xb3, 0x2e, 0xe6, 0x8c, 0xd6, 0xe6, - 0x0d, 0x49, 0xda, 0x19, 0x29, 0x0e, 0x23, 0x2f, 0x9f, 0x1a, 0x1d, 0x4f, 0x0e, 0xe0, 0x66, 0x16, - 0xe7, 0xde, 0x98, 0x52, 0x6d, 0xa2, 0x6a, 0xd8, 0xfc, 0x2d, 0x35, 0x2a, 0x39, 0x5d, 0xdb, 0x17, - 0x29, 0xe5, 0x3d, 0x9f, 0xb9, 0xd4, 0x5a, 0xce, 0x69, 0x3b, 0x29, 0xcd, 0x67, 0xb1, 0xfd, 0x57, - 0x25, 0x68, 0x68, 0x4b, 0x4d, 0x1e, 0xc1, 0x8a, 0xf4, 0x89, 0x33, 0x27, 0xf4, 0x7c, 0x6a, 0x47, - 0xfd, 0x3e, 0xa7, 0x29, 0x37, 0x4b, 0x6b, 0xb3, 0xeb, 0x0b, 0x16, 0x41, 0xdd, 0x53, 0x54, 0x1d, - 0x49, 0x8d, 0xf0, 0x87, 0x73, 0x4a, 0x63, 0x3b, 0x4a, 0x44, 0xba, 0x10, 0xa9, 0xbd, 0x66, 0xd5, - 0x85, 0xe4, 0x48, 0x08, 0x44, 0x2e, 0xc7, 0x69, 0x4d, 0x68, 0xa8, 0x16, 0xe8, 0xf2, 0xb4, 0x17, - 0xfa, 0xf6, 0xe7, 0xb0, 0x34, 0xd1, 0x6d, 0xf2, 0x33, 0x58, 0xd0, 0x7d, 0x42, 0x76, 0xa5, 0x69, - 0x35, 0x35, 0x7f, 0xe0, 0xed, 0xef, 0x4b, 0x60, 0x5c, 0x4e, 0xa0, 0xd3, 0xbd, 0xa9, 0x34, 0xdd, - 0x9b, 0x1e, 0x41, 0x43, 0x5f, 0xc9, 0xf2, 0xf4, 0x95, 0x84, 0xfe, 0x68, 0x19, 0xdb, 0xe8, 0xd5, - 0xb3, 0x57, 0x79, 0x35, 0xfa, 0xf3, 0x2e, 0xdc, 0x8f, 0x12, 0x36, 0x60, 0xa1, 0xe3, 0xe3, 0x5a, - 0xc5, 0x89, 0x17, 0xb9, 0x19, 0x4d, 0xb4, 0xfe, 0x54, 0xb0, 0x3f, 0x77, 0x72, 0xd8, 0x4e, 0x4a, - 0x8f, 0x15, 0xa8, 0x58, 0xa3, 0xdf, 0xcf, 0x42, 0x73, 0xab, 0xdb, 0xfd, 0x4d, 0x46, 0x93, 0x8b, - 0x4e, 0xd8, 0x8f, 0xc8, 0x67, 0x00, 0xaf, 0xc4, 0x03, 0x76, 0x76, 0x3c, 0xb0, 0x72, 0x9c, 0x16, - 0x58, 0xf5, 0x57, 0xb9, 0x80, 0x74, 0x60, 0xd1, 0x63, 0x3c, 0x75, 0x42, 0x97, 0x8a, 0xd6, 0x13, - 0xe6, 0xe2, 0x82, 0xb5, 0x36, 0x57, 0x25, 0xfb, 0x05, 0x75, 0xd3, 0x28, 0xd9, 0x55, 0x90, 0x43, - 0x44, 0x28, 0x2b, 0x2d, 0x6f, 0x4c, 0x4a, 0x6e, 0x43, 0x35, 0x8d, 0x62, 0xfb, 0x1c, 0x67, 0x60, - 0x41, 0x81, 0xc4, 0x76, 0xf8, 0x9c, 0xbc, 0x27, 0x1c, 0xdc, 0xcf, 0x82, 0xd0, 0x0e, 0x9d, 0x80, - 0x62, 0xb0, 0xd5, 0x15, 0x00, 0xa4, 0xa2, 0xeb, 0x04, 0x94, 0xbc, 0x0b, 0x75, 0x05, 0x63, 0x1e, - 0x6e, 0xc4, 0xb3, 0x0a, 0x54, 0x93, 0x62, 0xdc, 0xaf, 0x1a, 0x09, 0xed, 0xdb, 0xaf, 0xa9, 0x6b, - 0xf7, 0x1f, 0x6f, 0xe2, 0xfe, 0xdb, 0xb4, 0xea, 0x09, 0xed, 0xbf, 0xa0, 0xee, 0xfe, 0xe3, 0x4d, - 0x72, 0x1f, 0x6a, 0xd2, 0x5b, 0x99, 0x87, 0x9b, 0x69, 0x6e, 0x61, 0x1e, 0xa5, 0x1d, 0x91, 0x0b, - 0x9b, 0x81, 0x33, 0xb4, 0xf3, 0xbe, 0xe3, 0x96, 0x58, 0xca, 0xa3, 0x2a, 0x70, 0x86, 0xf9, 0x50, - 0xc9, 0x06, 0xb4, 0xce, 0x42, 0xfe, 0xc6, 0xa6, 0x7d, 0x9b, 0x53, 0x27, 0x71, 0xcf, 0x30, 0x77, - 0xe6, 0xe3, 0x6a, 0x0a, 0xdd, 0x5e, 0xbf, 0x87, 0x9a, 0x67, 0x95, 0xda, 0xbc, 0x51, 0x6b, 0x7f, - 0x57, 0x85, 0xfa, 0x68, 0xf3, 0xb9, 0x0f, 0x35, 0xb9, 0x7d, 0x31, 0x0f, 0x17, 0xa4, 0xe8, 0x09, - 0x4a, 0x3b, 0x1e, 0xd9, 0x80, 0x79, 0x39, 0xac, 0xdc, 0xb9, 0x8c, 0x3c, 0xe2, 0x71, 0xac, 0x61, - 0x3f, 0xb2, 0x72, 0x00, 0x31, 0xa1, 0xe2, 0x51, 0xee, 0xe2, 0xd4, 0xd6, 0xf2, 0xa9, 0x15, 0x12, - 0xf2, 0x21, 0x90, 0x38, 0x61, 0x81, 0x93, 0x5c, 0xd8, 0xc5, 0xdc, 0x71, 0xf4, 0xa1, 0x59, 0xcb, - 0x50, 0x1a, 0x65, 0xd1, 0xe3, 0xe4, 0x2b, 0x30, 0x42, 0x3a, 0x4c, 0xed, 0x84, 0x3a, 0x9e, 0x4d, - 0xc3, 0x01, 0x0b, 0x29, 0x4e, 0x74, 0x2b, 0x6f, 0x7c, 0x0f, 0x65, 0x9a, 0xaf, 0xb4, 0x04, 0xde, - 0xa2, 0x8e, 0x27, 0x35, 0xe4, 0x43, 0x98, 0x4b, 0x84, 0x47, 0xe7, 0xb9, 0x4d, 0xc5, 0xee, 0x73, - 0x7a, 0x61, 0x09, 0xb1, 0x62, 0x29, 0x0c, 0xf9, 0x02, 0x6e, 0xe7, 0xbd, 0x8b, 0x13, 0xda, 0x67, - 0x43, 0xbd, 0x93, 0xf3, 0xd8, 0xc9, 0x9b, 0x0a, 0x70, 0x8c, 0xfa, 0x51, 0x57, 0xc7, 0xb3, 0x48, - 0xed, 0x72, 0x16, 0x59, 0x83, 0x26, 0xe3, 0x76, 0xdf, 0xe1, 0xa9, 0x3c, 0x1f, 0xd4, 0x11, 0x00, - 0x8c, 0xef, 0x3b, 0x3c, 0xc5, 0x05, 0x38, 0x84, 0xbb, 0x71, 0xc6, 0xcf, 0xa8, 0x67, 0x7b, 0xd1, - 0x9b, 0xd0, 0xee, 0x33, 0x3f, 0xa5, 0x89, 0xed, 0x46, 0xa1, 0x87, 0xf9, 0x9f, 0x9b, 0x30, 0xb1, - 0x3b, 0xac, 0x4a, 0xc2, 0x6e, 0xf4, 0x26, 0xdc, 0x47, 0xf8, 0x4e, 0x81, 0x26, 0x3b, 0xb0, 0x9c, - 0x64, 0x61, 0xca, 0x02, 0x9a, 0x9b, 0xf2, 0x19, 0x4f, 0xcd, 0x06, 0x1a, 0x59, 0x96, 0x46, 0x2c, - 0x09, 0x90, 0x5c, 0x6b, 0x29, 0xd1, 0x1f, 0x0f, 0x18, 0x4f, 0xc9, 0x47, 0x60, 0x08, 0xef, 0x7b, - 0xe3, 0xb0, 0xd4, 0x46, 0x53, 0x01, 0xc7, 0xf3, 0x54, 0x55, 0xcd, 0xdb, 0x42, 0xe0, 0x0c, 0xbf, - 0x71, 0x58, 0x7a, 0xc2, 0x02, 0x7a, 0xc8, 0xc9, 0xc7, 0x50, 0x77, 0xc2, 0xd0, 0xc6, 0x70, 0x55, - 0xa7, 0xa7, 0x4b, 0x51, 0x8d, 0x6e, 0x52, 0x73, 0xc2, 0x10, 0x9f, 0xda, 0x7f, 0x57, 0x01, 0x32, - 0x79, 0x38, 0xfa, 0xd3, 0xf4, 0xc5, 0x6b, 0x7d, 0xa3, 0x7a, 0xad, 0x6f, 0xfc, 0x0c, 0x46, 0xfb, - 0x38, 0xc2, 0xe7, 0x10, 0xde, 0x2c, 0x84, 0x02, 0x74, 0xd9, 0x43, 0xe6, 0x7f, 0xba, 0x87, 0xd4, - 0xfe, 0x3f, 0x3c, 0xa4, 0xfe, 0x7f, 0xf6, 0x10, 0x78, 0x4b, 0x0f, 0x69, 0xbc, 0x85, 0x87, 0xfc, - 0x4f, 0x15, 0x2a, 0xe2, 0x82, 0x40, 0x3e, 0x81, 0xba, 0xb8, 0x22, 0xe8, 0x3b, 0x46, 0x6b, 0x74, - 0x7f, 0xd0, 0x32, 0x40, 0xed, 0xa5, 0x7a, 0x26, 0xbf, 0x86, 0x16, 0x52, 0xc4, 0xfd, 0x41, 0xf2, - 0xca, 0xfa, 0x4e, 0x23, 0x78, 0x97, 0xee, 0x79, 0xcd, 0x97, 0x9a, 0xec, 0xa7, 0xec, 0xfc, 0x62, - 0x2f, 0x60, 0x61, 0x48, 0x13, 0x3c, 0x53, 0x56, 0xf4, 0xbd, 0x00, 0xc5, 0x1d, 0x6f, 0x48, 0x1e, - 0x41, 0xcb, 0xa7, 0xfd, 0xd4, 0xc6, 0x3e, 0xe1, 0x79, 0xaf, 0x3a, 0xb1, 0x5e, 0x4d, 0x81, 0x10, - 0x1d, 0xc3, 0xe3, 0xde, 0x26, 0x2c, 0x26, 0x6c, 0x70, 0xa6, 0x53, 0xe6, 0x26, 0x8f, 0x88, 0x08, - 0x29, 0x38, 0x8f, 0xa0, 0x11, 0x27, 0xd1, 0x29, 0x55, 0xe7, 0x80, 0xf9, 0x2b, 0xce, 0x01, 0x88, - 0x91, 0xe7, 0x80, 0x47, 0xd0, 0x38, 0xcd, 0x58, 0x71, 0x72, 0xa8, 0x5d, 0xc1, 0x40, 0x8c, 0x64, - 0x3c, 0x86, 0x45, 0x1c, 0x89, 0xe6, 0x7a, 0xf5, 0x89, 0x7e, 0xe1, 0x60, 0x35, 0x77, 0xfb, 0x39, - 0x18, 0x72, 0x30, 0xd7, 0xa6, 0x34, 0x39, 0xe0, 0x71, 0x5a, 0x94, 0x9e, 0x8d, 0xfb, 0x79, 0x63, - 0x92, 0x86, 0x18, 0x8d, 0xf6, 0x14, 0xee, 0x48, 0x1a, 0x7d, 0xa5, 0x31, 0xed, 0x7e, 0x12, 0x05, - 0x36, 0x0b, 0xcd, 0xe6, 0x84, 0x85, 0x5b, 0x08, 0xdf, 0x7b, 0x35, 0xb2, 0xb1, 0x9f, 0x44, 0x41, - 0x27, 0x24, 0x4f, 0xe0, 0x16, 0xe3, 0x76, 0x98, 0xf9, 0xbe, 0xed, 0xbc, 0x71, 0x12, 0x71, 0xaf, - 0x0c, 0x18, 0xae, 0x08, 0xa6, 0xb8, 0x9a, 0xb5, 0xcc, 0x78, 0x37, 0xf3, 0xfd, 0x2d, 0xa1, 0xec, - 0xd1, 0x80, 0xa1, 0xbb, 0x5e, 0x11, 0x5c, 0xad, 0x9f, 0x12, 0x5c, 0xed, 0xff, 0x2e, 0xc3, 0xc2, - 0x18, 0x88, 0xac, 0x40, 0x59, 0xe5, 0xc4, 0x3c, 0xc0, 0xca, 0xcc, 0x23, 0x4f, 0xc0, 0xe0, 0x51, - 0x96, 0xb8, 0xd4, 0xa6, 0xc3, 0x58, 0xb5, 0x54, 0x9e, 0x5c, 0x10, 0x89, 0x11, 0xff, 0x31, 0x74, - 0x9f, 0x80, 0x91, 0x3a, 0xc9, 0x80, 0xa6, 0x1a, 0x6b, 0xf2, 0x06, 0xd2, 0x92, 0x98, 0x82, 0xb5, - 0x09, 0xa4, 0x68, 0x6b, 0x74, 0x53, 0xd7, 0x8f, 0x48, 0x46, 0xde, 0x4e, 0x71, 0x6b, 0xdf, 0x04, - 0x52, 0xb4, 0x34, 0xe2, 0x54, 0x75, 0x4e, 0xde, 0x4a, 0xc1, 0xf9, 0x14, 0xe6, 0x93, 0xbe, 0x8c, - 0xda, 0x39, 0x8c, 0xda, 0x5b, 0x53, 0x26, 0x4d, 0x0b, 0xdd, 0xb9, 0xa4, 0x8f, 0x41, 0x2b, 0x79, - 0x41, 0xe4, 0x51, 0x75, 0x31, 0x99, 0xc6, 0xd3, 0xae, 0x26, 0x73, 0x49, 0x5f, 0x3c, 0xb5, 0xff, - 0xbd, 0x04, 0xf5, 0xa2, 0x3a, 0xf3, 0xe3, 0x3b, 0x90, 0x7e, 0x70, 0x2b, 0x4f, 0x3b, 0xb8, 0x69, - 0x5b, 0xd4, 0xec, 0xdb, 0x6e, 0x51, 0x95, 0x89, 0x2d, 0xea, 0x26, 0xcc, 0x65, 0x21, 0x7b, 0x95, - 0xc9, 0x63, 0x4f, 0xcd, 0x52, 0x4f, 0x57, 0x6c, 0x5d, 0x73, 0xd3, 0xb7, 0xae, 0xf6, 0xef, 0x4b, - 0x50, 0x2f, 0x8a, 0x49, 0x64, 0x03, 0x40, 0x8b, 0xa5, 0xd2, 0xc4, 0x8a, 0x6b, 0x5a, 0xf2, 0x04, - 0x5a, 0x49, 0x1c, 0xea, 0xb1, 0x27, 0xfd, 0x4a, 0xdd, 0xc8, 0xad, 0x38, 0x54, 0x39, 0x28, 0x0e, - 0xb5, 0xe0, 0x2b, 0xae, 0xa9, 0xb3, 0xd7, 0x5c, 0x53, 0xdb, 0xdf, 0x95, 0xf4, 0x6a, 0x0b, 0x59, - 0x83, 0xaa, 0xf0, 0xc3, 0x69, 0x3d, 0x92, 0x0a, 0xb2, 0x01, 0x75, 0xd1, 0x19, 0x89, 0x9a, 0xda, - 0x8f, 0x5a, 0x22, 0xff, 0xbc, 0x6d, 0x17, 0xfe, 0xb5, 0x0c, 0x0d, 0xad, 0x68, 0x46, 0xde, 0x83, - 0xda, 0x20, 0x89, 0xb2, 0xd8, 0x3e, 0xbd, 0x98, 0xd2, 0x8d, 0x79, 0xd4, 0x6d, 0x5f, 0x08, 0x98, - 0x33, 0x18, 0xd8, 0xfd, 0x2c, 0x74, 0xa7, 0xc4, 0xd9, 0xbc, 0x33, 0x18, 0xec, 0x67, 0xa1, 0x4b, - 0xd6, 0xa0, 0x26, 0xef, 0xab, 0xd4, 0x1b, 0x3b, 0x7d, 0x14, 0x52, 0xf2, 0x31, 0x34, 0xc5, 0x88, - 0x8a, 0x36, 0x2b, 0xd3, 0x06, 0x05, 0x49, 0x1c, 0x7e, 0xad, 0x5a, 0x56, 0x84, 0xa2, 0xf5, 0xea, - 0x55, 0x84, 0x2d, 0xd5, 0x87, 0x62, 0x1e, 0xe6, 0xae, 0xab, 0x18, 0x7c, 0x01, 0xcd, 0x38, 0xa1, - 0x68, 0x76, 0x32, 0x72, 0x4e, 0xd8, 0xbe, 0xef, 0xf0, 0xb3, 0xe3, 0x84, 0x6e, 0x0d, 0x06, 0x22, - 0x56, 0xc4, 0xee, 0x91, 0xff, 0x6f, 0xff, 0x7d, 0x09, 0x2a, 0x27, 0x51, 0xdc, 0x25, 0x1f, 0x40, - 0x0d, 0xcf, 0xbe, 0xa3, 0xb9, 0x53, 0xd5, 0x9d, 0xed, 0x8b, 0x4e, 0x4a, 0x03, 0x6b, 0x1e, 0xb5, - 0xdb, 0x17, 0x64, 0x35, 0x2f, 0x36, 0x96, 0xb5, 0xb2, 0x91, 0xaa, 0x32, 0xbe, 0xd5, 0xb2, 0x89, - 0x59, 0x18, 0x9d, 0xa7, 0x8a, 0x69, 0x1b, 0x6f, 0xae, 0x51, 0x20, 0xb6, 0x2f, 0xda, 0xdf, 0x42, - 0x15, 0x8b, 0x99, 0xa3, 0xb6, 0x4b, 0xd7, 0xb4, 0x5d, 0xfe, 0x29, 0x6d, 0xcf, 0xfe, 0x58, 0xdb, - 0x5f, 0x41, 0xe5, 0x39, 0xf3, 0x7d, 0xf2, 0x0e, 0xcc, 0xb9, 0x51, 0x18, 0x76, 0x76, 0xc7, 0xda, - 0x56, 0x32, 0xd1, 0x31, 0x79, 0x28, 0x2a, 0x6b, 0x8e, 0x22, 0x45, 0xed, 0x7f, 0x9c, 0x05, 0x33, - 0xef, 0x86, 0xfc, 0x65, 0x51, 0xd8, 0xcb, 0x02, 0x11, 0xe4, 0x64, 0x03, 0x96, 0x70, 0x97, 0x89, - 0x93, 0xc8, 0xa5, 0x9c, 0x53, 0xcf, 0xc6, 0xa0, 0x2e, 0xad, 0x57, 0xac, 0x45, 0xa1, 0x38, 0xce, - 0xe5, 0x5d, 0x11, 0x40, 0x4b, 0x61, 0x16, 0x08, 0xa8, 0x97, 0xb9, 0xd4, 0xb3, 0x93, 0xe8, 0x0d, - 0x97, 0xab, 0x60, 0x2d, 0x86, 0x59, 0x70, 0xac, 0xe4, 0x56, 0xf4, 0x86, 0x93, 0xf7, 0xa0, 0x25, - 0xb0, 0x2c, 0xa5, 0x89, 0x23, 0x23, 0x7f, 0x16, 0x81, 0x0b, 0x61, 0x16, 0x74, 0x0a, 0xe1, 0xe5, - 0x8a, 0x6d, 0x65, 0xa2, 0x62, 0xbb, 0x26, 0xee, 0xd2, 0xa1, 0x9b, 0x25, 0x09, 0x0d, 0xdd, 0x0b, - 0x4c, 0x63, 0x15, 0x4b, 0x17, 0x91, 0x03, 0x58, 0x49, 0x59, 0x5f, 0xb8, 0x18, 0x1e, 0x7c, 0x45, - 0xb2, 0x49, 0xe9, 0x30, 0x55, 0x1e, 0x6b, 0x8e, 0x39, 0xa1, 0x48, 0xce, 0x3b, 0x52, 0xff, 0x74, - 0xc6, 0x22, 0x8a, 0xa7, 0x49, 0x45, 0xbf, 0x93, 0x4c, 0xd8, 0xe0, 0x59, 0x10, 0xa7, 0x79, 0x7d, - 0xaa, 0x69, 0x2d, 0x24, 0xd9, 0xce, 0x48, 0x48, 0x9e, 0x8d, 0x1a, 0xc5, 0xb3, 0x2b, 0x97, 0xd3, - 0xa9, 0x2a, 0xda, 0xe3, 0x8d, 0x8a, 0xf3, 0xab, 0x9a, 0xee, 0xa2, 0x49, 0x4d, 0xb6, 0xdd, 0x04, - 0xd8, 0xa5, 0xa9, 0xc3, 0x7c, 0x91, 0xd5, 0xdb, 0x03, 0x58, 0x51, 0xbc, 0x62, 0xad, 0xb0, 0xe6, - 0x71, 0x04, 0xcb, 0x34, 0x17, 0xa8, 0xe6, 0x18, 0xcd, 0xb3, 0xdd, 0xbd, 0x71, 0x67, 0xbb, 0xbc, - 0xca, 0x16, 0xa1, 0xe3, 0x12, 0x46, 0x79, 0xfb, 0x2f, 0x61, 0x55, 0x35, 0x64, 0xd1, 0x01, 0x8b, - 0xc2, 0x6e, 0x16, 0x1c, 0xf5, 0x3b, 0xa1, 0xaa, 0x07, 0xdc, 0x87, 0x06, 0x53, 0xff, 0xf3, 0x4d, - 0xac, 0x6e, 0x41, 0x2e, 0xea, 0x78, 0xe2, 0xc2, 0x9a, 0x20, 0xcf, 0x0e, 0xb3, 0x40, 0x79, 0x41, - 0x3d, 0xc9, 0x2d, 0xb5, 0xff, 0x85, 0x00, 0x99, 0x9c, 0x74, 0xf2, 0x04, 0x56, 0xbc, 0xa0, 0xcf, - 0x54, 0x99, 0x3b, 0xa4, 0x9e, 0x1d, 0x3b, 0xee, 0xb9, 0xf2, 0xb8, 0xed, 0xb2, 0x59, 0xb2, 0x88, - 0xd4, 0xf7, 0xa4, 0xfa, 0x58, 0x68, 0x75, 0xd6, 0x39, 0x8b, 0xe3, 0x82, 0x55, 0x9e, 0x60, 0x49, - 0xb5, 0x64, 0x7d, 0x06, 0xa6, 0x62, 0x79, 0x4e, 0xea, 0x14, 0x0d, 0xa2, 0xd7, 0x4a, 0x67, 0xbc, - 0x21, 0xf5, 0xbb, 0x4e, 0xea, 0xa8, 0xf6, 0xd0, 0x77, 0x2f, 0x13, 0x55, 0x9b, 0x48, 0xac, 0x4c, - 0x10, 0xa5, 0x16, 0x89, 0x9f, 0xc3, 0xad, 0x34, 0x4a, 0x1d, 0xdf, 0x56, 0xf4, 0x84, 0xdb, 0x7e, - 0xe4, 0x78, 0xe2, 0x52, 0x53, 0x2d, 0xba, 0xba, 0x8c, 0x90, 0x5d, 0x44, 0x58, 0xfc, 0x20, 0x72, - 0x3c, 0xbc, 0xd8, 0xac, 0x8c, 0x33, 0xa9, 0xa4, 0xcd, 0x61, 0x73, 0x4b, 0x3a, 0x85, 0x22, 0xe1, - 0xe7, 0x79, 0x53, 0xf2, 0xec, 0xcd, 0x43, 0x27, 0xe6, 0x67, 0x51, 0x2a, 0x38, 0xf3, 0xc8, 0x91, - 0xf6, 0xb6, 0x85, 0xb6, 0xa7, 0x94, 0x87, 0x78, 0x95, 0xf4, 0x23, 0xd7, 0xf1, 0x6d, 0xb9, 0x52, - 0x1c, 0x1d, 0xb6, 0x62, 0x35, 0x51, 0x28, 0xfd, 0x00, 0x63, 0x37, 0xa1, 0x41, 0x94, 0xd2, 0x02, - 0x55, 0x97, 0xb1, 0x2b, 0xa5, 0x39, 0xec, 0x7d, 0x58, 0xcc, 0x38, 0x4d, 0x64, 0x5f, 0x4f, 0x2f, - 0x52, 0x2a, 0xaf, 0x6e, 0x15, 0x6b, 0x41, 0x88, 0x45, 0x3f, 0xb1, 0x8a, 0x49, 0x3e, 0x81, 0x1b, - 0xb2, 0xab, 0x3e, 0x75, 0x92, 0x30, 0x27, 0x04, 0x1c, 0x2f, 0x70, 0x15, 0x8b, 0xa0, 0xf2, 0x40, - 0xea, 0xd4, 0xe8, 0xfe, 0x02, 0xee, 0x78, 0x8c, 0x8b, 0xfd, 0x04, 0xb1, 0xae, 0xe3, 0x9e, 0x51, - 0xfb, 0x8c, 0xa5, 0xaa, 0x99, 0x26, 0x12, 0x6f, 0x49, 0x88, 0xa0, 0xec, 0x08, 0xc0, 0x53, 0x96, - 0xca, 0x06, 0x7f, 0x0d, 0xef, 0x4c, 0xb2, 0x03, 0xc6, 0xb9, 0xa2, 0x2f, 0x20, 0xdd, 0xbc, 0x44, - 0x3f, 0x64, 0x9c, 0x4b, 0xfe, 0xa7, 0x60, 0x5e, 0x5e, 0x46, 0xf7, 0x8c, 0xba, 0xe7, 0xa2, 0xcf, - 0x2d, 0x6d, 0x72, 0xf3, 0x35, 0xdc, 0x11, 0xca, 0x43, 0x2e, 0x4e, 0x55, 0x3c, 0x75, 0xf2, 0xd5, - 0xcb, 0xe7, 0x6e, 0x11, 0x19, 0x06, 0x6a, 0x44, 0x63, 0xf9, 0xf4, 0xad, 0x42, 0x8d, 0xd3, 0x41, - 0x40, 0xc3, 0x94, 0xe3, 0x0b, 0x99, 0x8a, 0x55, 0x3c, 0xcb, 0xe0, 0x72, 0xf2, 0x82, 0xef, 0x52, - 0x1e, 0x5c, 0x8e, 0xac, 0xf6, 0x0a, 0xb5, 0x47, 0xfd, 0xd4, 0x91, 0x2e, 0x49, 0xa4, 0x1a, 0x25, - 0xe8, 0x86, 0xf7, 0xa1, 0x21, 0xd5, 0x72, 0xb8, 0xcb, 0xa8, 0x97, 0x0c, 0x39, 0xc0, 0xf7, 0x61, - 0x31, 0x78, 0xed, 0xba, 0x36, 0x0b, 0xe3, 0x2c, 0x95, 0x46, 0x56, 0xe4, 0xca, 0x09, 0x71, 0x47, - 0x48, 0xd1, 0xd0, 0x3a, 0x18, 0x1a, 0x4e, 0x5a, 0xbb, 0x81, 0xc0, 0x56, 0x01, 0x94, 0x16, 0x73, - 0x64, 0x94, 0xa5, 0x85, 0xc9, 0x9b, 0x23, 0xe4, 0x11, 0x8a, 0xd1, 0xe6, 0x1a, 0x34, 0xfd, 0x00, - 0x63, 0x4a, 0xa2, 0x6e, 0xc9, 0xde, 0xf9, 0x81, 0x08, 0x24, 0x44, 0xfc, 0x12, 0x56, 0x75, 0xd7, - 0xc6, 0xc6, 0x55, 0xbd, 0x3f, 0xe0, 0xf8, 0x92, 0xa6, 0x62, 0xdd, 0x1a, 0x79, 0x77, 0x67, 0xa4, - 0x3f, 0xd4, 0x9c, 0x4d, 0x92, 0x4f, 0x59, 0x1a, 0x38, 0xb1, 0xe0, 0xdd, 0xd6, 0x9c, 0x0d, 0x79, - 0xdb, 0xa8, 0x3a, 0xe4, 0xe4, 0x23, 0x58, 0x0e, 0x58, 0x68, 0xcb, 0xb8, 0x18, 0x35, 0xb4, 0x2a, - 0xd7, 0x2d, 0x60, 0xe1, 0x81, 0xd0, 0xf4, 0xf2, 0x16, 0x04, 0xdc, 0x19, 0x4e, 0xc0, 0xef, 0x28, - 0xb8, 0x33, 0x1c, 0x87, 0x7f, 0x0c, 0x2b, 0xc2, 0xba, 0x0a, 0xa8, 0x11, 0xfe, 0x1d, 0x19, 0xd9, - 0x01, 0x0b, 0x2d, 0x54, 0x8d, 0x11, 0x9c, 0xe1, 0x24, 0xe1, 0xae, 0x22, 0x38, 0xc3, 0x4b, 0x84, - 0x63, 0x58, 0x56, 0xbe, 0x66, 0x47, 0x7d, 0x3b, 0x4f, 0xd1, 0xe6, 0x3d, 0xdc, 0x19, 0xd6, 0xc6, - 0xb6, 0xa2, 0x29, 0x99, 0xde, 0x5a, 0x52, 0x64, 0x2d, 0xf9, 0x8f, 0x12, 0x20, 0x2e, 0xea, 0x58, - 0xe6, 0xbc, 0xaf, 0x27, 0xc0, 0xc3, 0xd7, 0xae, 0x3b, 0x3d, 0x73, 0x4a, 0xa2, 0x9e, 0x39, 0xd7, - 0x26, 0x88, 0x5a, 0xe6, 0xfc, 0x0a, 0xee, 0x2a, 0xa2, 0x1f, 0xe4, 0x37, 0xde, 0xb1, 0x66, 0xdf, - 0x45, 0xf6, 0x6d, 0x09, 0x3a, 0x08, 0xe4, 0x3d, 0x4c, 0x6f, 0x7a, 0xaa, 0x05, 0xbd, 0xfd, 0xf6, - 0x54, 0x0b, 0x5a, 0x1f, 0xbe, 0x84, 0xbb, 0xd2, 0x75, 0x5e, 0xe3, 0x5b, 0x00, 0x9b, 0x79, 0x43, - 0x99, 0xbe, 0xf1, 0xd6, 0xcf, 0x1f, 0x9b, 0x9e, 0xcc, 0x1b, 0x08, 0x92, 0x6f, 0x0a, 0x3a, 0xde, - 0x50, 0x24, 0x70, 0x71, 0xd5, 0xef, 0x3d, 0x26, 0x3b, 0x70, 0xff, 0x1a, 0x03, 0x1e, 0xe3, 0xe7, - 0x26, 0x45, 0x13, 0xab, 0xd3, 0x4d, 0xec, 0x32, 0x7e, 0x4e, 0xf6, 0x60, 0xed, 0x1a, 0x23, 0x98, - 0xcb, 0xcc, 0x3e, 0x5a, 0xb9, 0x33, 0xdd, 0x0a, 0x26, 0xb3, 0xab, 0x07, 0x93, 0x57, 0xd9, 0x06, - 0x57, 0x0d, 0x46, 0x95, 0xda, 0xa6, 0x0d, 0x46, 0xbe, 0x19, 0x28, 0x4c, 0x9c, 0x4d, 0x1b, 0x8c, - 0x7c, 0x47, 0xa0, 0x8c, 0x1c, 0xc1, 0x7b, 0x57, 0x19, 0x79, 0xcd, 0x38, 0x4b, 0xc5, 0x71, 0x33, - 0xf2, 0x28, 0x37, 0x19, 0x9a, 0x5a, 0x9b, 0x66, 0xea, 0x85, 0x04, 0x76, 0x05, 0x8e, 0xf4, 0xe0, - 0x83, 0xab, 0x0c, 0x7a, 0x8c, 0xbb, 0x4e, 0xe2, 0x15, 0x26, 0x5f, 0xa2, 0xc9, 0xf6, 0x34, 0x93, - 0xbb, 0x39, 0x54, 0x1a, 0xdd, 0x87, 0x77, 0x27, 0x8c, 0x62, 0xfa, 0x7d, 0x4d, 0xdd, 0x62, 0xb0, - 0xe7, 0xd3, 0xe6, 0x5c, 0xe4, 0xf3, 0x17, 0xd4, 0x55, 0xa3, 0x3d, 0x80, 0x07, 0xd3, 0xed, 0x60, - 0x6d, 0x88, 0x17, 0xa6, 0x7c, 0x34, 0x75, 0x6f, 0xd2, 0xd4, 0x11, 0xe2, 0xa4, 0xb5, 0xf6, 0x3f, - 0x94, 0x8a, 0x13, 0x94, 0x76, 0x5a, 0x24, 0x0f, 0xa0, 0x15, 0xb0, 0xf0, 0xa4, 0x77, 0x24, 0x0f, - 0x9e, 0xc5, 0x69, 0xbd, 0x29, 0xa5, 0x02, 0xda, 0xe5, 0xe4, 0x31, 0xdc, 0x8c, 0x59, 0x4c, 0x7d, - 0x16, 0x52, 0xfb, 0x55, 0x46, 0x33, 0x5a, 0xa0, 0xe5, 0x49, 0x6d, 0x39, 0xd7, 0xfe, 0x46, 0x28, - 0x15, 0xe9, 0x33, 0x30, 0x0b, 0xd2, 0x69, 0x42, 0x9d, 0x73, 0x9a, 0x14, 0x34, 0x75, 0x60, 0xca, - 0xf5, 0xdb, 0x52, 0x2d, 0x89, 0xed, 0x6f, 0xa1, 0xd2, 0x8b, 0x92, 0x94, 0xbc, 0x0f, 0xf3, 0xa7, - 0x78, 0x85, 0xe1, 0xd3, 0xaf, 0x70, 0x4a, 0x49, 0x1e, 0xc0, 0x02, 0xe3, 0x58, 0xb8, 0x77, 0x7c, - 0x41, 0x54, 0x6f, 0x4d, 0xc7, 0x85, 0x6f, 0x79, 0x07, 0xff, 0xeb, 0x32, 0x18, 0xf2, 0x13, 0x86, - 0xfd, 0xc4, 0x09, 0xe8, 0x76, 0x94, 0x85, 0xe2, 0x96, 0x55, 0xd1, 0x0a, 0xbd, 0x37, 0xf4, 0x0f, - 0x1d, 0x10, 0xa0, 0x15, 0x7e, 0x10, 0x48, 0xda, 0x50, 0xcf, 0xc2, 0x53, 0xa1, 0xa2, 0xde, 0xd8, - 0x1d, 0x6a, 0x24, 0x26, 0x37, 0x61, 0x4e, 0xbe, 0x0d, 0x56, 0x93, 0xa1, 0x9e, 0xc8, 0x3a, 0xd4, - 0x5d, 0xc7, 0x77, 0xc5, 0x7d, 0x99, 0xab, 0xbb, 0xa4, 0x7e, 0x9f, 0x1f, 0x29, 0xc9, 0x9f, 0x43, - 0xa3, 0x2f, 0x3a, 0x69, 0xe3, 0xfb, 0x22, 0xf5, 0xf1, 0xcd, 0x58, 0xed, 0x04, 0xd5, 0xf8, 0x6a, - 0x89, 0xfc, 0x02, 0x16, 0xdc, 0x20, 0x96, 0x47, 0x50, 0xad, 0x8e, 0xa5, 0xbe, 0x96, 0x41, 0xcc, - 0x4e, 0x10, 0x8b, 0x23, 0x28, 0x16, 0x58, 0x1b, 0xee, 0xe8, 0xa1, 0xfd, 0xb7, 0x25, 0x68, 0x68, - 0x93, 0x72, 0xdd, 0x7c, 0x20, 0x60, 0x62, 0x3e, 0x3e, 0x84, 0x2a, 0x4f, 0x1d, 0xb5, 0x32, 0xc5, - 0x27, 0x3a, 0x97, 0xe7, 0xd9, 0x92, 0x20, 0xb2, 0x0e, 0xb3, 0x34, 0xcc, 0xd7, 0xe9, 0x2a, 0xac, - 0x80, 0xb4, 0xbf, 0x2f, 0xc1, 0x9c, 0xd4, 0x90, 0x0f, 0xa0, 0xde, 0xcf, 0x42, 0xd7, 0xc6, 0xd2, - 0xd5, 0x64, 0xb5, 0xa4, 0x26, 0x94, 0xbb, 0x94, 0xbb, 0x13, 0x57, 0xe6, 0xf2, 0x8f, 0x5c, 0x99, - 0xc7, 0x4a, 0x09, 0xb3, 0xd7, 0x95, 0x12, 0x3e, 0x80, 0x2a, 0x4e, 0xb8, 0xfa, 0x1e, 0x62, 0x69, - 0xa2, 0xe7, 0x96, 0xd4, 0x8f, 0x5c, 0xb1, 0x7a, 0x9d, 0x2b, 0x7e, 0x09, 0x4d, 0x2c, 0xb4, 0xb0, - 0x70, 0x20, 0x86, 0x40, 0x3e, 0x86, 0x85, 0x81, 0x7a, 0xc6, 0xaa, 0xd3, 0x94, 0x51, 0x36, 0x07, - 0x1a, 0xa1, 0xfd, 0x14, 0x1a, 0xb9, 0x81, 0x1e, 0x4d, 0xc9, 0x17, 0xd0, 0x1a, 0xe3, 0xe7, 0x51, - 0xa5, 0x5e, 0x40, 0xe8, 0x6d, 0x59, 0x0b, 0xba, 0x21, 0xde, 0xfe, 0xae, 0x04, 0x73, 0xf2, 0x7b, - 0x17, 0xf2, 0xa9, 0xd6, 0x8b, 0xe2, 0x53, 0x86, 0x62, 0xb0, 0x5a, 0x7b, 0xa3, 0xce, 0xf4, 0x68, - 0xca, 0xdf, 0xb2, 0x9e, 0x61, 0xc2, 0xfc, 0x6b, 0x9a, 0xe0, 0x87, 0x1c, 0x32, 0x2a, 0xf2, 0xc7, - 0xf6, 0x47, 0x50, 0x17, 0x7d, 0x91, 0x1f, 0x31, 0xfc, 0x68, 0x75, 0xae, 0xfd, 0x37, 0x25, 0x98, - 0x57, 0x5f, 0xe8, 0x90, 0x87, 0x00, 0x71, 0x12, 0xbd, 0x1c, 0x1b, 0xf4, 0xe2, 0x88, 0x22, 0x3f, - 0xe7, 0xa8, 0x0b, 0x88, 0xac, 0xd6, 0x3d, 0x81, 0x9b, 0x03, 0x1a, 0xd2, 0xc4, 0x11, 0x1b, 0x8a, - 0x3a, 0x82, 0x86, 0x4e, 0xa0, 0xbe, 0x63, 0xa8, 0x5b, 0x2b, 0x85, 0x56, 0x1e, 0x44, 0xbb, 0x42, - 0xf7, 0x76, 0xf9, 0x65, 0xe3, 0xfb, 0xb2, 0xfc, 0xd4, 0x0f, 0xab, 0xc3, 0x4b, 0xb0, 0x20, 0x7e, - 0x8b, 0x57, 0x8d, 0xc6, 0x4c, 0x2e, 0x2a, 0x6a, 0xbf, 0x46, 0x29, 0x17, 0x15, 0x25, 0x53, 0xa3, - 0x4c, 0x96, 0x61, 0x51, 0x88, 0xb4, 0x62, 0xa1, 0x31, 0x4b, 0x9a, 0x50, 0x43, 0x6b, 0x51, 0xdc, - 0x35, 0x2a, 0x64, 0x01, 0xea, 0xe2, 0x09, 0x0b, 0x4d, 0x46, 0xb5, 0x30, 0x82, 0xa7, 0xbc, 0xad, - 0xc1, 0xc0, 0x98, 0xcb, 0xf1, 0xcf, 0x22, 0x16, 0x1a, 0xf3, 0xf9, 0xd3, 0x73, 0xe6, 0xfb, 0x46, - 0x8d, 0xdc, 0x04, 0x22, 0x9e, 0xc6, 0xbf, 0x3c, 0x32, 0xea, 0xc4, 0x84, 0x15, 0x5d, 0x9e, 0x7f, - 0x1b, 0x62, 0x00, 0x21, 0xd0, 0x12, 0x9a, 0x51, 0x09, 0xd5, 0x68, 0x90, 0x55, 0xb8, 0x89, 0xb2, - 0x89, 0x77, 0xaa, 0x46, 0x33, 0x6f, 0x4f, 0xa4, 0x66, 0x63, 0x81, 0xb4, 0x00, 0xc4, 0x93, 0x8c, - 0x15, 0xa3, 0x95, 0x3f, 0xcb, 0x15, 0x34, 0x16, 0xc9, 0x22, 0x34, 0x46, 0xcf, 0x9b, 0x86, 0x91, - 0xcf, 0x80, 0xf6, 0xad, 0x8d, 0xb1, 0xb2, 0xf1, 0x39, 0x34, 0xf5, 0x6f, 0x46, 0x04, 0xeb, 0xd8, - 0xe1, 0xfc, 0xe4, 0x2c, 0x89, 0xb2, 0xc1, 0x99, 0x31, 0x23, 0x26, 0x65, 0x3b, 0x89, 0x1c, 0xcf, - 0x75, 0x78, 0x6a, 0x94, 0x48, 0x0d, 0x2a, 0x4f, 0x1d, 0x7e, 0x66, 0x94, 0x37, 0x7e, 0x09, 0x8b, - 0x97, 0xbe, 0x15, 0x12, 0xca, 0xee, 0x51, 0x77, 0xcf, 0x98, 0x11, 0xff, 0xf6, 0xb7, 0x7a, 0x27, - 0x46, 0x89, 0xac, 0x80, 0xf1, 0xb4, 0xf3, 0xf5, 0x53, 0x7b, 0xe7, 0xe8, 0xf0, 0xd8, 0xda, 0xeb, - 0xf5, 0x3a, 0x47, 0x5d, 0xa3, 0xbc, 0xf1, 0x10, 0x60, 0xf4, 0xe6, 0x9f, 0xd4, 0xa1, 0x8a, 0x47, - 0x76, 0x49, 0x3c, 0x61, 0xcf, 0x5f, 0x18, 0x25, 0xd2, 0x80, 0x79, 0xb5, 0xf9, 0x1a, 0xe5, 0x8d, - 0xc7, 0xb0, 0xa8, 0xf6, 0x69, 0xd1, 0xfb, 0xe7, 0x2c, 0x14, 0x9b, 0x01, 0xe9, 0x74, 0x5f, 0x6c, - 0x1d, 0x74, 0x76, 0xed, 0x4e, 0x77, 0x77, 0xef, 0x77, 0xf6, 0xf3, 0x4e, 0x77, 0x57, 0x5a, 0x78, - 0xda, 0xed, 0x7d, 0x63, 0x94, 0x36, 0x4e, 0x61, 0x65, 0xda, 0xe7, 0x24, 0xe4, 0x0e, 0xdc, 0xca, - 0x99, 0xbb, 0x9d, 0xde, 0xc9, 0x56, 0x77, 0x67, 0xcf, 0x3e, 0xdc, 0x3b, 0xb1, 0x3a, 0x3b, 0xc6, - 0x0c, 0x99, 0x83, 0xf2, 0xc1, 0x27, 0x46, 0x09, 0x7f, 0x37, 0x8d, 0x32, 0x01, 0x98, 0xdb, 0x39, - 0xea, 0x75, 0xba, 0x7b, 0xc6, 0xac, 0xf0, 0x88, 0x4e, 0xb7, 0xbb, 0x67, 0xd9, 0xc7, 0xd6, 0xd1, - 0xee, 0x6f, 0x77, 0x4e, 0x8c, 0xca, 0xc6, 0x27, 0xa3, 0x0f, 0x63, 0x70, 0x28, 0x2b, 0x60, 0x74, - 0xc2, 0xd7, 0x8e, 0xcf, 0xbc, 0x42, 0x66, 0xcc, 0x88, 0xb1, 0x1c, 0xc9, 0x8c, 0x67, 0x94, 0x36, - 0xfe, 0xb9, 0x04, 0xb5, 0xfc, 0x95, 0xe7, 0xc8, 0x79, 0x43, 0x9a, 0xa0, 0x5b, 0xcd, 0x90, 0x1b, - 0xb0, 0x84, 0x6e, 0x48, 0xfb, 0xe9, 0x51, 0x96, 0x2a, 0x71, 0x29, 0xf7, 0x2f, 0x8b, 0x0d, 0xce, - 0x34, 0x79, 0x99, 0x18, 0xd0, 0x94, 0xbe, 0x2e, 0x5f, 0x5c, 0x19, 0xb3, 0xa2, 0x0f, 0xe8, 0xea, - 0x61, 0xca, 0x0a, 0x69, 0x85, 0xdc, 0x86, 0x1b, 0x63, 0x66, 0x0b, 0x55, 0x95, 0xdc, 0x85, 0xdb, - 0x39, 0x61, 0x52, 0x3d, 0xb7, 0xb1, 0x06, 0x4d, 0xfd, 0x55, 0x6b, 0xde, 0xa2, 0xf0, 0x03, 0xd9, - 0xe5, 0x8d, 0x5f, 0xc0, 0xd2, 0xc4, 0x6b, 0x1d, 0x31, 0x83, 0x9d, 0xae, 0x1c, 0xfc, 0x61, 0xa7, - 0x6b, 0x1f, 0x6e, 0xfd, 0xce, 0x28, 0x09, 0xee, 0xf6, 0xc1, 0xd1, 0xd1, 0xa1, 0xbd, 0xdf, 0x39, - 0x38, 0xd9, 0xb3, 0x8c, 0xf2, 0xc6, 0xc6, 0x25, 0x2e, 0x7a, 0x92, 0xf0, 0x88, 0xa3, 0x9d, 0xad, - 0x03, 0x63, 0x46, 0x2c, 0xc0, 0xd7, 0x07, 0x47, 0xdb, 0x5b, 0x07, 0x46, 0x69, 0x63, 0x1b, 0x96, - 0x26, 0x8a, 0xd9, 0xc2, 0x65, 0xf7, 0xa3, 0xc4, 0xa5, 0x52, 0x24, 0x3d, 0x60, 0x2b, 0x4b, 0x23, - 0xa3, 0x24, 0x22, 0x0c, 0x55, 0x32, 0x86, 0x59, 0x38, 0x30, 0xca, 0x1b, 0x5f, 0xc2, 0xe2, 0xa5, - 0x73, 0x88, 0xf0, 0xf1, 0xfd, 0xc8, 0xf7, 0xa3, 0x37, 0x02, 0x81, 0x2e, 0x7f, 0x9c, 0x50, 0x97, - 0x7a, 0xe2, 0xb1, 0x24, 0x02, 0x6b, 0x07, 0x4b, 0x9d, 0xe2, 0xfa, 0x6c, 0x94, 0x37, 0x8e, 0xc0, - 0xb8, 0xbc, 0xf7, 0x93, 0x79, 0x98, 0xed, 0x84, 0xa9, 0x31, 0x23, 0x3a, 0xbe, 0xef, 0x47, 0x4e, - 0x2a, 0x1d, 0x78, 0x97, 0xba, 0x2c, 0x70, 0x7c, 0xa3, 0x2c, 0x62, 0x77, 0xd7, 0x49, 0xa9, 0x38, - 0x59, 0xca, 0xbc, 0xb3, 0x9b, 0xc9, 0x0a, 0xac, 0x51, 0x11, 0xce, 0x7d, 0xe9, 0x24, 0x20, 0x86, - 0x20, 0x6e, 0x44, 0x72, 0xf8, 0xd8, 0x1a, 0x37, 0x4a, 0x38, 0x15, 0x62, 0x83, 0xe0, 0x46, 0x79, - 0xfb, 0xcf, 0xfe, 0xf8, 0xc3, 0xbd, 0xd2, 0xbf, 0xfd, 0x70, 0xaf, 0xf4, 0x9f, 0x3f, 0xdc, 0x2b, - 0xfd, 0xe1, 0xbf, 0xee, 0xcd, 0xc0, 0x0d, 0x37, 0x0a, 0x1e, 0x8a, 0xcd, 0xc3, 0x75, 0xe2, 0x87, - 0x29, 0xf3, 0x4e, 0x31, 0x9d, 0x1e, 0x97, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x61, 0xa0, 0xb9, - 0x1d, 0x78, 0x2d, 0x00, 0x00, + 0x76, 0x27, 0x40, 0x80, 0x04, 0x1e, 0x40, 0x70, 0xd8, 0xa4, 0xa4, 0x11, 0xb5, 0x92, 0x68, 0xac, + 0x6c, 0x33, 0x8c, 0x2d, 0x4b, 0x94, 0xd6, 0x1f, 0xbb, 0xd9, 0xb5, 0xf9, 0x69, 0x41, 0x22, 0x41, + 0xee, 0x80, 0x2b, 0xef, 0x21, 0x55, 0x53, 0xc3, 0x99, 0x06, 0xd8, 0xe2, 0x7c, 0x69, 0x7a, 0x46, + 0x02, 0x7d, 0xf2, 0x39, 0xc7, 0x6c, 0x25, 0x95, 0x5b, 0xaa, 0x72, 0x4a, 0x55, 0x52, 0xf9, 0x17, + 0x92, 0xe3, 0x1e, 0x73, 0x4b, 0x65, 0x0f, 0xa9, 0x94, 0x73, 0xca, 0x35, 0xc7, 0x9c, 0x52, 0xfd, + 0xba, 0x67, 0xd0, 0x20, 0x40, 0x5a, 0xae, 0xe4, 0x90, 0x13, 0xd0, 0xef, 0xfd, 0xde, 0xeb, 0xd7, + 0xdd, 0xef, 0xbd, 0xee, 0x7e, 0xd3, 0xd0, 0xa2, 0x43, 0xea, 0x66, 0x69, 0x94, 0x3c, 0x8c, 0x93, + 0x28, 0x8d, 0x48, 0x25, 0x65, 0xf1, 0xe9, 0xaa, 0x41, 0x87, 0x71, 0x42, 0x39, 0x67, 0x51, 0x28, + 0xe9, 0xab, 0x4d, 0xee, 0x9e, 0xd1, 0xc0, 0x51, 0xad, 0x95, 0x41, 0x34, 0x88, 0xf0, 0xef, 0x27, + 0xe2, 0x9f, 0xa4, 0xb6, 0xff, 0xa5, 0x06, 0xb5, 0x3d, 0xa5, 0x8e, 0x3c, 0x80, 0x72, 0x1a, 0x9b, + 0xa5, 0xb5, 0xd2, 0x7a, 0x6b, 0xb3, 0xf5, 0x50, 0x68, 0x7d, 0x28, 0x78, 0x27, 0x17, 0x31, 0xdd, + 0xae, 0xfc, 0xfe, 0xdf, 0xee, 0xcf, 0x58, 0xe5, 0x34, 0x26, 0x1b, 0x50, 0x4b, 0x4f, 0x7d, 0x9b, + 0xbb, 0x4e, 0x68, 0x96, 0xd7, 0x4a, 0xeb, 0x8d, 0xcd, 0x45, 0x89, 0x3d, 0x71, 0x4e, 0x7d, 0xda, + 0x73, 0x9d, 0xd0, 0x9a, 0x4f, 0x4f, 0x7d, 0xf1, 0x47, 0x60, 0x99, 0x37, 0x94, 0xd8, 0x59, 0x1d, + 0xdb, 0x09, 0x3d, 0x3a, 0x94, 0x58, 0xe6, 0xe1, 0x1f, 0xf2, 0x31, 0xd4, 0x39, 0xf5, 0xa9, 0x9b, + 0xb2, 0x28, 0x34, 0x2b, 0x3a, 0xb8, 0x97, 0x93, 0xad, 0x11, 0x82, 0x3c, 0x81, 0x86, 0x33, 0x18, + 0x24, 0x74, 0xe0, 0xa0, 0x40, 0x15, 0x05, 0x96, 0xa4, 0xc0, 0xd6, 0x88, 0x61, 0xe9, 0x28, 0x72, + 0x0f, 0x2a, 0x69, 0x14, 0x77, 0xcd, 0x39, 0x44, 0x83, 0xb2, 0x3b, 0x8a, 0xbb, 0x16, 0xd2, 0xc9, + 0x7b, 0x50, 0xf5, 0x59, 0xc0, 0x52, 0x73, 0x1e, 0x01, 0x0d, 0x09, 0x38, 0x10, 0x24, 0x4b, 0x72, + 0xc8, 0x0e, 0x2c, 0xd1, 0xa1, 0x7b, 0xe6, 0x84, 0x03, 0x6a, 0x27, 0xd4, 0xa5, 0xec, 0x0d, 0x4d, + 0xcc, 0x1a, 0xc2, 0x6f, 0xe6, 0x73, 0x26, 0xd9, 0x96, 0xe2, 0x5a, 0x06, 0xbd, 0x44, 0x11, 0x76, + 0xbc, 0x8a, 0x58, 0x68, 0xd6, 0x75, 0x3b, 0x9e, 0x47, 0x2c, 0xb4, 0x90, 0x4e, 0xee, 0x43, 0x23, + 0x5f, 0x64, 0x9b, 0x79, 0x26, 0xac, 0x95, 0xd6, 0xeb, 0x16, 0xe4, 0xa4, 0x8e, 0x27, 0x14, 0x9c, + 0x33, 0xdf, 0x37, 0x1b, 0xba, 0x82, 0x17, 0xcc, 0xf7, 0x2d, 0xa4, 0x93, 0x5f, 0xc2, 0x62, 0x61, + 0x25, 0xa7, 0xa1, 0x47, 0x13, 0xb3, 0x89, 0xd0, 0x95, 0x71, 0x1b, 0x7b, 0xc8, 0xb3, 0x5a, 0x74, + 0xac, 0x4d, 0x1e, 0x01, 0x1c, 0x27, 0xd1, 0x2b, 0xb5, 0x18, 0x0b, 0x28, 0x69, 0x48, 0xc9, 0x11, + 0xdd, 0xd2, 0x30, 0xe4, 0x39, 0xac, 0xc4, 0x4e, 0x92, 0x32, 0xd1, 0xb0, 0x53, 0xe1, 0x09, 0x72, + 0xd5, 0x5b, 0x28, 0x6b, 0x2a, 0xd9, 0x1c, 0x31, 0x72, 0x15, 0x12, 0x4f, 0xd0, 0xc4, 0xe0, 0x78, + 0x94, 0xa4, 0xe6, 0xa2, 0x3e, 0xb8, 0x5e, 0x94, 0xa4, 0x16, 0xd2, 0xc9, 0x03, 0x98, 0x7b, 0xcb, + 0x42, 0x2f, 0x7a, 0x6b, 0x1a, 0x88, 0x68, 0x4a, 0xc4, 0x37, 0x48, 0xb3, 0x14, 0x8f, 0x74, 0xe1, + 0xbd, 0x3e, 0x0b, 0xa9, 0x3d, 0x48, 0x1c, 0x16, 0x52, 0xcf, 0xe6, 0x67, 0x59, 0xbf, 0x2f, 0xcc, + 0x4a, 0x13, 0xea, 0x04, 0xb6, 0x1b, 0x65, 0x61, 0x6a, 0x2e, 0xad, 0x95, 0xd6, 0x2b, 0xca, 0xb9, + 0xef, 0x0a, 0xf8, 0xd7, 0x12, 0xdd, 0x93, 0xe0, 0x1e, 0x62, 0x77, 0x04, 0x94, 0x3c, 0x87, 0xfb, + 0x53, 0xf5, 0x9d, 0x3a, 0xa9, 0x7b, 0x66, 0x73, 0xf6, 0x2d, 0x35, 0x89, 0xa6, 0xed, 0xce, 0xa4, + 0xb6, 0x6d, 0x81, 0xec, 0xb1, 0x6f, 0xa9, 0x18, 0x01, 0x1d, 0xc6, 0x4e, 0xe8, 0x99, 0xcb, 0xfa, + 0x08, 0xf6, 0x90, 0x66, 0x29, 0x1e, 0xf9, 0x10, 0xe6, 0xe5, 0xbf, 0x4d, 0x73, 0x05, 0x61, 0x0b, + 0x3a, 0x6c, 0xd3, 0xca, 0xb9, 0x62, 0xb5, 0x4f, 0x93, 0xc8, 0xf1, 0x5c, 0x87, 0xa7, 0xf6, 0xeb, + 0x8c, 0x26, 0x17, 0xe6, 0x0d, 0x7d, 0xb5, 0xb7, 0x73, 0xe6, 0xaf, 0x05, 0xcf, 0x6a, 0x9d, 0x8e, + 0xb5, 0xc9, 0x53, 0x68, 0x32, 0x11, 0x8f, 0xb6, 0x1f, 0x45, 0xe7, 0x59, 0x6c, 0x9a, 0x7a, 0x2c, + 0x61, 0xa4, 0x1e, 0x44, 0xd1, 0xf9, 0x6f, 0x62, 0xab, 0xc1, 0xf2, 0x46, 0x16, 0x93, 0xbb, 0x00, + 0xb1, 0x93, 0xd0, 0x30, 0xb5, 0x99, 0x37, 0x34, 0x6f, 0xaf, 0x95, 0xd6, 0x17, 0xac, 0xba, 0xa4, + 0x74, 0xbc, 0x61, 0xfb, 0xef, 0x67, 0xa1, 0x35, 0xee, 0x65, 0x64, 0x5d, 0xcb, 0x2f, 0x64, 0xdc, + 0x0f, 0x27, 0x72, 0xcc, 0x12, 0x0d, 0xdd, 0xc8, 0xa3, 0x9e, 0x9d, 0x3a, 0xfc, 0xdc, 0x0e, 0x68, + 0xea, 0x98, 0xe5, 0xb5, 0xd9, 0xf5, 0xa6, 0xb5, 0xa8, 0x18, 0x27, 0x0e, 0x3f, 0x3f, 0xa4, 0xa9, + 0x43, 0x1e, 0x43, 0x6b, 0xe4, 0x79, 0xe7, 0xf4, 0x82, 0x9b, 0xb3, 0x6b, 0xb3, 0x23, 0xbf, 0xd9, + 0x1b, 0xc6, 0x89, 0xb5, 0x50, 0x20, 0x5e, 0xd0, 0x0b, 0x4e, 0x1e, 0x40, 0xd5, 0x3d, 0x63, 0xbe, + 0xa7, 0xd2, 0x8c, 0x96, 0xeb, 0x44, 0x78, 0x59, 0x92, 0x49, 0xde, 0x87, 0x6a, 0x7a, 0x11, 0x53, + 0x6e, 0x56, 0x51, 0x9f, 0x4a, 0x46, 0xfb, 0x8c, 0xfa, 0x9e, 0x30, 0xd7, 0x92, 0x5c, 0xf2, 0x19, + 0x2c, 0x3a, 0xbe, 0x6f, 0xf7, 0x05, 0xdd, 0x96, 0x02, 0x73, 0xd3, 0x05, 0x16, 0x1c, 0xdf, 0x2f, + 0x5a, 0x9c, 0xfc, 0x12, 0x1a, 0x6e, 0x14, 0xe4, 0x49, 0x1b, 0x53, 0x4e, 0x6b, 0xf3, 0x86, 0x14, + 0xda, 0x19, 0x31, 0x0e, 0x23, 0x2f, 0x9f, 0x1a, 0x1d, 0x4f, 0x0e, 0xe0, 0x66, 0x16, 0xe7, 0xce, + 0x9c, 0x52, 0x6d, 0xa2, 0x6a, 0xd8, 0xfd, 0x2d, 0x35, 0x2a, 0x39, 0x5d, 0xdb, 0x17, 0x29, 0xe5, + 0x3d, 0x9f, 0xb9, 0xd4, 0x5a, 0xce, 0xc5, 0x76, 0x52, 0x9a, 0xcf, 0x62, 0xfb, 0xcf, 0x4a, 0xd0, + 0xd0, 0x96, 0x9a, 0x3c, 0x82, 0x15, 0xe9, 0x13, 0x67, 0x4e, 0xe8, 0xf9, 0xd4, 0x8e, 0xfa, 0x7d, + 0x4e, 0x53, 0x6e, 0x96, 0xd6, 0x66, 0xd7, 0x17, 0x2c, 0x82, 0xbc, 0x67, 0xc8, 0x3a, 0x92, 0x1c, + 0xe1, 0x0f, 0xe7, 0x94, 0xc6, 0x76, 0x94, 0x88, 0x6c, 0x23, 0x76, 0x86, 0x9a, 0x55, 0x17, 0x94, + 0x23, 0x41, 0x10, 0x5b, 0x01, 0x4e, 0x6b, 0x42, 0x43, 0xb5, 0x40, 0x97, 0xa7, 0xbd, 0xe0, 0xb7, + 0x3f, 0x87, 0xa5, 0x09, 0xb3, 0xc9, 0x4f, 0x61, 0x41, 0xf7, 0x09, 0x69, 0x4a, 0xd3, 0x6a, 0x6a, + 0xfe, 0xc0, 0xdb, 0x7f, 0x28, 0x81, 0x71, 0x39, 0xff, 0x4e, 0xf7, 0xa6, 0xd2, 0x74, 0x6f, 0x7a, + 0x04, 0x0d, 0x7d, 0x25, 0xcb, 0xd3, 0x57, 0x12, 0xfa, 0xa3, 0x65, 0x6c, 0xa3, 0x57, 0xcf, 0x5e, + 0xe5, 0xd5, 0xe8, 0xcf, 0xbb, 0x70, 0x3f, 0x4a, 0xd8, 0x80, 0x85, 0x8e, 0x8f, 0x6b, 0x15, 0x27, + 0x5e, 0xe4, 0x66, 0x34, 0xd1, 0xec, 0xa9, 0xa0, 0x3d, 0x77, 0x72, 0xd8, 0x4e, 0x4a, 0x8f, 0x15, + 0xa8, 0x58, 0xa3, 0xdf, 0xcd, 0x42, 0x73, 0xab, 0xdb, 0xc5, 0xa0, 0xed, 0x84, 0xfd, 0x88, 0x7c, + 0x06, 0x80, 0xd1, 0x8e, 0xc6, 0x8e, 0x07, 0x56, 0x8e, 0xd3, 0x02, 0xab, 0xfe, 0x3a, 0x27, 0x90, + 0x0e, 0x2c, 0x7a, 0x8c, 0xa7, 0x4e, 0xe8, 0x52, 0xd1, 0x7b, 0xc2, 0x5c, 0x5c, 0xb0, 0xd6, 0xe6, + 0xaa, 0x94, 0x7e, 0x49, 0xdd, 0x34, 0x4a, 0x76, 0x15, 0xe4, 0x10, 0x11, 0x4a, 0x4b, 0xcb, 0x1b, + 0xa3, 0x92, 0xdb, 0x50, 0x4d, 0xa3, 0xd8, 0x3e, 0xc7, 0x19, 0x58, 0x50, 0x20, 0xb1, 0x9b, 0xbe, + 0x20, 0xef, 0x0b, 0x07, 0xf7, 0xb3, 0x20, 0xb4, 0x43, 0x27, 0xa0, 0x18, 0x6c, 0x75, 0x05, 0x00, + 0xc9, 0xe8, 0x3a, 0x01, 0x25, 0xef, 0x41, 0x5d, 0xc1, 0x98, 0x87, 0xfb, 0xf8, 0xac, 0x02, 0xd5, + 0x24, 0x19, 0xb7, 0xbb, 0x46, 0x42, 0xfb, 0xf6, 0x1b, 0xea, 0xda, 0xfd, 0x27, 0x9b, 0xb8, 0x7d, + 0x37, 0xad, 0x7a, 0x42, 0xfb, 0x2f, 0xa9, 0xbb, 0xff, 0x64, 0x93, 0xdc, 0x87, 0x9a, 0xf4, 0x56, + 0xe6, 0xe1, 0x5e, 0x9c, 0x6b, 0x98, 0x47, 0x6a, 0x47, 0xa4, 0xd2, 0x66, 0xe0, 0x0c, 0xed, 0xdc, + 0x76, 0xdc, 0x51, 0x4b, 0x79, 0x54, 0x05, 0xce, 0x30, 0x1f, 0x2a, 0xd9, 0x80, 0xd6, 0x59, 0xc8, + 0xdf, 0xda, 0xb4, 0x6f, 0x73, 0xea, 0x24, 0xee, 0x19, 0xa6, 0xde, 0x7c, 0x5c, 0x4d, 0xc1, 0xdb, + 0xeb, 0xf7, 0x90, 0xf3, 0xbc, 0x52, 0x9b, 0x37, 0x6a, 0xed, 0xef, 0xaa, 0x50, 0x1f, 0xed, 0x5d, + 0xf7, 0xa1, 0x26, 0x77, 0x3f, 0xe6, 0xe1, 0x82, 0x14, 0x96, 0x20, 0xb5, 0xe3, 0x91, 0x0d, 0x98, + 0x97, 0xc3, 0xca, 0x9d, 0xcb, 0xc8, 0x23, 0x1e, 0xc7, 0x1a, 0xf6, 0x23, 0x2b, 0x07, 0x10, 0x13, + 0x2a, 0x1e, 0xe5, 0x2e, 0x4e, 0x6d, 0x2d, 0x9f, 0x5a, 0x41, 0x21, 0x1f, 0x01, 0x89, 0x13, 0x16, + 0x38, 0xc9, 0x85, 0x5d, 0xcc, 0x1d, 0x47, 0x1f, 0x9a, 0xb5, 0x0c, 0xc5, 0x51, 0x1a, 0x3d, 0x4e, + 0xbe, 0x02, 0x23, 0xa4, 0xc3, 0xd4, 0x4e, 0xa8, 0xe3, 0xd9, 0x34, 0x1c, 0xb0, 0x90, 0xe2, 0x44, + 0xb7, 0xf2, 0xce, 0xf7, 0x90, 0xa6, 0xf9, 0x4a, 0x4b, 0xe0, 0x2d, 0xea, 0x78, 0x92, 0x43, 0x3e, + 0x82, 0xb9, 0x44, 0x78, 0x74, 0x9e, 0xdb, 0x54, 0xec, 0xbe, 0xa0, 0x17, 0x96, 0x20, 0x2b, 0x29, + 0x85, 0x21, 0x5f, 0xc0, 0xed, 0xdc, 0xba, 0x38, 0xa1, 0x7d, 0x36, 0xd4, 0x8d, 0x9c, 0x47, 0x23, + 0x6f, 0x2a, 0xc0, 0x31, 0xf2, 0x47, 0xa6, 0x8e, 0x67, 0x91, 0xda, 0xe5, 0x2c, 0xb2, 0x06, 0x4d, + 0xc6, 0xed, 0xbe, 0xd8, 0xe7, 0xf0, 0x78, 0x51, 0x47, 0x00, 0x30, 0xbe, 0xef, 0xf0, 0x14, 0x17, + 0xe0, 0x10, 0xee, 0xc6, 0x19, 0x3f, 0xa3, 0x9e, 0xed, 0x45, 0x6f, 0x43, 0xbb, 0xcf, 0xfc, 0x94, + 0x26, 0xb6, 0x1b, 0x85, 0x1e, 0xe6, 0x7f, 0x6e, 0xc2, 0xc4, 0xee, 0xb0, 0x2a, 0x05, 0x76, 0xa3, + 0xb7, 0xe1, 0x3e, 0xc2, 0x77, 0x0a, 0x34, 0xd9, 0x81, 0xe5, 0x24, 0x0b, 0x53, 0x16, 0xd0, 0x5c, + 0x95, 0xcf, 0x78, 0x6a, 0x36, 0x50, 0xc9, 0xb2, 0x54, 0x62, 0x49, 0x80, 0x94, 0xb5, 0x96, 0x12, + 0xbd, 0x79, 0xc0, 0x78, 0x4a, 0x3e, 0x06, 0x43, 0x78, 0xdf, 0x5b, 0x87, 0xa5, 0x36, 0xaa, 0x0a, + 0x38, 0x1e, 0xc7, 0xaa, 0x6a, 0xde, 0x16, 0x02, 0x67, 0xf8, 0x8d, 0xc3, 0xd2, 0x13, 0x16, 0xd0, + 0x43, 0x4e, 0x3e, 0x81, 0xba, 0x13, 0x86, 0x6a, 0x23, 0x97, 0x87, 0xaf, 0x4b, 0x51, 0x8d, 0x6e, + 0x52, 0x73, 0xc2, 0x10, 0x5b, 0xed, 0xbf, 0xae, 0x00, 0x99, 0x3c, 0x5b, 0xfd, 0xff, 0xf4, 0xc5, + 0x6b, 0x7d, 0xa3, 0x7a, 0xad, 0x6f, 0xfc, 0x14, 0x46, 0xfb, 0x38, 0xc2, 0xe7, 0x10, 0xde, 0x2c, + 0x88, 0x02, 0x74, 0xd9, 0x43, 0xe6, 0x7f, 0xbc, 0x87, 0xd4, 0xfe, 0x2f, 0x3c, 0xa4, 0xfe, 0xbf, + 0xf6, 0x10, 0x78, 0x47, 0x0f, 0x69, 0xbc, 0x83, 0x87, 0xfc, 0x77, 0x15, 0x2a, 0xe2, 0x7e, 0x41, + 0x1e, 0x43, 0x5d, 0xdc, 0x30, 0xf4, 0x1d, 0xa3, 0x35, 0xba, 0x7e, 0x68, 0x19, 0xa0, 0xf6, 0x4a, + 0xb5, 0xc9, 0xaf, 0xa0, 0x85, 0x22, 0xe2, 0xfa, 0x21, 0xe5, 0xca, 0xfa, 0x4e, 0x23, 0xe4, 0x2e, + 0x5d, 0x13, 0x9b, 0xaf, 0x34, 0xda, 0x8f, 0xd9, 0xf9, 0xc5, 0x5e, 0xc0, 0xc2, 0x90, 0x26, 0x78, + 0xa6, 0xac, 0xe8, 0x7b, 0x01, 0x92, 0x3b, 0xde, 0x90, 0x3c, 0x82, 0x96, 0x4f, 0xfb, 0xa9, 0x8d, + 0x36, 0xe1, 0x79, 0xaf, 0x3a, 0xb1, 0x5e, 0x4d, 0x81, 0x10, 0x86, 0xe1, 0x71, 0x6f, 0x13, 0x16, + 0x13, 0x36, 0x38, 0xd3, 0x45, 0xe6, 0x26, 0x8f, 0x88, 0x08, 0x29, 0x64, 0x1e, 0x41, 0x23, 0x4e, + 0xa2, 0x53, 0xaa, 0xce, 0x01, 0xf3, 0x57, 0x9c, 0x03, 0x10, 0x23, 0xcf, 0x01, 0x8f, 0xa0, 0x71, + 0x9a, 0xb1, 0xe2, 0xe4, 0x50, 0xbb, 0x42, 0x02, 0x31, 0x52, 0xe2, 0x09, 0x2c, 0xe2, 0x48, 0x34, + 0xd7, 0xab, 0x4f, 0xd8, 0x85, 0x83, 0xd5, 0xdc, 0xed, 0x67, 0x60, 0xc8, 0xc1, 0x5c, 0x9b, 0xd2, + 0xe4, 0x80, 0xc7, 0xc5, 0xa2, 0xf4, 0x6c, 0xdc, 0xcf, 0x1b, 0x93, 0x62, 0x88, 0xd1, 0xc4, 0x9e, + 0xc1, 0x1d, 0x29, 0x46, 0x5f, 0x6b, 0x92, 0x76, 0x3f, 0x89, 0x02, 0x9b, 0x85, 0x66, 0x73, 0x42, + 0xc3, 0x2d, 0x84, 0xef, 0xbd, 0x1e, 0xe9, 0xd8, 0x4f, 0xa2, 0xa0, 0x13, 0x92, 0xa7, 0x70, 0x8b, + 0x71, 0x3b, 0xcc, 0x7c, 0xdf, 0x76, 0xde, 0x3a, 0x89, 0xb8, 0x96, 0x06, 0x0c, 0x57, 0x04, 0x53, + 0x5c, 0xcd, 0x5a, 0x66, 0xbc, 0x9b, 0xf9, 0xfe, 0x96, 0x60, 0xf6, 0x68, 0xc0, 0xd0, 0x5d, 0xaf, + 0x08, 0xae, 0xd6, 0x8f, 0x09, 0xae, 0xf6, 0x7f, 0x96, 0x61, 0x61, 0x0c, 0x44, 0x56, 0xa0, 0xac, + 0x72, 0x62, 0x1e, 0x60, 0x65, 0xe6, 0x91, 0xa7, 0x60, 0xf0, 0x28, 0x4b, 0x5c, 0x6a, 0xd3, 0x61, + 0xac, 0x7a, 0x2a, 0x4f, 0x2e, 0x88, 0xc4, 0x88, 0xff, 0x18, 0xba, 0x4f, 0xc1, 0x48, 0x9d, 0x64, + 0x40, 0x53, 0x4d, 0x6a, 0xf2, 0x06, 0xd2, 0x92, 0x98, 0x42, 0x6a, 0x13, 0x48, 0xd1, 0xd7, 0xe8, + 0xa2, 0xaf, 0x1f, 0x91, 0x8c, 0xbc, 0x9f, 0xe2, 0xd2, 0xbf, 0x09, 0xa4, 0xe8, 0x69, 0x24, 0x53, + 0xd5, 0x65, 0xf2, 0x5e, 0x0a, 0x99, 0x4f, 0x61, 0x3e, 0xe9, 0xcb, 0xa8, 0x9d, 0xc3, 0xa8, 0xbd, + 0x35, 0x65, 0xd2, 0xb4, 0xd0, 0x9d, 0x4b, 0xfa, 0x18, 0xb4, 0x52, 0x2e, 0x88, 0x3c, 0xaa, 0x2e, + 0x26, 0xd3, 0xe4, 0xb4, 0xab, 0xc9, 0x5c, 0xd2, 0x17, 0xad, 0xf6, 0xbf, 0x96, 0xa0, 0x5e, 0x14, + 0x77, 0x7e, 0x78, 0x07, 0xd2, 0x0f, 0x6e, 0xe5, 0x69, 0x07, 0x37, 0x6d, 0x8b, 0x9a, 0x7d, 0xd7, + 0x2d, 0xaa, 0x32, 0xb1, 0x45, 0xdd, 0x84, 0xb9, 0x2c, 0x64, 0xaf, 0x33, 0x79, 0xec, 0xa9, 0x59, + 0xaa, 0x75, 0xc5, 0xd6, 0x35, 0x37, 0x7d, 0xeb, 0x6a, 0xff, 0xae, 0x04, 0xf5, 0xa2, 0x16, 0x45, + 0x36, 0x00, 0xb4, 0x58, 0x2a, 0x4d, 0xac, 0xb8, 0xc6, 0x25, 0x4f, 0xa1, 0x95, 0xc4, 0xa1, 0x1e, + 0x7b, 0xd2, 0xaf, 0xd4, 0x85, 0xde, 0x8a, 0x43, 0x95, 0x83, 0xe2, 0x50, 0x0b, 0xbe, 0xe2, 0x9a, + 0x3a, 0x7b, 0xcd, 0x35, 0xb5, 0xfd, 0x5d, 0x49, 0x2f, 0xd6, 0x90, 0x35, 0xa8, 0x0a, 0x3f, 0x9c, + 0x66, 0x91, 0x64, 0x90, 0x0d, 0xa8, 0x0b, 0x63, 0x24, 0x6a, 0xaa, 0x1d, 0xb5, 0x44, 0xfe, 0x79, + 0x57, 0x13, 0xfe, 0xa9, 0x0c, 0x0d, 0xad, 0xe6, 0x46, 0xde, 0x87, 0xda, 0x20, 0x89, 0xb2, 0xd8, + 0x3e, 0xbd, 0x98, 0x62, 0xc6, 0x3c, 0xf2, 0xb6, 0x2f, 0x04, 0xcc, 0x19, 0x0c, 0xec, 0x7e, 0x16, + 0xba, 0x53, 0xe2, 0x6c, 0xde, 0x19, 0x0c, 0xf6, 0xb3, 0xd0, 0x25, 0x6b, 0x50, 0x93, 0xf7, 0x55, + 0xea, 0x8d, 0x9d, 0x3e, 0x0a, 0x2a, 0xf9, 0x04, 0x9a, 0x62, 0x44, 0x45, 0x9f, 0x95, 0x69, 0x83, + 0x82, 0x24, 0x0e, 0xbf, 0x56, 0x3d, 0x2b, 0x81, 0xa2, 0xf7, 0xea, 0x55, 0x02, 0x5b, 0xca, 0x86, + 0x62, 0x1e, 0xe6, 0xae, 0xab, 0x18, 0x7c, 0x01, 0xcd, 0x38, 0xa1, 0xa8, 0x76, 0x32, 0x72, 0x4e, + 0xd8, 0xbe, 0xef, 0xf0, 0xb3, 0xe3, 0x84, 0x6e, 0x0d, 0x06, 0x22, 0x56, 0xc4, 0xee, 0x91, 0xff, + 0x6f, 0xff, 0x4d, 0x09, 0x2a, 0x27, 0x51, 0xdc, 0x25, 0x1f, 0x42, 0x0d, 0xcf, 0xbe, 0xa3, 0xb9, + 0x53, 0xc5, 0xa1, 0xed, 0x8b, 0x4e, 0x4a, 0x03, 0x6b, 0x1e, 0xb9, 0xdb, 0x17, 0x64, 0x35, 0xaf, + 0x55, 0x96, 0xb5, 0xaa, 0x93, 0x2a, 0x52, 0xbe, 0xd3, 0xb2, 0x89, 0x59, 0x18, 0x9d, 0xa7, 0x8a, + 0x69, 0x1b, 0xef, 0xae, 0x51, 0x20, 0xb6, 0x2f, 0xda, 0xdf, 0x42, 0x15, 0x6b, 0xa1, 0xa3, 0xbe, + 0x4b, 0xd7, 0xf4, 0x5d, 0xfe, 0x31, 0x7d, 0xcf, 0xfe, 0x50, 0xdf, 0x5f, 0x41, 0xe5, 0x05, 0xf3, + 0x7d, 0xf2, 0x13, 0x98, 0x73, 0xa3, 0x30, 0xec, 0xec, 0x8e, 0xf5, 0xad, 0x68, 0xc2, 0x30, 0x79, + 0x28, 0x2a, 0x6b, 0x8e, 0x22, 0x49, 0xed, 0xbf, 0x9b, 0x05, 0x33, 0x37, 0x43, 0xfe, 0xb2, 0x28, + 0xec, 0x65, 0x81, 0x08, 0x72, 0xb2, 0x01, 0x4b, 0xb8, 0xcb, 0xc4, 0x49, 0xe4, 0x52, 0xce, 0xa9, + 0x67, 0x63, 0x50, 0x97, 0xd6, 0x2b, 0xd6, 0xa2, 0x60, 0x1c, 0xe7, 0xf4, 0xae, 0x08, 0xa0, 0xa5, + 0x30, 0x0b, 0x04, 0xd4, 0xcb, 0x5c, 0xea, 0xd9, 0x49, 0xf4, 0x96, 0xcb, 0x55, 0xb0, 0x16, 0xc3, + 0x2c, 0x38, 0x56, 0x74, 0x2b, 0x7a, 0xcb, 0xc9, 0xfb, 0xd0, 0x12, 0x58, 0x96, 0xd2, 0xc4, 0x91, + 0x91, 0x3f, 0x8b, 0xc0, 0x85, 0x30, 0x0b, 0x3a, 0x05, 0xf1, 0x72, 0xc1, 0xb7, 0x32, 0x51, 0xf0, + 0x5d, 0x13, 0x77, 0xe9, 0xd0, 0xcd, 0x92, 0x84, 0x86, 0xee, 0x05, 0xa6, 0xb1, 0x8a, 0xa5, 0x93, + 0xc8, 0x01, 0xac, 0xa4, 0xac, 0x2f, 0x5c, 0x0c, 0x0f, 0xbe, 0x22, 0xd9, 0xa4, 0x74, 0x98, 0x2a, + 0x8f, 0x35, 0xc7, 0x9c, 0x50, 0x24, 0xe7, 0x1d, 0xc9, 0x7f, 0x36, 0x63, 0x11, 0x25, 0xa7, 0x51, + 0x85, 0xdd, 0x49, 0x26, 0x74, 0xf0, 0x2c, 0x88, 0xd3, 0xbc, 0x3e, 0xd5, 0xb4, 0x16, 0x92, 0x6c, + 0x67, 0x44, 0x24, 0xcf, 0x47, 0x9d, 0xe2, 0xd9, 0x95, 0xcb, 0xe9, 0x54, 0x05, 0xf1, 0xf1, 0x4e, + 0xc5, 0xf9, 0x55, 0x4d, 0x77, 0xd1, 0xa5, 0x46, 0xdb, 0x6e, 0x02, 0xec, 0xd2, 0xd4, 0x61, 0xbe, + 0xc8, 0xea, 0xed, 0x01, 0xac, 0x28, 0xb9, 0x62, 0xad, 0xb0, 0xe6, 0x71, 0x04, 0xcb, 0x34, 0x27, + 0xa8, 0xee, 0x18, 0xcd, 0xb3, 0xdd, 0xbd, 0x71, 0x67, 0xbb, 0xbc, 0xca, 0x16, 0xa1, 0xe3, 0x14, + 0x46, 0x79, 0xfb, 0x4f, 0x61, 0x55, 0x75, 0x64, 0xd1, 0x01, 0x8b, 0xc2, 0x6e, 0x16, 0x1c, 0xf5, + 0x3b, 0xa1, 0xaa, 0x07, 0xdc, 0x87, 0x06, 0x53, 0xff, 0xf3, 0x4d, 0xac, 0x6e, 0x41, 0x4e, 0xea, + 0x78, 0xe2, 0xc2, 0x9a, 0xa0, 0x9c, 0x1d, 0x66, 0x81, 0xf2, 0x82, 0x7a, 0x92, 0x6b, 0x6a, 0xff, + 0x23, 0x01, 0x32, 0x39, 0xe9, 0xe4, 0x29, 0xac, 0x78, 0x41, 0x9f, 0xa9, 0x2a, 0x79, 0x48, 0x3d, + 0x3b, 0x76, 0xdc, 0x73, 0xe5, 0x71, 0xdb, 0x65, 0xb3, 0x64, 0x11, 0xc9, 0xef, 0x49, 0xf6, 0xb1, + 0xe0, 0xea, 0x52, 0xe7, 0x2c, 0x8e, 0x0b, 0xa9, 0xf2, 0x84, 0x94, 0x64, 0x4b, 0xa9, 0xcf, 0xc0, + 0x54, 0x52, 0x9e, 0x93, 0x3a, 0x45, 0x87, 0xe8, 0xb5, 0xd2, 0x19, 0x6f, 0x48, 0xfe, 0xae, 0x93, + 0x3a, 0xaa, 0x3f, 0xf4, 0xdd, 0xcb, 0x82, 0xaa, 0x4f, 0x14, 0xac, 0x4c, 0x08, 0x4a, 0x2e, 0x0a, + 0x7e, 0x0e, 0xb7, 0xd2, 0x28, 0x75, 0x7c, 0x5b, 0x89, 0x27, 0xdc, 0xf6, 0x23, 0xc7, 0x13, 0x97, + 0x9a, 0x6a, 0x61, 0xea, 0x32, 0x42, 0x76, 0x11, 0x61, 0xf1, 0x83, 0xc8, 0xf1, 0xf0, 0x62, 0xb3, + 0x32, 0x2e, 0x49, 0xa5, 0xd8, 0x1c, 0x76, 0xb7, 0xa4, 0x8b, 0x50, 0x14, 0xf8, 0x59, 0xde, 0x95, + 0x3c, 0x7b, 0xf3, 0xd0, 0x89, 0xf9, 0x59, 0x94, 0x0a, 0x99, 0x79, 0x94, 0x91, 0xfa, 0xb6, 0x05, + 0xb7, 0xa7, 0x98, 0x87, 0x78, 0x95, 0xf4, 0x23, 0xd7, 0xf1, 0x6d, 0xb9, 0x52, 0x1c, 0x1d, 0xb6, + 0x62, 0x35, 0x91, 0x28, 0xfd, 0x00, 0x63, 0x37, 0xa1, 0x41, 0x94, 0xd2, 0x02, 0x55, 0x97, 0xb1, + 0x2b, 0xa9, 0x39, 0xec, 0x03, 0x58, 0xcc, 0x38, 0x4d, 0xa4, 0xad, 0xa7, 0x17, 0x29, 0x95, 0x57, + 0xb7, 0x8a, 0xb5, 0x20, 0xc8, 0xc2, 0x4e, 0xac, 0x62, 0x92, 0xc7, 0x70, 0x43, 0x9a, 0xea, 0x53, + 0x27, 0x09, 0x73, 0x81, 0x80, 0xe3, 0x05, 0xae, 0x62, 0x11, 0x64, 0x1e, 0x48, 0x9e, 0x1a, 0xdd, + 0x9f, 0xc0, 0x1d, 0x8f, 0x71, 0xb1, 0x9f, 0x20, 0xd6, 0x75, 0xdc, 0x33, 0x6a, 0x9f, 0xb1, 0x54, + 0x75, 0xd3, 0x44, 0xc1, 0x5b, 0x12, 0x22, 0x44, 0x76, 0x04, 0xe0, 0x19, 0x4b, 0x65, 0x87, 0xbf, + 0x82, 0x9f, 0x4c, 0x4a, 0x07, 0x8c, 0x73, 0x25, 0xbe, 0x80, 0xe2, 0xe6, 0x25, 0xf1, 0x43, 0xc6, + 0xb9, 0x94, 0xff, 0x14, 0xcc, 0xcb, 0xcb, 0xe8, 0x9e, 0x51, 0xf7, 0x5c, 0xd8, 0xdc, 0xd2, 0x26, + 0x37, 0x5f, 0xc3, 0x1d, 0xc1, 0x3c, 0xe4, 0xe2, 0x54, 0xc5, 0x53, 0x27, 0x5f, 0xbd, 0x7c, 0xee, + 0x16, 0x51, 0xc2, 0x40, 0x8e, 0xe8, 0x2c, 0x9f, 0xbe, 0x55, 0xa8, 0x71, 0x3a, 0x08, 0x68, 0x98, + 0x72, 0xfc, 0x9e, 0x53, 0xb1, 0x8a, 0xb6, 0x0c, 0x2e, 0x27, 0x2f, 0xf8, 0x2e, 0xe5, 0xc1, 0xe5, + 0xc8, 0x6a, 0xaf, 0x60, 0x7b, 0xd4, 0x4f, 0x1d, 0xe9, 0x92, 0x44, 0xb2, 0x91, 0x82, 0x6e, 0x78, + 0x1f, 0x1a, 0x92, 0x2d, 0x87, 0xbb, 0x8c, 0x7c, 0x29, 0x21, 0x07, 0xf8, 0x01, 0x2c, 0x06, 0x6f, + 0x5c, 0xd7, 0x66, 0x61, 0x9c, 0xa5, 0x52, 0xc9, 0x8a, 0x5c, 0x39, 0x41, 0xee, 0x08, 0x2a, 0x2a, + 0x5a, 0x07, 0x43, 0xc3, 0x49, 0x6d, 0x37, 0x10, 0xd8, 0x2a, 0x80, 0x52, 0x63, 0x8e, 0x8c, 0xb2, + 0xb4, 0x50, 0x79, 0x73, 0x84, 0x3c, 0x42, 0x32, 0xea, 0x5c, 0x83, 0xa6, 0x1f, 0x60, 0x4c, 0x49, + 0xd4, 0x2d, 0x69, 0x9d, 0x1f, 0x88, 0x40, 0x42, 0xc4, 0x2f, 0x60, 0x55, 0x77, 0x6d, 0xec, 0x5c, + 0xd5, 0xfb, 0x03, 0x8e, 0x1f, 0x69, 0x2a, 0xd6, 0xad, 0x91, 0x77, 0x77, 0x46, 0xfc, 0x43, 0xcd, + 0xd9, 0xa4, 0xf0, 0x29, 0x4b, 0x03, 0x27, 0x16, 0x72, 0xb7, 0x35, 0x67, 0x43, 0xb9, 0x6d, 0x64, + 0x1d, 0x72, 0xf2, 0x31, 0x2c, 0x07, 0x2c, 0xb4, 0x65, 0x5c, 0x8c, 0x3a, 0x5a, 0x95, 0xeb, 0x16, + 0xb0, 0xf0, 0x40, 0x70, 0x7a, 0x79, 0x0f, 0x02, 0xee, 0x0c, 0x27, 0xe0, 0x77, 0x14, 0xdc, 0x19, + 0x8e, 0xc3, 0x3f, 0x81, 0x15, 0xa1, 0x5d, 0x05, 0xd4, 0x08, 0xff, 0x13, 0x19, 0xd9, 0x01, 0x0b, + 0x2d, 0x64, 0x8d, 0x09, 0x38, 0xc3, 0x49, 0x81, 0xbb, 0x4a, 0xc0, 0x19, 0x5e, 0x12, 0x38, 0x86, + 0x65, 0xe5, 0x6b, 0x76, 0xd4, 0xb7, 0xf3, 0x14, 0x6d, 0xde, 0xc3, 0x9d, 0x61, 0x6d, 0x6c, 0x2b, + 0x9a, 0x92, 0xe9, 0xad, 0x25, 0x25, 0xac, 0x25, 0xff, 0x51, 0x02, 0xc4, 0x45, 0x1d, 0xcb, 0x9c, + 0xf7, 0xf5, 0x04, 0x78, 0xf8, 0xc6, 0x75, 0xa7, 0x67, 0x4e, 0x29, 0xa8, 0x67, 0xce, 0xb5, 0x09, + 0x41, 0x2d, 0x73, 0x7e, 0x05, 0x77, 0x95, 0xa0, 0x1f, 0xe4, 0x37, 0xde, 0xb1, 0x6e, 0xdf, 0x43, + 0xe9, 0xdb, 0x12, 0x74, 0x10, 0xc8, 0x7b, 0x98, 0xde, 0xf5, 0x54, 0x0d, 0x7a, 0xff, 0xed, 0xa9, + 0x1a, 0x34, 0x1b, 0xbe, 0x84, 0xbb, 0xd2, 0x75, 0xde, 0xe0, 0x57, 0x00, 0x9b, 0x79, 0x43, 0x99, + 0xbe, 0xf1, 0xd6, 0xcf, 0x9f, 0x98, 0x9e, 0xcc, 0x1b, 0x08, 0x92, 0x5f, 0x0a, 0x3a, 0xde, 0x50, + 0x24, 0x70, 0x71, 0xd5, 0xef, 0x3d, 0x21, 0x3b, 0x70, 0xff, 0x1a, 0x05, 0x1e, 0xe3, 0xe7, 0x26, + 0x45, 0x15, 0xab, 0xd3, 0x55, 0xec, 0x32, 0x7e, 0x4e, 0xf6, 0x60, 0xed, 0x1a, 0x25, 0x98, 0xcb, + 0xcc, 0x3e, 0x6a, 0xb9, 0x33, 0x5d, 0x0b, 0x26, 0xb3, 0xab, 0x07, 0x93, 0x57, 0xd9, 0x06, 0x57, + 0x0d, 0x46, 0x95, 0xda, 0xa6, 0x0d, 0x46, 0x7e, 0x19, 0x28, 0x54, 0x9c, 0x4d, 0x1b, 0x8c, 0xfc, + 0x46, 0xa0, 0x94, 0x1c, 0xc1, 0xfb, 0x57, 0x29, 0x79, 0xc3, 0x38, 0x4b, 0xc5, 0x71, 0x33, 0xf2, + 0x28, 0x37, 0x19, 0xaa, 0x5a, 0x9b, 0xa6, 0xea, 0xa5, 0x04, 0x76, 0x05, 0x8e, 0xf4, 0xe0, 0xc3, + 0xab, 0x14, 0x7a, 0x8c, 0xbb, 0x4e, 0xe2, 0x15, 0x2a, 0x5f, 0xa1, 0xca, 0xf6, 0x34, 0x95, 0xbb, + 0x39, 0x54, 0x2a, 0xdd, 0x87, 0xf7, 0x26, 0x94, 0x62, 0xfa, 0x7d, 0x43, 0xdd, 0x62, 0xb0, 0xe7, + 0xd3, 0xe6, 0x5c, 0xe4, 0xf3, 0x97, 0xd4, 0x55, 0xa3, 0x3d, 0x80, 0x07, 0xd3, 0xf5, 0x60, 0x6d, + 0x88, 0x17, 0xaa, 0x7c, 0x54, 0x75, 0x6f, 0x52, 0xd5, 0x11, 0xe2, 0xa4, 0xb6, 0xf6, 0xdf, 0x96, + 0x8a, 0x13, 0x94, 0x76, 0x5a, 0x24, 0x0f, 0xa0, 0x15, 0xb0, 0xf0, 0xa4, 0x77, 0x24, 0x0f, 0x9e, + 0xc5, 0x69, 0xbd, 0x29, 0xa9, 0x02, 0xda, 0xe5, 0xe4, 0x09, 0xdc, 0x8c, 0x59, 0x4c, 0x7d, 0x16, + 0x52, 0xfb, 0x75, 0x46, 0x33, 0x5a, 0xa0, 0xe5, 0x49, 0x6d, 0x39, 0xe7, 0xfe, 0x5a, 0x30, 0x95, + 0xd0, 0x67, 0x60, 0x16, 0x42, 0xa7, 0x09, 0x75, 0xce, 0x69, 0x52, 0x88, 0xa9, 0x03, 0x53, 0xce, + 0xdf, 0x96, 0x6c, 0x29, 0xd8, 0xfe, 0x16, 0x2a, 0xbd, 0x28, 0x49, 0xc9, 0x07, 0x30, 0x7f, 0x8a, + 0x57, 0x18, 0x3e, 0xfd, 0x0a, 0xa7, 0x98, 0xe4, 0x01, 0x2c, 0x30, 0x8e, 0x85, 0x7b, 0xc7, 0x17, + 0x82, 0xea, 0xab, 0xe9, 0x38, 0xf1, 0x1d, 0xef, 0xe0, 0x7f, 0x5e, 0x06, 0x43, 0xbe, 0x80, 0xd8, + 0x4f, 0x9c, 0x80, 0x6e, 0x47, 0x59, 0x28, 0x6e, 0x59, 0x15, 0xad, 0xd0, 0x7b, 0x43, 0x7f, 0x27, + 0x81, 0x00, 0xad, 0xf0, 0x83, 0x40, 0xd2, 0x86, 0x7a, 0x16, 0x9e, 0x0a, 0x16, 0xf5, 0xc6, 0xee, + 0x50, 0x23, 0x32, 0xb9, 0x09, 0x73, 0xf2, 0x6b, 0xb0, 0x9a, 0x0c, 0xd5, 0x22, 0xeb, 0x50, 0x77, + 0x1d, 0xdf, 0x15, 0xf7, 0x65, 0xae, 0xee, 0x92, 0xfa, 0x7d, 0x7e, 0xc4, 0x24, 0x7f, 0x0c, 0x8d, + 0xbe, 0x30, 0xd2, 0xc6, 0xef, 0x45, 0xea, 0xed, 0xce, 0x58, 0xed, 0x04, 0xd9, 0xf8, 0x69, 0x89, + 0xfc, 0x1c, 0x16, 0xdc, 0x20, 0x96, 0x47, 0x50, 0xad, 0x8e, 0xa5, 0x1e, 0xdb, 0x20, 0x66, 0x27, + 0x88, 0xc5, 0x11, 0x14, 0x0b, 0xac, 0x0d, 0x77, 0xd4, 0x68, 0xff, 0x65, 0x09, 0x1a, 0xda, 0xa4, + 0x5c, 0x37, 0x1f, 0x08, 0x98, 0x98, 0x8f, 0x8f, 0xa0, 0xca, 0x53, 0x47, 0xad, 0x4c, 0xf1, 0xc2, + 0xe7, 0xf2, 0x3c, 0x5b, 0x12, 0x44, 0xd6, 0x61, 0x96, 0x86, 0xf9, 0x3a, 0x5d, 0x85, 0x15, 0x90, + 0xf6, 0x1f, 0x4a, 0x30, 0x27, 0x39, 0xe4, 0x43, 0xa8, 0xf7, 0xb3, 0xd0, 0xb5, 0xb1, 0x74, 0x35, + 0x59, 0x2d, 0xa9, 0x09, 0xe6, 0x2e, 0xe5, 0xee, 0xc4, 0x95, 0xb9, 0xfc, 0x03, 0x57, 0xe6, 0xb1, + 0x52, 0xc2, 0xec, 0x75, 0xa5, 0x84, 0x0f, 0xa1, 0x8a, 0x13, 0xae, 0xde, 0x43, 0x2c, 0x4d, 0x58, + 0x6e, 0x49, 0xfe, 0xc8, 0x15, 0xab, 0xd7, 0xb9, 0xe2, 0x97, 0xd0, 0xc4, 0x42, 0x0b, 0x0b, 0x07, + 0x62, 0x08, 0xe4, 0x13, 0x58, 0x18, 0xa8, 0x36, 0x56, 0x9d, 0xa6, 0x8c, 0xb2, 0x39, 0xd0, 0x04, + 0xda, 0xcf, 0xa0, 0x91, 0x2b, 0xe8, 0xd1, 0x94, 0x7c, 0x01, 0xad, 0x31, 0xf9, 0x3c, 0xaa, 0xd4, + 0x07, 0x08, 0xbd, 0x2f, 0x6b, 0x41, 0x57, 0xc4, 0xdb, 0xdf, 0x95, 0x60, 0x4e, 0x3e, 0x97, 0x21, + 0x9f, 0x6a, 0x56, 0x14, 0x4f, 0x19, 0x8a, 0xc1, 0x6a, 0xfd, 0x8d, 0x8c, 0xe9, 0xd1, 0x94, 0xbf, + 0x63, 0x3d, 0xc3, 0x84, 0xf9, 0x37, 0x34, 0xc1, 0x87, 0x1c, 0x32, 0x2a, 0xf2, 0x66, 0xfb, 0x63, + 0xa8, 0x0b, 0x5b, 0xe4, 0x23, 0x86, 0x1f, 0xac, 0xce, 0xb5, 0xff, 0xa2, 0x04, 0xf3, 0xea, 0x81, + 0x0f, 0x79, 0x08, 0x10, 0x27, 0xd1, 0xab, 0xb1, 0x41, 0x2f, 0x8e, 0x44, 0xe4, 0x73, 0x8e, 0xba, + 0x80, 0xc8, 0x6a, 0xdd, 0x53, 0xb8, 0x39, 0xa0, 0x21, 0x4d, 0x1c, 0xb1, 0xa1, 0xa8, 0x23, 0x68, + 0xe8, 0x04, 0xea, 0x1d, 0x43, 0xdd, 0x5a, 0x29, 0xb8, 0xf2, 0x20, 0xda, 0x15, 0xbc, 0x77, 0xcc, + 0x2f, 0x1f, 0x40, 0x6b, 0xfc, 0x19, 0x11, 0x59, 0xc9, 0x6b, 0x2d, 0xf2, 0x52, 0x2c, 0x1b, 0x1b, + 0xff, 0x55, 0x96, 0x2f, 0x0a, 0xb1, 0x8a, 0xbc, 0x04, 0x0b, 0xe2, 0xb7, 0xf8, 0x24, 0x69, 0xcc, + 0xe4, 0xa4, 0xa2, 0x46, 0x6c, 0x94, 0x72, 0x52, 0x51, 0x5a, 0x35, 0xca, 0x64, 0x19, 0x16, 0x05, + 0x49, 0x2b, 0x2a, 0x1a, 0xb3, 0xa4, 0x09, 0x35, 0xd4, 0x16, 0xc5, 0x5d, 0xa3, 0x42, 0x16, 0xa0, + 0x2e, 0x5a, 0x58, 0x90, 0x32, 0xaa, 0x85, 0x12, 0x3c, 0x0d, 0x6e, 0x0d, 0x06, 0xc6, 0x5c, 0x8e, + 0x7f, 0x1e, 0xb1, 0xd0, 0x98, 0xcf, 0x5b, 0x2f, 0x98, 0xef, 0x1b, 0x35, 0x72, 0x13, 0x88, 0x68, + 0x8d, 0xbf, 0x50, 0x32, 0xea, 0xc4, 0x84, 0x15, 0x9d, 0x9e, 0xbf, 0x21, 0x31, 0x80, 0x10, 0x68, + 0x09, 0xce, 0xa8, 0xd4, 0x6a, 0x34, 0xc8, 0x2a, 0xdc, 0x44, 0xda, 0xc4, 0xb7, 0x57, 0xa3, 0x99, + 0xf7, 0x27, 0x52, 0xb8, 0xb1, 0x40, 0x5a, 0x00, 0xa2, 0x25, 0x63, 0xca, 0x68, 0xe5, 0x6d, 0xb9, + 0xd2, 0xc6, 0x22, 0x59, 0x84, 0xc6, 0xa8, 0xbd, 0x69, 0x18, 0xb9, 0x81, 0xe3, 0x73, 0x6e, 0x2c, + 0xe5, 0x33, 0xa3, 0xbd, 0xd5, 0x31, 0x56, 0x36, 0x3e, 0x87, 0xa6, 0xfe, 0xe6, 0x44, 0x68, 0x3b, + 0x76, 0x38, 0x3f, 0x39, 0x4b, 0xa2, 0x6c, 0x70, 0x66, 0xcc, 0x88, 0xc9, 0x2a, 0x34, 0x19, 0x25, + 0x52, 0x83, 0xca, 0x33, 0x87, 0x9f, 0x19, 0xe5, 0x8d, 0x5f, 0xc0, 0xe2, 0xa5, 0xb7, 0x46, 0x82, + 0xd9, 0x3d, 0xea, 0xee, 0x19, 0x33, 0xe2, 0xdf, 0xfe, 0x56, 0xef, 0xc4, 0x28, 0x91, 0x15, 0x30, + 0x9e, 0x75, 0xbe, 0x7e, 0x66, 0xef, 0x1c, 0x1d, 0x1e, 0x5b, 0x7b, 0xbd, 0x5e, 0xe7, 0xa8, 0x6b, + 0x94, 0x37, 0x1e, 0x02, 0x8c, 0x5e, 0x0e, 0x90, 0x3a, 0x54, 0xf1, 0xc8, 0x2f, 0x05, 0x4f, 0xd8, + 0x8b, 0x97, 0x46, 0x89, 0x34, 0x60, 0x5e, 0x6d, 0xde, 0x46, 0x79, 0xe3, 0x09, 0x2c, 0xaa, 0x7d, + 0x5e, 0x58, 0xff, 0x82, 0x85, 0x62, 0x33, 0x21, 0x9d, 0xee, 0xcb, 0xad, 0x83, 0xce, 0xae, 0xdd, + 0xe9, 0xee, 0xee, 0xfd, 0xd6, 0x7e, 0xd1, 0xe9, 0xee, 0x4a, 0x0d, 0xcf, 0xba, 0xbd, 0x6f, 0x8c, + 0xd2, 0xc6, 0x29, 0xac, 0x4c, 0x7b, 0x8e, 0x42, 0xee, 0xc0, 0xad, 0x5c, 0x72, 0xb7, 0xd3, 0x3b, + 0xd9, 0xea, 0xee, 0xec, 0xd9, 0x87, 0x7b, 0x27, 0x56, 0x67, 0xc7, 0x98, 0x21, 0x73, 0x50, 0x3e, + 0x78, 0x6c, 0x94, 0xf0, 0x77, 0xd3, 0x28, 0x13, 0x80, 0xb9, 0x9d, 0xa3, 0x5e, 0xa7, 0xbb, 0x67, + 0xcc, 0x0a, 0x4f, 0xe9, 0x74, 0xbb, 0x7b, 0x96, 0x7d, 0x6c, 0x1d, 0xed, 0xfe, 0x66, 0xe7, 0xc4, + 0xa8, 0x6c, 0x3c, 0x1e, 0x3d, 0xac, 0xc1, 0xa1, 0xac, 0x80, 0xd1, 0x09, 0xdf, 0x38, 0x3e, 0xf3, + 0x0a, 0x9a, 0x31, 0x23, 0xc6, 0x72, 0x24, 0x33, 0xa6, 0x51, 0xda, 0xf8, 0x87, 0x12, 0xd4, 0xf2, + 0x4f, 0xa6, 0x23, 0xa7, 0x0e, 0x69, 0x82, 0xee, 0x36, 0x43, 0x6e, 0xc0, 0x12, 0xba, 0x27, 0xed, + 0xa7, 0x47, 0x59, 0xaa, 0xc8, 0xa5, 0x7c, 0x59, 0x2d, 0x36, 0x38, 0xd3, 0xe8, 0x65, 0x62, 0x40, + 0x53, 0xc6, 0x80, 0xfc, 0xf0, 0x65, 0xcc, 0x0a, 0x1b, 0x30, 0x04, 0xc2, 0x94, 0x15, 0xd4, 0x0a, + 0xb9, 0x0d, 0x37, 0xc6, 0xd4, 0x16, 0xac, 0x2a, 0xb9, 0x0b, 0xb7, 0x73, 0x81, 0x49, 0xf6, 0xdc, + 0xc6, 0x1a, 0x34, 0xf5, 0x4f, 0xb5, 0x79, 0x8f, 0xc2, 0x0f, 0xa4, 0xc9, 0x1b, 0x3f, 0x87, 0xa5, + 0x89, 0xcf, 0x42, 0x62, 0x06, 0x3b, 0x5d, 0x39, 0xf8, 0xc3, 0x4e, 0xd7, 0x3e, 0xdc, 0xfa, 0xad, + 0x51, 0x12, 0xb2, 0xdb, 0x07, 0x47, 0x47, 0x87, 0xf6, 0x7e, 0xe7, 0xe0, 0x64, 0xcf, 0x32, 0xca, + 0x1b, 0x1b, 0x97, 0x64, 0xd1, 0x93, 0x84, 0x47, 0x1c, 0xed, 0x6c, 0x1d, 0x18, 0x33, 0x62, 0x01, + 0xbe, 0x3e, 0x38, 0xda, 0xde, 0x3a, 0x30, 0x4a, 0x1b, 0xdb, 0xb0, 0x34, 0x51, 0x0c, 0x17, 0x2e, + 0xbb, 0x1f, 0x25, 0x2e, 0x95, 0x24, 0xe9, 0x01, 0x5b, 0x59, 0x1a, 0x19, 0x25, 0x11, 0x79, 0xc8, + 0x92, 0xb1, 0xcd, 0xc2, 0x81, 0x51, 0xde, 0xf8, 0x12, 0x16, 0x2f, 0x9d, 0x63, 0x84, 0x8f, 0xef, + 0x47, 0xbe, 0x1f, 0xbd, 0x15, 0x08, 0x74, 0xf9, 0xe3, 0x84, 0xba, 0xd4, 0x13, 0xcd, 0x92, 0x08, + 0xb8, 0x1d, 0x2c, 0x95, 0x8a, 0xeb, 0xb7, 0x51, 0xde, 0x38, 0x02, 0xe3, 0xf2, 0xd9, 0x81, 0xcc, + 0xc3, 0x6c, 0x27, 0x4c, 0x8d, 0x19, 0x61, 0xf8, 0xbe, 0x1f, 0x39, 0xa9, 0x74, 0xe0, 0x5d, 0xea, + 0xb2, 0xc0, 0xf1, 0x8d, 0xb2, 0x88, 0xe9, 0x5d, 0x27, 0xa5, 0xe2, 0x64, 0x2a, 0xf3, 0xd1, 0x6e, + 0x26, 0x2b, 0xb8, 0x46, 0x45, 0x38, 0xf7, 0xa5, 0x93, 0x84, 0x18, 0x82, 0xb8, 0x51, 0xc9, 0xe1, + 0x63, 0x6f, 0xdc, 0x28, 0xe1, 0x54, 0x88, 0x0d, 0x86, 0x1b, 0xe5, 0xed, 0x3f, 0xfa, 0xfd, 0xf7, + 0xf7, 0x4a, 0xff, 0xfc, 0xfd, 0xbd, 0xd2, 0xbf, 0x7f, 0x7f, 0xaf, 0xf4, 0x57, 0xff, 0x71, 0x6f, + 0x06, 0x6e, 0xb8, 0x51, 0xf0, 0x50, 0x6c, 0x3e, 0xae, 0x13, 0x3f, 0x4c, 0x99, 0x77, 0x8a, 0xe9, + 0xf8, 0xb8, 0xf4, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x78, 0x22, 0x89, 0xf7, 0x2d, 0x00, + 0x00, } diff --git a/proto/executor.proto b/proto/executor.proto index 5152aa17..23e87827 100644 --- a/proto/executor.proto +++ b/proto/executor.proto @@ -31,6 +31,7 @@ enum ExecType { TypeWindow = 14; TypeExpand = 15; // Expand executor is used to expand underlying data sources to feed different grouping sets. TypeExpand2 = 16; // Expand2 executor is used to expand underlying data sources to feed different grouping sets. + TypeBroadcastQuery = 17; TypeIndexLookUp = 20; } @@ -56,6 +57,7 @@ message Executor { optional uint64 fine_grained_shuffle_batch_size = 18 [(gogoproto.nullable) = false]; optional Expand expand = 19; optional Expand2 expand2= 20; + optional BroadcastQuery broadcast_query = 21; optional IndexLookUp index_lookup = 24; // It indicates the parent index of current executor. // Not set indicates its parent is the next executor in `DAGRequest.executors`. @@ -471,3 +473,6 @@ message Expand2{ optional Executor child = 3; } +message BroadcastQuery { + optional string query = 1; +}