From ca7c443c6e8ffc6eea8dbf10bc89dba0c0536c2d Mon Sep 17 00:00:00 2001 From: jinhelin Date: Mon, 26 Feb 2024 18:00:40 +0800 Subject: [PATCH] Add TiFlashScanContext statistics --- go-tipb/analyze.pb.go | 201 ++--- go-tipb/executor.pb.go | 1754 +++++++++++++++++++++++++++++++--------- proto/executor.proto | 53 +- 3 files changed, 1507 insertions(+), 501 deletions(-) diff --git a/go-tipb/analyze.pb.go b/go-tipb/analyze.pb.go index ff39a9c9..706f8af9 100644 --- a/go-tipb/analyze.pb.go +++ b/go-tipb/analyze.pb.go @@ -2,105 +2,108 @@ // source: analyze.proto /* - Package tipb is a generated protocol buffer package. - - It is generated from these files: - analyze.proto - checksum.proto - executor.proto - explain.proto - expression.proto - metadata.proto - resourcetag.proto - schema.proto - select.proto - topsql_agent.proto - trace.proto - - It has these top-level messages: - AnalyzeReq - AnalyzeIndexReq - AnalyzeColumnsReq - AnalyzeMixedResp - AnalyzeColumnGroup - AnalyzeColumnsResp - AnalyzeIndexResp - Bucket - Histogram - FMSketch - SampleCollector - RowSampleCollector - RowSample - CMSketchRow - CMSketchTopN - CMSketch - ChecksumRewriteRule - ChecksumRequest - ChecksumResponse - Executor - ExchangeSender - EncodedBytesSlice - ExchangeReceiver - ANNQueryInfo - TableScan - PartitionTableScan - Join - RuntimeFilter - IndexScan - Selection - Projection - Aggregation - TopN - Limit - Kill - ExecutorExecutionSummary - TiFlashExecutionInfo - TiFlashScanContext - Sort - WindowFrameBound - WindowFrame - Window - GroupingExpr - GroupingSet - Expand - ExprSlice - Expand2 - ExplainData - ExplainOperator - AccessObject - DynamicPartitionAccessObjects - DynamicPartitionAccessObject - ScanAccessObject - IndexAccess - FieldType - Expr - RpnExpr - ByItem - InUnionMetadata - CompareInMetadata - GroupingMark - GroupingFunctionMetadata - ResourceGroupTag - TableInfo - ColumnInfo - IndexInfo - KeyRange - Row - Error - SelectResponse - Chunk - RowMeta - DAGRequest - ChunkMemoryLayout - UserIdentity - StreamResponse - TopSQLRecord - TopSQLRecordItem - SQLMeta - PlanMeta - EmptyResponse - TopSQLSubRequest - TopSQLSubResponse +Package tipb is a generated protocol buffer package. + +It is generated from these files: + + analyze.proto + checksum.proto + executor.proto + explain.proto + expression.proto + metadata.proto + resourcetag.proto + schema.proto + select.proto + topsql_agent.proto + trace.proto + +It has these top-level messages: + + AnalyzeReq + AnalyzeIndexReq + AnalyzeColumnsReq + AnalyzeMixedResp + AnalyzeColumnGroup + AnalyzeColumnsResp + AnalyzeIndexResp + Bucket + Histogram + FMSketch + SampleCollector + RowSampleCollector + RowSample + CMSketchRow + CMSketchTopN + CMSketch + ChecksumRewriteRule + ChecksumRequest + ChecksumResponse + Executor + ExchangeSender + EncodedBytesSlice + ExchangeReceiver + ANNQueryInfo + TableScan + PartitionTableScan + Join + RuntimeFilter + IndexScan + Selection + Projection + Aggregation + TopN + Limit + Kill + ExecutorExecutionSummary + TiFlashExecutionInfo + TiFlashRegionNumOfInstance + TiFlashScanContext + Sort + WindowFrameBound + WindowFrame + Window + GroupingExpr + GroupingSet + Expand + ExprSlice + Expand2 + ExplainData + ExplainOperator + AccessObject + DynamicPartitionAccessObjects + DynamicPartitionAccessObject + ScanAccessObject + IndexAccess + FieldType + Expr + RpnExpr + ByItem + InUnionMetadata + CompareInMetadata + GroupingMark + GroupingFunctionMetadata + ResourceGroupTag + TableInfo + ColumnInfo + IndexInfo + KeyRange + Row + Error + SelectResponse + Chunk + RowMeta + DAGRequest + ChunkMemoryLayout + UserIdentity + StreamResponse + TopSQLRecord + TopSQLRecordItem + SQLMeta + PlanMeta + EmptyResponse + TopSQLSubRequest + TopSQLSubResponse */ package tipb diff --git a/go-tipb/executor.pb.go b/go-tipb/executor.pb.go index 8f70aab0..80094f07 100644 --- a/go-tipb/executor.pb.go +++ b/go-tipb/executor.pb.go @@ -1795,123 +1795,310 @@ func (m *TiFlashExecutionInfo) GetExecutionSummaries() []*ExecutorExecutionSumma return nil } +type TiFlashRegionNumOfInstance struct { + InstanceId *string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId" json:"instance_id,omitempty"` + RegionNum *uint64 `protobuf:"varint,2,opt,name=region_num,json=regionNum" json:"region_num,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *TiFlashRegionNumOfInstance) Reset() { *m = TiFlashRegionNumOfInstance{} } +func (m *TiFlashRegionNumOfInstance) String() string { return proto.CompactTextString(m) } +func (*TiFlashRegionNumOfInstance) ProtoMessage() {} +func (*TiFlashRegionNumOfInstance) Descriptor() ([]byte, []int) { + return fileDescriptorExecutor, []int{18} +} + +func (m *TiFlashRegionNumOfInstance) GetInstanceId() string { + if m != nil && m.InstanceId != nil { + return *m.InstanceId + } + return "" +} + +func (m *TiFlashRegionNumOfInstance) GetRegionNum() uint64 { + if m != nil && m.RegionNum != nil { + return *m.RegionNum + } + return 0 +} + type TiFlashScanContext struct { - TotalDmfileScannedPacks *uint64 `protobuf:"varint,1,opt,name=total_dmfile_scanned_packs,json=totalDmfileScannedPacks" json:"total_dmfile_scanned_packs,omitempty"` - TotalDmfileSkippedPacks *uint64 `protobuf:"varint,2,opt,name=total_dmfile_skipped_packs,json=totalDmfileSkippedPacks" json:"total_dmfile_skipped_packs,omitempty"` - TotalDmfileScannedRows *uint64 `protobuf:"varint,3,opt,name=total_dmfile_scanned_rows,json=totalDmfileScannedRows" json:"total_dmfile_scanned_rows,omitempty"` - TotalDmfileSkippedRows *uint64 `protobuf:"varint,4,opt,name=total_dmfile_skipped_rows,json=totalDmfileSkippedRows" json:"total_dmfile_skipped_rows,omitempty"` - TotalDmfileRoughSetIndexLoadTimeMs *uint64 `protobuf:"varint,5,opt,name=total_dmfile_rough_set_index_load_time_ms,json=totalDmfileRoughSetIndexLoadTimeMs" json:"total_dmfile_rough_set_index_load_time_ms,omitempty"` - TotalDmfileReadTimeMs *uint64 `protobuf:"varint,6,opt,name=total_dmfile_read_time_ms,json=totalDmfileReadTimeMs" json:"total_dmfile_read_time_ms,omitempty"` - TotalCreateSnapshotTimeMs *uint64 `protobuf:"varint,7,opt,name=total_create_snapshot_time_ms,json=totalCreateSnapshotTimeMs" json:"total_create_snapshot_time_ms,omitempty"` - TotalLocalRegionNum *uint64 `protobuf:"varint,8,opt,name=total_local_region_num,json=totalLocalRegionNum" json:"total_local_region_num,omitempty"` - TotalRemoteRegionNum *uint64 `protobuf:"varint,9,opt,name=total_remote_region_num,json=totalRemoteRegionNum" json:"total_remote_region_num,omitempty"` - TotalUserReadBytes *uint64 `protobuf:"varint,10,opt,name=total_user_read_bytes,json=totalUserReadBytes" json:"total_user_read_bytes,omitempty"` - TotalLearnerReadMs *uint64 `protobuf:"varint,11,opt,name=total_learner_read_ms,json=totalLearnerReadMs" json:"total_learner_read_ms,omitempty"` - TotalDisaggReadCacheHitSize *uint64 `protobuf:"varint,12,opt,name=total_disagg_read_cache_hit_size,json=totalDisaggReadCacheHitSize" json:"total_disagg_read_cache_hit_size,omitempty"` - TotalDisaggReadCacheMissSize *uint64 `protobuf:"varint,13,opt,name=total_disagg_read_cache_miss_size,json=totalDisaggReadCacheMissSize" json:"total_disagg_read_cache_miss_size,omitempty"` - TotalDmfileRoughSetIndexCheckTimeMs *uint64 `protobuf:"varint,14,opt,name=total_dmfile_rough_set_index_check_time_ms,json=totalDmfileRoughSetIndexCheckTimeMs" json:"total_dmfile_rough_set_index_check_time_ms,omitempty"` - XXX_unrecognized []byte `json:"-"` + DmfileScannedPacks *uint64 `protobuf:"varint,1,opt,name=dmfile_scanned_packs,json=dmfileScannedPacks" json:"dmfile_scanned_packs,omitempty"` + DmfileSkippedPacks *uint64 `protobuf:"varint,2,opt,name=dmfile_skipped_packs,json=dmfileSkippedPacks" json:"dmfile_skipped_packs,omitempty"` + DmfileDataScannedRows *uint64 `protobuf:"varint,3,opt,name=dmfile_data_scanned_rows,json=dmfileDataScannedRows" json:"dmfile_data_scanned_rows,omitempty"` + DmfileDataSkippedRows *uint64 `protobuf:"varint,4,opt,name=dmfile_data_skipped_rows,json=dmfileDataSkippedRows" json:"dmfile_data_skipped_rows,omitempty"` + DmfileRoughSetIndexLoadTimeMs *uint64 `protobuf:"varint,5,opt,name=dmfile_rough_set_index_load_time_ms,json=dmfileRoughSetIndexLoadTimeMs" json:"dmfile_rough_set_index_load_time_ms,omitempty"` + DmfileReadTimeMs *uint64 `protobuf:"varint,6,opt,name=dmfile_read_time_ms,json=dmfileReadTimeMs" json:"dmfile_read_time_ms,omitempty"` + CreateSnapshotTimeMs *uint64 `protobuf:"varint,7,opt,name=create_snapshot_time_ms,json=createSnapshotTimeMs" json:"create_snapshot_time_ms,omitempty"` + LocalRegionNum *uint64 `protobuf:"varint,8,opt,name=local_region_num,json=localRegionNum" json:"local_region_num,omitempty"` + RemoteRegionNum *uint64 `protobuf:"varint,9,opt,name=remote_region_num,json=remoteRegionNum" json:"remote_region_num,omitempty"` + UserReadBytes *uint64 `protobuf:"varint,10,opt,name=user_read_bytes,json=userReadBytes" json:"user_read_bytes,omitempty"` + LearnerReadMs *uint64 `protobuf:"varint,11,opt,name=learner_read_ms,json=learnerReadMs" json:"learner_read_ms,omitempty"` + DisaggReadCacheHitSize *uint64 `protobuf:"varint,12,opt,name=disagg_read_cache_hit_size,json=disaggReadCacheHitSize" json:"disagg_read_cache_hit_size,omitempty"` + DisaggReadCacheMissSize *uint64 `protobuf:"varint,13,opt,name=disagg_read_cache_miss_size,json=disaggReadCacheMissSize" json:"disagg_read_cache_miss_size,omitempty"` + DmfileRoughSetIndexCheckTimeMs *uint64 `protobuf:"varint,14,opt,name=dmfile_rough_set_index_check_time_ms,json=dmfileRoughSetIndexCheckTimeMs" json:"dmfile_rough_set_index_check_time_ms,omitempty"` + NumStaleRead *uint64 `protobuf:"varint,15,opt,name=num_stale_read,json=numStaleRead" json:"num_stale_read,omitempty"` + NumSegments *uint64 `protobuf:"varint,16,opt,name=num_segments,json=numSegments" json:"num_segments,omitempty"` + NumReadTasks *uint64 `protobuf:"varint,17,opt,name=num_read_tasks,json=numReadTasks" json:"num_read_tasks,omitempty"` + DeltaRows *uint64 `protobuf:"varint,18,opt,name=delta_rows,json=deltaRows" json:"delta_rows,omitempty"` + DeltaBytes *uint64 `protobuf:"varint,19,opt,name=delta_bytes,json=deltaBytes" json:"delta_bytes,omitempty"` + MvccInputRows *uint64 `protobuf:"varint,20,opt,name=mvcc_input_rows,json=mvccInputRows" json:"mvcc_input_rows,omitempty"` + MvccInputBytes *uint64 `protobuf:"varint,21,opt,name=mvcc_input_bytes,json=mvccInputBytes" json:"mvcc_input_bytes,omitempty"` + MvccOutputRows *uint64 `protobuf:"varint,22,opt,name=mvcc_output_rows,json=mvccOutputRows" json:"mvcc_output_rows,omitempty"` + LateMaterializationSkipRows *uint64 `protobuf:"varint,23,opt,name=late_materialization_skip_rows,json=lateMaterializationSkipRows" json:"late_materialization_skip_rows,omitempty"` + BuildInputstreamTimeMs *uint64 `protobuf:"varint,24,opt,name=build_inputstream_time_ms,json=buildInputstreamTimeMs" json:"build_inputstream_time_ms,omitempty"` + BuildBitmapTimeMs *uint64 `protobuf:"varint,25,opt,name=build_bitmap_time_ms,json=buildBitmapTimeMs" json:"build_bitmap_time_ms,omitempty"` + LocalMinStreamCostMs *uint64 `protobuf:"varint,26,opt,name=local_min_stream_cost_ms,json=localMinStreamCostMs" json:"local_min_stream_cost_ms,omitempty"` + LocalMaxStreamCostMs *uint64 `protobuf:"varint,27,opt,name=local_max_stream_cost_ms,json=localMaxStreamCostMs" json:"local_max_stream_cost_ms,omitempty"` + RemoteMinStreamCostMs *uint64 `protobuf:"varint,28,opt,name=remote_min_stream_cost_ms,json=remoteMinStreamCostMs" json:"remote_min_stream_cost_ms,omitempty"` + RemoteMaxStreamCostMs *uint64 `protobuf:"varint,29,opt,name=remote_max_stream_cost_ms,json=remoteMaxStreamCostMs" json:"remote_max_stream_cost_ms,omitempty"` + RegionNumOfInstance []*TiFlashRegionNumOfInstance `protobuf:"bytes,30,rep,name=region_num_of_instance,json=regionNumOfInstance" json:"region_num_of_instance,omitempty"` + DmfileMvccScannedRows *uint64 `protobuf:"varint,31,opt,name=dmfile_mvcc_scanned_rows,json=dmfileMvccScannedRows" json:"dmfile_mvcc_scanned_rows,omitempty"` + DmfileMvccSkippedRows *uint64 `protobuf:"varint,32,opt,name=dmfile_mvcc_skipped_rows,json=dmfileMvccSkippedRows" json:"dmfile_mvcc_skipped_rows,omitempty"` + DmfileLmFilterScannedRows *uint64 `protobuf:"varint,33,opt,name=dmfile_lm_filter_scanned_rows,json=dmfileLmFilterScannedRows" json:"dmfile_lm_filter_scanned_rows,omitempty"` + DmfileLmFilterSkippedRows *uint64 `protobuf:"varint,34,opt,name=dmfile_lm_filter_skipped_rows,json=dmfileLmFilterSkippedRows" json:"dmfile_lm_filter_skipped_rows,omitempty"` + XXX_unrecognized []byte `json:"-"` } func (m *TiFlashScanContext) Reset() { *m = TiFlashScanContext{} } func (m *TiFlashScanContext) String() string { return proto.CompactTextString(m) } func (*TiFlashScanContext) ProtoMessage() {} -func (*TiFlashScanContext) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{18} } +func (*TiFlashScanContext) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{19} } + +func (m *TiFlashScanContext) GetDmfileScannedPacks() uint64 { + if m != nil && m.DmfileScannedPacks != nil { + return *m.DmfileScannedPacks + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileSkippedPacks() uint64 { + if m != nil && m.DmfileSkippedPacks != nil { + return *m.DmfileSkippedPacks + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileDataScannedRows() uint64 { + if m != nil && m.DmfileDataScannedRows != nil { + return *m.DmfileDataScannedRows + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileDataSkippedRows() uint64 { + if m != nil && m.DmfileDataSkippedRows != nil { + return *m.DmfileDataSkippedRows + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileRoughSetIndexLoadTimeMs() uint64 { + if m != nil && m.DmfileRoughSetIndexLoadTimeMs != nil { + return *m.DmfileRoughSetIndexLoadTimeMs + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileReadTimeMs() uint64 { + if m != nil && m.DmfileReadTimeMs != nil { + return *m.DmfileReadTimeMs + } + return 0 +} + +func (m *TiFlashScanContext) GetCreateSnapshotTimeMs() uint64 { + if m != nil && m.CreateSnapshotTimeMs != nil { + return *m.CreateSnapshotTimeMs + } + return 0 +} + +func (m *TiFlashScanContext) GetLocalRegionNum() uint64 { + if m != nil && m.LocalRegionNum != nil { + return *m.LocalRegionNum + } + return 0 +} + +func (m *TiFlashScanContext) GetRemoteRegionNum() uint64 { + if m != nil && m.RemoteRegionNum != nil { + return *m.RemoteRegionNum + } + return 0 +} + +func (m *TiFlashScanContext) GetUserReadBytes() uint64 { + if m != nil && m.UserReadBytes != nil { + return *m.UserReadBytes + } + return 0 +} + +func (m *TiFlashScanContext) GetLearnerReadMs() uint64 { + if m != nil && m.LearnerReadMs != nil { + return *m.LearnerReadMs + } + return 0 +} + +func (m *TiFlashScanContext) GetDisaggReadCacheHitSize() uint64 { + if m != nil && m.DisaggReadCacheHitSize != nil { + return *m.DisaggReadCacheHitSize + } + return 0 +} + +func (m *TiFlashScanContext) GetDisaggReadCacheMissSize() uint64 { + if m != nil && m.DisaggReadCacheMissSize != nil { + return *m.DisaggReadCacheMissSize + } + return 0 +} + +func (m *TiFlashScanContext) GetDmfileRoughSetIndexCheckTimeMs() uint64 { + if m != nil && m.DmfileRoughSetIndexCheckTimeMs != nil { + return *m.DmfileRoughSetIndexCheckTimeMs + } + return 0 +} + +func (m *TiFlashScanContext) GetNumStaleRead() uint64 { + if m != nil && m.NumStaleRead != nil { + return *m.NumStaleRead + } + return 0 +} + +func (m *TiFlashScanContext) GetNumSegments() uint64 { + if m != nil && m.NumSegments != nil { + return *m.NumSegments + } + return 0 +} + +func (m *TiFlashScanContext) GetNumReadTasks() uint64 { + if m != nil && m.NumReadTasks != nil { + return *m.NumReadTasks + } + return 0 +} + +func (m *TiFlashScanContext) GetDeltaRows() uint64 { + if m != nil && m.DeltaRows != nil { + return *m.DeltaRows + } + return 0 +} + +func (m *TiFlashScanContext) GetDeltaBytes() uint64 { + if m != nil && m.DeltaBytes != nil { + return *m.DeltaBytes + } + return 0 +} -func (m *TiFlashScanContext) GetTotalDmfileScannedPacks() uint64 { - if m != nil && m.TotalDmfileScannedPacks != nil { - return *m.TotalDmfileScannedPacks +func (m *TiFlashScanContext) GetMvccInputRows() uint64 { + if m != nil && m.MvccInputRows != nil { + return *m.MvccInputRows } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileSkippedPacks() uint64 { - if m != nil && m.TotalDmfileSkippedPacks != nil { - return *m.TotalDmfileSkippedPacks +func (m *TiFlashScanContext) GetMvccInputBytes() uint64 { + if m != nil && m.MvccInputBytes != nil { + return *m.MvccInputBytes } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileScannedRows() uint64 { - if m != nil && m.TotalDmfileScannedRows != nil { - return *m.TotalDmfileScannedRows +func (m *TiFlashScanContext) GetMvccOutputRows() uint64 { + if m != nil && m.MvccOutputRows != nil { + return *m.MvccOutputRows } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileSkippedRows() uint64 { - if m != nil && m.TotalDmfileSkippedRows != nil { - return *m.TotalDmfileSkippedRows +func (m *TiFlashScanContext) GetLateMaterializationSkipRows() uint64 { + if m != nil && m.LateMaterializationSkipRows != nil { + return *m.LateMaterializationSkipRows } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileRoughSetIndexLoadTimeMs() uint64 { - if m != nil && m.TotalDmfileRoughSetIndexLoadTimeMs != nil { - return *m.TotalDmfileRoughSetIndexLoadTimeMs +func (m *TiFlashScanContext) GetBuildInputstreamTimeMs() uint64 { + if m != nil && m.BuildInputstreamTimeMs != nil { + return *m.BuildInputstreamTimeMs } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileReadTimeMs() uint64 { - if m != nil && m.TotalDmfileReadTimeMs != nil { - return *m.TotalDmfileReadTimeMs +func (m *TiFlashScanContext) GetBuildBitmapTimeMs() uint64 { + if m != nil && m.BuildBitmapTimeMs != nil { + return *m.BuildBitmapTimeMs } return 0 } -func (m *TiFlashScanContext) GetTotalCreateSnapshotTimeMs() uint64 { - if m != nil && m.TotalCreateSnapshotTimeMs != nil { - return *m.TotalCreateSnapshotTimeMs +func (m *TiFlashScanContext) GetLocalMinStreamCostMs() uint64 { + if m != nil && m.LocalMinStreamCostMs != nil { + return *m.LocalMinStreamCostMs } return 0 } -func (m *TiFlashScanContext) GetTotalLocalRegionNum() uint64 { - if m != nil && m.TotalLocalRegionNum != nil { - return *m.TotalLocalRegionNum +func (m *TiFlashScanContext) GetLocalMaxStreamCostMs() uint64 { + if m != nil && m.LocalMaxStreamCostMs != nil { + return *m.LocalMaxStreamCostMs } return 0 } -func (m *TiFlashScanContext) GetTotalRemoteRegionNum() uint64 { - if m != nil && m.TotalRemoteRegionNum != nil { - return *m.TotalRemoteRegionNum +func (m *TiFlashScanContext) GetRemoteMinStreamCostMs() uint64 { + if m != nil && m.RemoteMinStreamCostMs != nil { + return *m.RemoteMinStreamCostMs } return 0 } -func (m *TiFlashScanContext) GetTotalUserReadBytes() uint64 { - if m != nil && m.TotalUserReadBytes != nil { - return *m.TotalUserReadBytes +func (m *TiFlashScanContext) GetRemoteMaxStreamCostMs() uint64 { + if m != nil && m.RemoteMaxStreamCostMs != nil { + return *m.RemoteMaxStreamCostMs } return 0 } -func (m *TiFlashScanContext) GetTotalLearnerReadMs() uint64 { - if m != nil && m.TotalLearnerReadMs != nil { - return *m.TotalLearnerReadMs +func (m *TiFlashScanContext) GetRegionNumOfInstance() []*TiFlashRegionNumOfInstance { + if m != nil { + return m.RegionNumOfInstance + } + return nil +} + +func (m *TiFlashScanContext) GetDmfileMvccScannedRows() uint64 { + if m != nil && m.DmfileMvccScannedRows != nil { + return *m.DmfileMvccScannedRows } return 0 } -func (m *TiFlashScanContext) GetTotalDisaggReadCacheHitSize() uint64 { - if m != nil && m.TotalDisaggReadCacheHitSize != nil { - return *m.TotalDisaggReadCacheHitSize +func (m *TiFlashScanContext) GetDmfileMvccSkippedRows() uint64 { + if m != nil && m.DmfileMvccSkippedRows != nil { + return *m.DmfileMvccSkippedRows } return 0 } -func (m *TiFlashScanContext) GetTotalDisaggReadCacheMissSize() uint64 { - if m != nil && m.TotalDisaggReadCacheMissSize != nil { - return *m.TotalDisaggReadCacheMissSize +func (m *TiFlashScanContext) GetDmfileLmFilterScannedRows() uint64 { + if m != nil && m.DmfileLmFilterScannedRows != nil { + return *m.DmfileLmFilterScannedRows } return 0 } -func (m *TiFlashScanContext) GetTotalDmfileRoughSetIndexCheckTimeMs() uint64 { - if m != nil && m.TotalDmfileRoughSetIndexCheckTimeMs != nil { - return *m.TotalDmfileRoughSetIndexCheckTimeMs +func (m *TiFlashScanContext) GetDmfileLmFilterSkippedRows() uint64 { + if m != nil && m.DmfileLmFilterSkippedRows != nil { + return *m.DmfileLmFilterSkippedRows } return 0 } @@ -1926,7 +2113,7 @@ type Sort struct { func (m *Sort) Reset() { *m = Sort{} } func (m *Sort) String() string { return proto.CompactTextString(m) } func (*Sort) ProtoMessage() {} -func (*Sort) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{19} } +func (*Sort) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{20} } func (m *Sort) GetByItems() []*ByItem { if m != nil { @@ -1962,7 +2149,7 @@ type WindowFrameBound struct { func (m *WindowFrameBound) Reset() { *m = WindowFrameBound{} } func (m *WindowFrameBound) String() string { return proto.CompactTextString(m) } func (*WindowFrameBound) ProtoMessage() {} -func (*WindowFrameBound) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{20} } +func (*WindowFrameBound) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{21} } func (m *WindowFrameBound) GetType() WindowBoundType { if m != nil { @@ -2016,7 +2203,7 @@ type WindowFrame struct { func (m *WindowFrame) Reset() { *m = WindowFrame{} } func (m *WindowFrame) String() string { return proto.CompactTextString(m) } func (*WindowFrame) ProtoMessage() {} -func (*WindowFrame) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{21} } +func (*WindowFrame) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{22} } func (m *WindowFrame) GetType() WindowFrameType { if m != nil { @@ -2051,7 +2238,7 @@ type Window struct { func (m *Window) Reset() { *m = Window{} } func (m *Window) String() string { return proto.CompactTextString(m) } func (*Window) ProtoMessage() {} -func (*Window) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{22} } +func (*Window) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{23} } func (m *Window) GetFuncDesc() []*Expr { if m != nil { @@ -2096,7 +2283,7 @@ type GroupingExpr struct { func (m *GroupingExpr) Reset() { *m = GroupingExpr{} } func (m *GroupingExpr) String() string { return proto.CompactTextString(m) } func (*GroupingExpr) ProtoMessage() {} -func (*GroupingExpr) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{23} } +func (*GroupingExpr) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{24} } func (m *GroupingExpr) GetGroupingExpr() []*Expr { if m != nil { @@ -2113,7 +2300,7 @@ type GroupingSet struct { func (m *GroupingSet) Reset() { *m = GroupingSet{} } func (m *GroupingSet) String() string { return proto.CompactTextString(m) } func (*GroupingSet) ProtoMessage() {} -func (*GroupingSet) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{24} } +func (*GroupingSet) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{25} } func (m *GroupingSet) GetGroupingExprs() []*GroupingExpr { if m != nil { @@ -2133,7 +2320,7 @@ type Expand struct { func (m *Expand) Reset() { *m = Expand{} } func (m *Expand) String() string { return proto.CompactTextString(m) } func (*Expand) ProtoMessage() {} -func (*Expand) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{25} } +func (*Expand) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{26} } func (m *Expand) GetGroupingSets() []*GroupingSet { if m != nil { @@ -2164,7 +2351,7 @@ type ExprSlice struct { func (m *ExprSlice) Reset() { *m = ExprSlice{} } func (m *ExprSlice) String() string { return proto.CompactTextString(m) } func (*ExprSlice) ProtoMessage() {} -func (*ExprSlice) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{26} } +func (*ExprSlice) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{27} } func (m *ExprSlice) GetExprs() []*Expr { if m != nil { @@ -2183,7 +2370,7 @@ type Expand2 struct { func (m *Expand2) Reset() { *m = Expand2{} } func (m *Expand2) String() string { return proto.CompactTextString(m) } func (*Expand2) ProtoMessage() {} -func (*Expand2) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{27} } +func (*Expand2) Descriptor() ([]byte, []int) { return fileDescriptorExecutor, []int{28} } func (m *Expand2) GetProjExprs() []*ExprSlice { if m != nil { @@ -2225,6 +2412,7 @@ func init() { proto.RegisterType((*Kill)(nil), "tipb.Kill") proto.RegisterType((*ExecutorExecutionSummary)(nil), "tipb.ExecutorExecutionSummary") proto.RegisterType((*TiFlashExecutionInfo)(nil), "tipb.TiFlashExecutionInfo") + proto.RegisterType((*TiFlashRegionNumOfInstance)(nil), "tipb.TiFlashRegionNumOfInstance") proto.RegisterType((*TiFlashScanContext)(nil), "tipb.TiFlashScanContext") proto.RegisterType((*Sort)(nil), "tipb.Sort") proto.RegisterType((*WindowFrameBound)(nil), "tipb.WindowFrameBound") @@ -3651,6 +3839,38 @@ func (m *TiFlashExecutionInfo) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *TiFlashRegionNumOfInstance) 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 *TiFlashRegionNumOfInstance) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + if m.InstanceId != nil { + dAtA[i] = 0xa + i++ + i = encodeVarintExecutor(dAtA, i, uint64(len(*m.InstanceId))) + i += copy(dAtA[i:], *m.InstanceId) + } + if m.RegionNum != nil { + dAtA[i] = 0x10 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.RegionNum)) + } + if m.XXX_unrecognized != nil { + i += copy(dAtA[i:], m.XXX_unrecognized) + } + return i, nil +} + func (m *TiFlashScanContext) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -3666,75 +3886,220 @@ func (m *TiFlashScanContext) MarshalTo(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.TotalDmfileScannedPacks != nil { + if m.DmfileScannedPacks != nil { dAtA[i] = 0x8 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileScannedPacks)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileScannedPacks)) } - if m.TotalDmfileSkippedPacks != nil { + if m.DmfileSkippedPacks != nil { dAtA[i] = 0x10 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileSkippedPacks)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileSkippedPacks)) } - if m.TotalDmfileScannedRows != nil { + if m.DmfileDataScannedRows != nil { dAtA[i] = 0x18 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileScannedRows)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileDataScannedRows)) } - if m.TotalDmfileSkippedRows != nil { + if m.DmfileDataSkippedRows != nil { dAtA[i] = 0x20 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileSkippedRows)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileDataSkippedRows)) } - if m.TotalDmfileRoughSetIndexLoadTimeMs != nil { + if m.DmfileRoughSetIndexLoadTimeMs != nil { dAtA[i] = 0x28 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileRoughSetIndexLoadTimeMs)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileRoughSetIndexLoadTimeMs)) } - if m.TotalDmfileReadTimeMs != nil { + if m.DmfileReadTimeMs != nil { dAtA[i] = 0x30 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileReadTimeMs)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileReadTimeMs)) } - if m.TotalCreateSnapshotTimeMs != nil { + if m.CreateSnapshotTimeMs != nil { dAtA[i] = 0x38 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalCreateSnapshotTimeMs)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.CreateSnapshotTimeMs)) } - if m.TotalLocalRegionNum != nil { + if m.LocalRegionNum != nil { dAtA[i] = 0x40 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalLocalRegionNum)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.LocalRegionNum)) } - if m.TotalRemoteRegionNum != nil { + if m.RemoteRegionNum != nil { dAtA[i] = 0x48 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalRemoteRegionNum)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.RemoteRegionNum)) } - if m.TotalUserReadBytes != nil { + if m.UserReadBytes != nil { dAtA[i] = 0x50 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalUserReadBytes)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.UserReadBytes)) } - if m.TotalLearnerReadMs != nil { + if m.LearnerReadMs != nil { dAtA[i] = 0x58 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalLearnerReadMs)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.LearnerReadMs)) } - if m.TotalDisaggReadCacheHitSize != nil { + if m.DisaggReadCacheHitSize != nil { dAtA[i] = 0x60 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDisaggReadCacheHitSize)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DisaggReadCacheHitSize)) } - if m.TotalDisaggReadCacheMissSize != nil { + if m.DisaggReadCacheMissSize != nil { dAtA[i] = 0x68 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDisaggReadCacheMissSize)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DisaggReadCacheMissSize)) } - if m.TotalDmfileRoughSetIndexCheckTimeMs != nil { + if m.DmfileRoughSetIndexCheckTimeMs != nil { dAtA[i] = 0x70 i++ - i = encodeVarintExecutor(dAtA, i, uint64(*m.TotalDmfileRoughSetIndexCheckTimeMs)) + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileRoughSetIndexCheckTimeMs)) + } + if m.NumStaleRead != nil { + dAtA[i] = 0x78 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.NumStaleRead)) + } + if m.NumSegments != nil { + dAtA[i] = 0x80 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.NumSegments)) + } + if m.NumReadTasks != nil { + dAtA[i] = 0x88 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.NumReadTasks)) + } + if m.DeltaRows != nil { + dAtA[i] = 0x90 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DeltaRows)) + } + if m.DeltaBytes != nil { + dAtA[i] = 0x98 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DeltaBytes)) + } + if m.MvccInputRows != nil { + dAtA[i] = 0xa0 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.MvccInputRows)) + } + if m.MvccInputBytes != nil { + dAtA[i] = 0xa8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.MvccInputBytes)) + } + if m.MvccOutputRows != nil { + dAtA[i] = 0xb0 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.MvccOutputRows)) + } + if m.LateMaterializationSkipRows != nil { + dAtA[i] = 0xb8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.LateMaterializationSkipRows)) + } + if m.BuildInputstreamTimeMs != nil { + dAtA[i] = 0xc0 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.BuildInputstreamTimeMs)) + } + if m.BuildBitmapTimeMs != nil { + dAtA[i] = 0xc8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.BuildBitmapTimeMs)) + } + if m.LocalMinStreamCostMs != nil { + dAtA[i] = 0xd0 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.LocalMinStreamCostMs)) + } + if m.LocalMaxStreamCostMs != nil { + dAtA[i] = 0xd8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.LocalMaxStreamCostMs)) + } + if m.RemoteMinStreamCostMs != nil { + dAtA[i] = 0xe0 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.RemoteMinStreamCostMs)) + } + if m.RemoteMaxStreamCostMs != nil { + dAtA[i] = 0xe8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.RemoteMaxStreamCostMs)) + } + if len(m.RegionNumOfInstance) > 0 { + for _, msg := range m.RegionNumOfInstance { + dAtA[i] = 0xf2 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } + if m.DmfileMvccScannedRows != nil { + dAtA[i] = 0xf8 + i++ + dAtA[i] = 0x1 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileMvccScannedRows)) + } + if m.DmfileMvccSkippedRows != nil { + dAtA[i] = 0x80 + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileMvccSkippedRows)) + } + if m.DmfileLmFilterScannedRows != nil { + dAtA[i] = 0x88 + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileLmFilterScannedRows)) + } + if m.DmfileLmFilterSkippedRows != nil { + dAtA[i] = 0x90 + i++ + dAtA[i] = 0x2 + i++ + i = encodeVarintExecutor(dAtA, i, uint64(*m.DmfileLmFilterSkippedRows)) } if m.XXX_unrecognized != nil { i += copy(dAtA[i:], m.XXX_unrecognized) @@ -4824,50 +5189,129 @@ func (m *TiFlashExecutionInfo) Size() (n int) { return n } +func (m *TiFlashRegionNumOfInstance) Size() (n int) { + var l int + _ = l + if m.InstanceId != nil { + l = len(*m.InstanceId) + n += 1 + l + sovExecutor(uint64(l)) + } + if m.RegionNum != nil { + n += 1 + sovExecutor(uint64(*m.RegionNum)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *TiFlashScanContext) Size() (n int) { var l int _ = l - if m.TotalDmfileScannedPacks != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileScannedPacks)) + if m.DmfileScannedPacks != nil { + n += 1 + sovExecutor(uint64(*m.DmfileScannedPacks)) + } + if m.DmfileSkippedPacks != nil { + n += 1 + sovExecutor(uint64(*m.DmfileSkippedPacks)) + } + if m.DmfileDataScannedRows != nil { + n += 1 + sovExecutor(uint64(*m.DmfileDataScannedRows)) + } + if m.DmfileDataSkippedRows != nil { + n += 1 + sovExecutor(uint64(*m.DmfileDataSkippedRows)) + } + if m.DmfileRoughSetIndexLoadTimeMs != nil { + n += 1 + sovExecutor(uint64(*m.DmfileRoughSetIndexLoadTimeMs)) + } + if m.DmfileReadTimeMs != nil { + n += 1 + sovExecutor(uint64(*m.DmfileReadTimeMs)) + } + if m.CreateSnapshotTimeMs != nil { + n += 1 + sovExecutor(uint64(*m.CreateSnapshotTimeMs)) + } + if m.LocalRegionNum != nil { + n += 1 + sovExecutor(uint64(*m.LocalRegionNum)) + } + if m.RemoteRegionNum != nil { + n += 1 + sovExecutor(uint64(*m.RemoteRegionNum)) + } + if m.UserReadBytes != nil { + n += 1 + sovExecutor(uint64(*m.UserReadBytes)) + } + if m.LearnerReadMs != nil { + n += 1 + sovExecutor(uint64(*m.LearnerReadMs)) + } + if m.DisaggReadCacheHitSize != nil { + n += 1 + sovExecutor(uint64(*m.DisaggReadCacheHitSize)) + } + if m.DisaggReadCacheMissSize != nil { + n += 1 + sovExecutor(uint64(*m.DisaggReadCacheMissSize)) + } + if m.DmfileRoughSetIndexCheckTimeMs != nil { + n += 1 + sovExecutor(uint64(*m.DmfileRoughSetIndexCheckTimeMs)) + } + if m.NumStaleRead != nil { + n += 1 + sovExecutor(uint64(*m.NumStaleRead)) } - if m.TotalDmfileSkippedPacks != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileSkippedPacks)) + if m.NumSegments != nil { + n += 2 + sovExecutor(uint64(*m.NumSegments)) } - if m.TotalDmfileScannedRows != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileScannedRows)) + if m.NumReadTasks != nil { + n += 2 + sovExecutor(uint64(*m.NumReadTasks)) } - if m.TotalDmfileSkippedRows != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileSkippedRows)) + if m.DeltaRows != nil { + n += 2 + sovExecutor(uint64(*m.DeltaRows)) } - if m.TotalDmfileRoughSetIndexLoadTimeMs != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileRoughSetIndexLoadTimeMs)) + if m.DeltaBytes != nil { + n += 2 + sovExecutor(uint64(*m.DeltaBytes)) } - if m.TotalDmfileReadTimeMs != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileReadTimeMs)) + if m.MvccInputRows != nil { + n += 2 + sovExecutor(uint64(*m.MvccInputRows)) } - if m.TotalCreateSnapshotTimeMs != nil { - n += 1 + sovExecutor(uint64(*m.TotalCreateSnapshotTimeMs)) + if m.MvccInputBytes != nil { + n += 2 + sovExecutor(uint64(*m.MvccInputBytes)) } - if m.TotalLocalRegionNum != nil { - n += 1 + sovExecutor(uint64(*m.TotalLocalRegionNum)) + if m.MvccOutputRows != nil { + n += 2 + sovExecutor(uint64(*m.MvccOutputRows)) } - if m.TotalRemoteRegionNum != nil { - n += 1 + sovExecutor(uint64(*m.TotalRemoteRegionNum)) + if m.LateMaterializationSkipRows != nil { + n += 2 + sovExecutor(uint64(*m.LateMaterializationSkipRows)) } - if m.TotalUserReadBytes != nil { - n += 1 + sovExecutor(uint64(*m.TotalUserReadBytes)) + if m.BuildInputstreamTimeMs != nil { + n += 2 + sovExecutor(uint64(*m.BuildInputstreamTimeMs)) } - if m.TotalLearnerReadMs != nil { - n += 1 + sovExecutor(uint64(*m.TotalLearnerReadMs)) + if m.BuildBitmapTimeMs != nil { + n += 2 + sovExecutor(uint64(*m.BuildBitmapTimeMs)) } - if m.TotalDisaggReadCacheHitSize != nil { - n += 1 + sovExecutor(uint64(*m.TotalDisaggReadCacheHitSize)) + if m.LocalMinStreamCostMs != nil { + n += 2 + sovExecutor(uint64(*m.LocalMinStreamCostMs)) } - if m.TotalDisaggReadCacheMissSize != nil { - n += 1 + sovExecutor(uint64(*m.TotalDisaggReadCacheMissSize)) + if m.LocalMaxStreamCostMs != nil { + n += 2 + sovExecutor(uint64(*m.LocalMaxStreamCostMs)) } - if m.TotalDmfileRoughSetIndexCheckTimeMs != nil { - n += 1 + sovExecutor(uint64(*m.TotalDmfileRoughSetIndexCheckTimeMs)) + if m.RemoteMinStreamCostMs != nil { + n += 2 + sovExecutor(uint64(*m.RemoteMinStreamCostMs)) + } + if m.RemoteMaxStreamCostMs != nil { + n += 2 + sovExecutor(uint64(*m.RemoteMaxStreamCostMs)) + } + if len(m.RegionNumOfInstance) > 0 { + for _, e := range m.RegionNumOfInstance { + l = e.Size() + n += 2 + l + sovExecutor(uint64(l)) + } + } + if m.DmfileMvccScannedRows != nil { + n += 2 + sovExecutor(uint64(*m.DmfileMvccScannedRows)) + } + if m.DmfileMvccSkippedRows != nil { + n += 2 + sovExecutor(uint64(*m.DmfileMvccSkippedRows)) + } + if m.DmfileLmFilterScannedRows != nil { + n += 2 + sovExecutor(uint64(*m.DmfileLmFilterScannedRows)) + } + if m.DmfileLmFilterSkippedRows != nil { + n += 2 + sovExecutor(uint64(*m.DmfileLmFilterSkippedRows)) } if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) @@ -9478,7 +9922,7 @@ func (m *TiFlashExecutionInfo) Unmarshal(dAtA []byte) error { } return nil } -func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { +func (m *TiFlashRegionNumOfInstance) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -9501,17 +9945,17 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: TiFlashScanContext: wiretype end group for non-group") + return fmt.Errorf("proto: TiFlashRegionNumOfInstance: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: TiFlashScanContext: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: TiFlashRegionNumOfInstance: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileScannedPacks", wireType) + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field InstanceId", wireType) } - var v uint64 + var stringLen uint64 for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowExecutor @@ -9521,15 +9965,25 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - v |= (uint64(b) & 0x7F) << shift + stringLen |= (uint64(b) & 0x7F) << shift if b < 0x80 { break } } - m.TotalDmfileScannedPacks = &v + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthExecutor + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.InstanceId = &s + iNdEx = postIndex case 2: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileSkippedPacks", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field RegionNum", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9546,13 +10000,64 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileSkippedPacks = &v - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileScannedRows", wireType) - } - var v uint64 - for shift := uint(0); ; shift += 7 { + m.RegionNum = &v + 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 (m *TiFlashScanContext) 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: TiFlashScanContext: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: TiFlashScanContext: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileScannedPacks", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { if shift >= 64 { return ErrIntOverflowExecutor } @@ -9566,10 +10071,50 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileScannedRows = &v + m.DmfileScannedPacks = &v + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileSkippedPacks", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileSkippedPacks = &v + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileDataScannedRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileDataScannedRows = &v case 4: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileSkippedRows", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DmfileDataSkippedRows", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9586,10 +10131,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileSkippedRows = &v + m.DmfileDataSkippedRows = &v case 5: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileRoughSetIndexLoadTimeMs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DmfileRoughSetIndexLoadTimeMs", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9606,10 +10151,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileRoughSetIndexLoadTimeMs = &v + m.DmfileRoughSetIndexLoadTimeMs = &v case 6: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileReadTimeMs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DmfileReadTimeMs", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9626,10 +10171,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileReadTimeMs = &v + m.DmfileReadTimeMs = &v case 7: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalCreateSnapshotTimeMs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field CreateSnapshotTimeMs", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9646,10 +10191,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalCreateSnapshotTimeMs = &v + m.CreateSnapshotTimeMs = &v case 8: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalLocalRegionNum", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LocalRegionNum", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9666,10 +10211,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalLocalRegionNum = &v + m.LocalRegionNum = &v case 9: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalRemoteRegionNum", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field RemoteRegionNum", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9686,10 +10231,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalRemoteRegionNum = &v + m.RemoteRegionNum = &v case 10: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalUserReadBytes", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserReadBytes", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9706,10 +10251,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalUserReadBytes = &v + m.UserReadBytes = &v case 11: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalLearnerReadMs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field LearnerReadMs", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9726,10 +10271,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalLearnerReadMs = &v + m.LearnerReadMs = &v case 12: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDisaggReadCacheHitSize", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DisaggReadCacheHitSize", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9746,10 +10291,10 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDisaggReadCacheHitSize = &v + m.DisaggReadCacheHitSize = &v case 13: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDisaggReadCacheMissSize", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DisaggReadCacheMissSize", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9766,10 +10311,421 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDisaggReadCacheMissSize = &v + m.DisaggReadCacheMissSize = &v case 14: if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field TotalDmfileRoughSetIndexCheckTimeMs", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field DmfileRoughSetIndexCheckTimeMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileRoughSetIndexCheckTimeMs = &v + case 15: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field NumStaleRead", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.NumStaleRead = &v + case 16: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field NumSegments", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.NumSegments = &v + case 17: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field NumReadTasks", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.NumReadTasks = &v + case 18: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DeltaRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DeltaRows = &v + case 19: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DeltaBytes", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DeltaBytes = &v + case 20: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MvccInputRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.MvccInputRows = &v + case 21: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MvccInputBytes", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.MvccInputBytes = &v + case 22: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field MvccOutputRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.MvccOutputRows = &v + case 23: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LateMaterializationSkipRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.LateMaterializationSkipRows = &v + case 24: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field BuildInputstreamTimeMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.BuildInputstreamTimeMs = &v + case 25: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field BuildBitmapTimeMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.BuildBitmapTimeMs = &v + case 26: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LocalMinStreamCostMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.LocalMinStreamCostMs = &v + case 27: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LocalMaxStreamCostMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.LocalMaxStreamCostMs = &v + case 28: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field RemoteMinStreamCostMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.RemoteMinStreamCostMs = &v + case 29: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field RemoteMaxStreamCostMs", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.RemoteMaxStreamCostMs = &v + case 30: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field RegionNumOfInstance", 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 + } + m.RegionNumOfInstance = append(m.RegionNumOfInstance, &TiFlashRegionNumOfInstance{}) + if err := m.RegionNumOfInstance[len(m.RegionNumOfInstance)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 31: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileMvccScannedRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileMvccScannedRows = &v + case 32: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileMvccSkippedRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileMvccSkippedRows = &v + case 33: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileLmFilterScannedRows", wireType) + } + var v uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowExecutor + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + m.DmfileLmFilterScannedRows = &v + case 34: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field DmfileLmFilterSkippedRows", wireType) } var v uint64 for shift := uint(0); ; shift += 7 { @@ -9786,7 +10742,7 @@ func (m *TiFlashScanContext) Unmarshal(dAtA []byte) error { break } } - m.TotalDmfileRoughSetIndexCheckTimeMs = &v + m.DmfileLmFilterSkippedRows = &v default: iNdEx = preIndex skippy, err := skipExecutor(dAtA[iNdEx:]) @@ -11118,230 +12074,252 @@ var ( func init() { proto.RegisterFile("executor.proto", fileDescriptorExecutor) } var fileDescriptorExecutor = []byte{ - // 3597 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xcd, 0x73, 0x1b, 0x47, - 0x76, 0x27, 0xbe, 0x81, 0x87, 0x0f, 0x0e, 0x5b, 0x14, 0x05, 0xc9, 0x96, 0x44, 0xc3, 0x76, 0xc4, - 0x45, 0x6c, 0x59, 0xa2, 0xb4, 0xbb, 0xf6, 0x6e, 0x6d, 0xd6, 0xfc, 0x94, 0x28, 0xf1, 0x2b, 0x03, - 0xee, 0x3a, 0x39, 0x4d, 0x0d, 0x67, 0x1a, 0x40, 0x8b, 0x33, 0x3d, 0xa3, 0xe9, 0x1e, 0x93, 0xf4, - 0x69, 0x2f, 0xf9, 0x07, 0x36, 0x95, 0x54, 0x6e, 0xa9, 0xca, 0x39, 0x95, 0x7f, 0x22, 0x95, 0xaa, - 0x3d, 0xe6, 0x1a, 0x1f, 0x92, 0x94, 0x73, 0xca, 0x3d, 0xa7, 0x9c, 0x52, 0xfd, 0x7a, 0x66, 0x30, - 0x20, 0x40, 0x4a, 0xae, 0xe4, 0x90, 0x13, 0xd0, 0xef, 0xfd, 0x7e, 0xaf, 0x5f, 0xbf, 0x7e, 0xdd, - 0xfd, 0xba, 0x07, 0x3a, 0xf4, 0x82, 0x3a, 0xb1, 0x0c, 0xa2, 0xc7, 0x61, 0x14, 0xc8, 0x80, 0x94, - 0x25, 0x0b, 0x4f, 0xef, 0x19, 0xf4, 0x22, 0x8c, 0xa8, 0x10, 0x2c, 0xe0, 0x5a, 0x7e, 0xaf, 0x25, - 0x9c, 0x31, 0xf5, 0xed, 0xa4, 0xb5, 0x3c, 0x0a, 0x46, 0x01, 0xfe, 0xfd, 0x42, 0xfd, 0xd3, 0xd2, - 0xde, 0x3f, 0xd6, 0xa0, 0xbe, 0x93, 0x98, 0x23, 0x9f, 0x40, 0x51, 0x86, 0xdd, 0xc2, 0x6a, 0x61, - 0xad, 0xb3, 0xde, 0x79, 0xac, 0xac, 0x3e, 0x56, 0xba, 0x93, 0xcb, 0x90, 0x6e, 0x96, 0xff, 0xf0, - 0xaf, 0x0f, 0x17, 0xcc, 0xa2, 0x0c, 0x49, 0x1f, 0xea, 0xf2, 0xd4, 0xb3, 0x84, 0x63, 0xf3, 0x6e, - 0x71, 0xb5, 0xb0, 0xd6, 0x5c, 0x5f, 0xd4, 0xd8, 0x13, 0xfb, 0xd4, 0xa3, 0x03, 0xc7, 0xe6, 0x66, - 0x4d, 0x9e, 0x7a, 0xea, 0x8f, 0xc2, 0x32, 0xf7, 0x42, 0x63, 0x4b, 0x79, 0xec, 0x1e, 0x77, 0xe9, - 0x85, 0xc6, 0x32, 0x17, 0xff, 0x90, 0xcf, 0xa1, 0x21, 0xa8, 0x47, 0x1d, 0xc9, 0x02, 0xde, 0x2d, - 0xe7, 0xc1, 0x83, 0x54, 0x6c, 0x4e, 0x10, 0xe4, 0x19, 0x34, 0xed, 0xd1, 0x28, 0xa2, 0x23, 0x1b, - 0x09, 0x15, 0x24, 0x2c, 0x69, 0xc2, 0xc6, 0x44, 0x61, 0xe6, 0x51, 0xe4, 0x01, 0x94, 0x65, 0x10, - 0x1e, 0x76, 0xab, 0x88, 0x86, 0xc4, 0xef, 0x20, 0x3c, 0x34, 0x51, 0x4e, 0x3e, 0x82, 0x8a, 0xc7, - 0x7c, 0x26, 0xbb, 0x35, 0x04, 0x34, 0x35, 0x60, 0x5f, 0x89, 0x4c, 0xad, 0x21, 0x5b, 0xb0, 0x44, - 0x2f, 0x9c, 0xb1, 0xcd, 0x47, 0xd4, 0x8a, 0xa8, 0x43, 0xd9, 0xb7, 0x34, 0xea, 0xd6, 0x11, 0xbe, - 0x92, 0xc6, 0x4c, 0xab, 0xcd, 0x44, 0x6b, 0x1a, 0xf4, 0x8a, 0x44, 0xf9, 0xf1, 0x26, 0x60, 0xbc, - 0xdb, 0xc8, 0xfb, 0xf1, 0x2a, 0x60, 0xdc, 0x44, 0x39, 0x79, 0x08, 0xcd, 0x74, 0x92, 0x2d, 0xe6, - 0x76, 0x61, 0xb5, 0xb0, 0xd6, 0x30, 0x21, 0x15, 0xed, 0xb9, 0xca, 0xc0, 0x19, 0xf3, 0xbc, 0x6e, - 0x33, 0x6f, 0xe0, 0x35, 0xf3, 0x3c, 0x13, 0xe5, 0xe4, 0x57, 0xb0, 0x98, 0x79, 0x29, 0x28, 0x77, - 0x69, 0xd4, 0x6d, 0x21, 0x74, 0x79, 0xda, 0xc7, 0x01, 0xea, 0xcc, 0x0e, 0x9d, 0x6a, 0x93, 0x27, - 0x00, 0xc7, 0x51, 0xf0, 0x26, 0x99, 0x8c, 0x36, 0x32, 0x0d, 0xcd, 0x9c, 0xc8, 0xcd, 0x1c, 0x86, - 0xbc, 0x82, 0xe5, 0xd0, 0x8e, 0x24, 0x53, 0x0d, 0x4b, 0xaa, 0x4c, 0xd0, 0xb3, 0xde, 0x41, 0x6e, - 0x37, 0xe1, 0xa6, 0x88, 0x49, 0xaa, 0x90, 0x70, 0x46, 0xa6, 0x06, 0x27, 0x82, 0x48, 0x76, 0x17, - 0xf3, 0x83, 0x1b, 0x04, 0x91, 0x34, 0x51, 0x4e, 0x3e, 0x81, 0xea, 0x39, 0xe3, 0x6e, 0x70, 0xde, - 0x35, 0x10, 0xd1, 0xd2, 0x88, 0x6f, 0x50, 0x66, 0x26, 0x3a, 0x72, 0x08, 0x1f, 0x0d, 0x19, 0xa7, - 0xd6, 0x28, 0xb2, 0x19, 0xa7, 0xae, 0x25, 0xc6, 0xf1, 0x70, 0xa8, 0xdc, 0x92, 0x11, 0xb5, 0x7d, - 0xcb, 0x09, 0x62, 0x2e, 0xbb, 0x4b, 0xab, 0x85, 0xb5, 0x72, 0x92, 0xdc, 0xf7, 0x15, 0xfc, 0x85, - 0x46, 0x0f, 0x34, 0x78, 0x80, 0xd8, 0x2d, 0x05, 0x25, 0xaf, 0xe0, 0xe1, 0x5c, 0x7b, 0xa7, 0xb6, - 0x74, 0xc6, 0x96, 0x60, 0xdf, 0xd1, 0x2e, 0xc9, 0x59, 0xfb, 0x60, 0xd6, 0xda, 0xa6, 0x42, 0x0e, - 0xd8, 0x77, 0x54, 0x8d, 0x80, 0x5e, 0x84, 0x36, 0x77, 0xbb, 0xb7, 0xf2, 0x23, 0xd8, 0x41, 0x99, - 0x99, 0xe8, 0xc8, 0x23, 0xa8, 0xe9, 0x7f, 0xeb, 0xdd, 0x65, 0x84, 0xb5, 0xf3, 0xb0, 0x75, 0x33, - 0xd5, 0xf6, 0xfe, 0xbe, 0x04, 0x9d, 0xe9, 0x19, 0x25, 0x6b, 0xb9, 0xb5, 0x4c, 0xa6, 0xe7, 0x7c, - 0x66, 0x3d, 0x2f, 0x51, 0xee, 0x04, 0x2e, 0x75, 0x2d, 0x69, 0x8b, 0x33, 0xcb, 0xa7, 0xd2, 0xee, - 0x16, 0x57, 0x4b, 0x6b, 0x2d, 0x73, 0x31, 0x51, 0x9c, 0xd8, 0xe2, 0xec, 0x80, 0x4a, 0x9b, 0x3c, - 0x85, 0xce, 0x64, 0x96, 0xcf, 0xe8, 0xa5, 0xe8, 0x96, 0x56, 0x4b, 0x93, 0x39, 0xda, 0xb9, 0x08, - 0x23, 0xb3, 0x9d, 0x21, 0x5e, 0xd3, 0x4b, 0x41, 0x3e, 0x81, 0x8a, 0x33, 0x66, 0x9e, 0x9b, 0x2c, - 0xe9, 0xdc, 0xbe, 0xa2, 0x52, 0xd9, 0xd4, 0x4a, 0xf2, 0x29, 0x54, 0xe4, 0x65, 0x48, 0x45, 0xb7, - 0x82, 0xf6, 0x92, 0x85, 0xbf, 0xcb, 0xa8, 0xe7, 0x2a, 0x77, 0x4d, 0xad, 0x25, 0x3f, 0x87, 0x45, - 0xdb, 0xf3, 0xac, 0xa1, 0x92, 0x5b, 0x9a, 0x50, 0x9d, 0x4f, 0x68, 0xdb, 0x9e, 0x97, 0xb5, 0x04, - 0xf9, 0x15, 0x34, 0x9d, 0xc0, 0x4f, 0x37, 0x48, 0x5c, 0xde, 0x9d, 0xf5, 0xdb, 0x9a, 0xb4, 0x35, - 0x51, 0x1c, 0x04, 0x6e, 0x1a, 0x9a, 0x3c, 0x9e, 0xec, 0xc3, 0x4a, 0x1c, 0xa6, 0x89, 0x23, 0x69, - 0x2e, 0x50, 0x75, 0xec, 0xfe, 0x4e, 0x32, 0x2a, 0x1d, 0xae, 0xcd, 0x4b, 0x49, 0xc5, 0xc0, 0x63, - 0x0e, 0x35, 0x6f, 0xa5, 0xb4, 0x2d, 0x49, 0xd3, 0x28, 0xf6, 0xbe, 0x84, 0xa5, 0x19, 0x24, 0xf9, - 0x18, 0xda, 0xf9, 0x69, 0x10, 0xdd, 0x02, 0x4e, 0x41, 0x2b, 0x37, 0x05, 0xa2, 0xf7, 0x7d, 0x01, - 0x8c, 0xab, 0xdb, 0xcb, 0xfc, 0x09, 0x2c, 0xcc, 0x9f, 0xc0, 0x27, 0xd0, 0xcc, 0x07, 0xaf, 0x38, - 0x3f, 0x78, 0x30, 0x9c, 0x44, 0xae, 0x87, 0x89, 0x54, 0xba, 0x2e, 0x91, 0x30, 0x85, 0xb6, 0xe1, - 0x61, 0x10, 0xb1, 0x11, 0xe3, 0xb6, 0x87, 0xe1, 0x09, 0x23, 0x37, 0x70, 0x62, 0x1a, 0xe5, 0xfc, - 0x29, 0xa3, 0x3f, 0x1f, 0xa4, 0xb0, 0x2d, 0x49, 0x8f, 0x13, 0x50, 0x16, 0x96, 0xff, 0x2a, 0x42, - 0x6b, 0xe3, 0xf0, 0xf0, 0x4f, 0x63, 0x1a, 0x5d, 0xee, 0xf1, 0x61, 0x40, 0x7e, 0x0e, 0xf0, 0x56, - 0x35, 0xd0, 0xd9, 0xe9, 0x5c, 0x4e, 0x71, 0xb9, 0x5c, 0x6e, 0xbc, 0x4d, 0x05, 0xe4, 0x35, 0x2c, - 0xba, 0x4c, 0x48, 0x9b, 0x3b, 0x54, 0xf5, 0x1e, 0x31, 0x07, 0x4f, 0xaa, 0xce, 0xfa, 0x87, 0xd3, - 0xec, 0xed, 0x04, 0x74, 0x80, 0x98, 0xc4, 0x4e, 0xc7, 0x9d, 0x92, 0x92, 0xbb, 0x50, 0x91, 0x41, - 0x68, 0x9d, 0x61, 0x0c, 0xda, 0x09, 0x48, 0x1d, 0x17, 0xaf, 0xc9, 0xa7, 0x2a, 0xab, 0xbc, 0xd8, - 0xe7, 0x16, 0xb7, 0x7d, 0x8a, 0x19, 0xde, 0x48, 0x00, 0xa0, 0x15, 0x87, 0xb6, 0x4f, 0xc9, 0x47, - 0xd0, 0x48, 0x60, 0xcc, 0xc5, 0x83, 0xaa, 0x94, 0x80, 0xea, 0x5a, 0x8c, 0xfb, 0x79, 0x33, 0xa2, - 0x43, 0xeb, 0x5b, 0xea, 0x58, 0xc3, 0x67, 0xeb, 0x78, 0x3e, 0xb5, 0xcc, 0x46, 0x44, 0x87, 0xbf, - 0xa5, 0xce, 0xee, 0xb3, 0x75, 0xf2, 0x08, 0x5a, 0xbe, 0x7d, 0x61, 0xa5, 0xae, 0xe1, 0x89, 0x50, - 0x48, 0x33, 0xd5, 0xb7, 0x2f, 0xd2, 0x91, 0x90, 0x3e, 0x74, 0xc6, 0x5c, 0x9c, 0x5b, 0x74, 0x68, - 0x09, 0x6a, 0x47, 0xce, 0x18, 0xb7, 0x8e, 0xd4, 0xed, 0x96, 0xd2, 0xed, 0x0c, 0x07, 0xa8, 0x79, - 0x55, 0xae, 0xd7, 0x8c, 0x7a, 0xef, 0x77, 0x15, 0x68, 0x4c, 0xf6, 0xde, 0x87, 0x50, 0xd7, 0xbb, - 0x37, 0x73, 0x31, 0xe2, 0xa9, 0xab, 0x35, 0x94, 0xee, 0xb9, 0xa4, 0x0f, 0x35, 0xed, 0x75, 0x9a, - 0x3d, 0x46, 0xba, 0x8a, 0x70, 0x28, 0x7c, 0x18, 0x98, 0x29, 0x80, 0x74, 0xa1, 0xec, 0x52, 0xe1, - 0x60, 0xe4, 0xea, 0x69, 0xe4, 0x94, 0x84, 0x7c, 0x06, 0x24, 0x8c, 0x98, 0x6f, 0x47, 0x97, 0x56, - 0x16, 0x1a, 0x81, 0x49, 0x52, 0x32, 0x8d, 0x44, 0x93, 0x58, 0x74, 0x05, 0xf9, 0x1a, 0x0c, 0x4e, - 0x2f, 0xa4, 0x15, 0x51, 0xdb, 0xb5, 0x28, 0x1f, 0x31, 0x4e, 0x31, 0x8e, 0x9d, 0xb4, 0xf3, 0x1d, - 0x94, 0xe5, 0x92, 0xa1, 0xa3, 0xf0, 0x26, 0xb5, 0x5d, 0xad, 0x21, 0x9f, 0x41, 0x35, 0x52, 0x29, - 0x9b, 0xee, 0x17, 0xc9, 0x36, 0xf4, 0x9a, 0x5e, 0x9a, 0x4a, 0x9c, 0xb0, 0x12, 0x0c, 0xf9, 0x0a, - 0xee, 0xa6, 0xde, 0x85, 0x11, 0x1d, 0xb2, 0x8b, 0xbc, 0x93, 0x35, 0x74, 0x72, 0x25, 0x01, 0x1c, - 0xa3, 0x7e, 0xe2, 0xea, 0x7d, 0x80, 0x33, 0x4a, 0x43, 0x2b, 0x88, 0xdc, 0xa4, 0x2e, 0xa8, 0x9b, - 0x0d, 0x25, 0x39, 0x52, 0x02, 0xb2, 0x0a, 0x2d, 0x26, 0xac, 0xa1, 0x2d, 0xa4, 0x3e, 0x1e, 0x1b, - 0x08, 0x00, 0x26, 0x76, 0x6d, 0x21, 0x71, 0x02, 0x0e, 0xe0, 0x7e, 0x18, 0x8b, 0x31, 0x75, 0x2d, - 0x37, 0x38, 0xe7, 0xd6, 0x90, 0x79, 0x92, 0x46, 0x96, 0x13, 0x70, 0x17, 0xf7, 0x54, 0xd1, 0x85, - 0x99, 0x1d, 0xf7, 0x9e, 0x26, 0x6c, 0x07, 0xe7, 0x7c, 0x17, 0xe1, 0x5b, 0x19, 0x9a, 0x6c, 0xc1, - 0xad, 0x28, 0xe6, 0x92, 0xf9, 0x34, 0x35, 0xe5, 0x31, 0x21, 0xbb, 0x4d, 0x34, 0x72, 0x4b, 0x1b, - 0x31, 0x35, 0x40, 0x73, 0xcd, 0xa5, 0x28, 0xdf, 0xdc, 0x67, 0x42, 0x92, 0xcf, 0xc1, 0x50, 0xd9, - 0x77, 0x6e, 0x33, 0x69, 0xa1, 0x29, 0x5f, 0x60, 0x39, 0x51, 0x49, 0xe2, 0xd6, 0xf6, 0xed, 0x8b, - 0x6f, 0x6c, 0x26, 0x4f, 0x98, 0x4f, 0x0f, 0x04, 0xf9, 0x02, 0x1a, 0x36, 0xe7, 0x16, 0xae, 0xc7, - 0xa4, 0x78, 0xb8, 0xb2, 0x6c, 0x31, 0x4d, 0xea, 0x36, 0xe7, 0xd8, 0xea, 0xfd, 0x6d, 0x19, 0xc8, - 0x6c, 0x6d, 0xf0, 0xff, 0x33, 0x17, 0x6f, 0xcc, 0x8d, 0xca, 0x8d, 0xb9, 0xf1, 0x31, 0x4c, 0xce, - 0x46, 0x84, 0x57, 0x11, 0xde, 0xca, 0x84, 0x0a, 0x74, 0x35, 0x43, 0x6a, 0x3f, 0x3e, 0x43, 0xea, - 0xff, 0x17, 0x19, 0xd2, 0xf8, 0x5f, 0x67, 0x08, 0xbc, 0x67, 0x86, 0x34, 0xdf, 0x23, 0x43, 0xfe, - 0xbb, 0x02, 0x65, 0x55, 0x1f, 0x93, 0xa7, 0xd0, 0x50, 0x15, 0x72, 0xfe, 0x48, 0xe8, 0x4c, 0xca, - 0xe7, 0xdc, 0x0e, 0x50, 0x7f, 0x93, 0xb4, 0xc9, 0x9f, 0x40, 0x07, 0x29, 0xaa, 0x7c, 0xd6, 0xbc, - 0x62, 0xfe, 0x28, 0x51, 0xbc, 0x2b, 0xd7, 0x9c, 0xd6, 0x9b, 0x9c, 0x4c, 0x5d, 0x62, 0xb0, 0x48, - 0x89, 0x28, 0x4f, 0xca, 0x9d, 0xab, 0x45, 0x4c, 0xa6, 0x57, 0x5b, 0x3d, 0xe3, 0x9c, 0xaa, 0xaa, - 0xfd, 0x02, 0xcf, 0x83, 0x6c, 0xab, 0x47, 0xf1, 0x9e, 0x7b, 0x41, 0x9e, 0x40, 0xc7, 0xa3, 0x43, - 0x69, 0xa1, 0x4f, 0x58, 0x43, 0x55, 0x66, 0xe6, 0xab, 0xa5, 0x10, 0xca, 0x31, 0x2c, 0xa1, 0xd6, - 0x61, 0x31, 0x62, 0xa3, 0x71, 0x9e, 0x52, 0x9d, 0x2d, 0xbb, 0x10, 0x92, 0x71, 0x9e, 0x40, 0x33, - 0x8c, 0x82, 0x53, 0x9a, 0x1c, 0xf4, 0xb5, 0x6b, 0x0e, 0x7a, 0xc4, 0xe8, 0x83, 0xfe, 0x09, 0x34, - 0x4f, 0x63, 0x96, 0x95, 0x06, 0xf5, 0x6b, 0x18, 0x88, 0xd1, 0x8c, 0x67, 0xb0, 0x88, 0x23, 0xc9, - 0xa5, 0x5e, 0x63, 0xc6, 0x2f, 0x1c, 0x6c, 0x2e, 0xdd, 0x7e, 0x0a, 0x86, 0x1e, 0xcc, 0x8d, 0x5b, - 0x9a, 0x1e, 0xf0, 0x34, 0x2d, 0x90, 0xe3, 0xe9, 0x3c, 0x6f, 0xce, 0xd2, 0x10, 0x93, 0xa3, 0xbd, - 0x84, 0x0f, 0x34, 0x8d, 0xbe, 0xcd, 0x31, 0xad, 0x61, 0x14, 0xf8, 0x16, 0xe3, 0xdd, 0xd6, 0x8c, - 0x85, 0x3b, 0x08, 0xdf, 0x79, 0x3b, 0xb1, 0xb1, 0x1b, 0x05, 0xfe, 0x1e, 0x27, 0xcf, 0xe1, 0x0e, - 0x13, 0x16, 0x8f, 0x3d, 0xcf, 0xb2, 0xcf, 0xed, 0x48, 0x5d, 0xab, 0x7c, 0x86, 0x33, 0x82, 0x5b, - 0x5c, 0xdd, 0xbc, 0xc5, 0xc4, 0x61, 0xec, 0x79, 0x1b, 0x4a, 0x39, 0xa0, 0x3e, 0xc3, 0x74, 0xbd, - 0x66, 0x71, 0x75, 0x7e, 0xcc, 0xe2, 0xea, 0xfd, 0x67, 0x11, 0xda, 0x53, 0x20, 0xb2, 0x0c, 0xc5, - 0x64, 0x4f, 0x4c, 0x17, 0x58, 0x91, 0xb9, 0xe4, 0x39, 0x18, 0x22, 0x88, 0x23, 0x87, 0x5a, 0xf4, - 0x22, 0x4c, 0x7a, 0x2a, 0xce, 0x4e, 0x88, 0xc6, 0xa8, 0xff, 0xb8, 0x74, 0x9f, 0x83, 0x21, 0xed, - 0x68, 0x44, 0x65, 0x8e, 0x35, 0x5b, 0xd5, 0x77, 0x34, 0x26, 0x63, 0xad, 0x03, 0xc9, 0xfa, 0x9a, - 0x5c, 0x54, 0xf3, 0x15, 0x90, 0x91, 0xf6, 0x93, 0x5d, 0x5a, 0xd7, 0x81, 0x64, 0x3d, 0x4d, 0x38, - 0x95, 0x3c, 0x27, 0xed, 0x25, 0xe3, 0xfc, 0x0c, 0x6a, 0xd1, 0x50, 0xaf, 0xda, 0x2a, 0xae, 0xda, - 0x3b, 0x73, 0x82, 0x96, 0x5b, 0xba, 0xd5, 0x68, 0x88, 0x8b, 0x56, 0xf3, 0xfc, 0xc0, 0xa5, 0x49, - 0xb1, 0x3f, 0x8f, 0x97, 0x2b, 0xf7, 0xab, 0xd1, 0x50, 0xb5, 0x7a, 0xff, 0x52, 0x80, 0x46, 0xf6, - 0x38, 0xf1, 0xee, 0x13, 0xe8, 0x21, 0xd4, 0x99, 0x42, 0x2b, 0x40, 0x31, 0x0f, 0x40, 0xe9, 0xf4, - 0x11, 0x55, 0x7a, 0xdf, 0x23, 0xaa, 0x3c, 0x73, 0x44, 0xad, 0x40, 0x35, 0xe6, 0xec, 0x6d, 0xac, - 0xcb, 0x9e, 0xba, 0x99, 0xb4, 0xae, 0x39, 0xba, 0xaa, 0xf3, 0x8f, 0xae, 0xde, 0x5f, 0x16, 0xa0, - 0x91, 0xbd, 0xa5, 0x90, 0x3e, 0x40, 0x6e, 0x2d, 0x15, 0x66, 0x66, 0x3c, 0xa7, 0x25, 0xcf, 0xa1, - 0x13, 0x85, 0x3c, 0xbf, 0xf6, 0x74, 0x5e, 0x25, 0x17, 0x52, 0x33, 0xe4, 0xc9, 0x1e, 0x14, 0xf2, - 0xdc, 0xe2, 0xcb, 0xae, 0x7e, 0xa5, 0x1b, 0xae, 0x7e, 0xbd, 0xdf, 0x15, 0xf2, 0x8f, 0x0d, 0x64, - 0x15, 0x2a, 0x2a, 0x0f, 0xe7, 0x79, 0xa4, 0x15, 0xa4, 0x0f, 0x0d, 0xe5, 0x8c, 0x46, 0xcd, 0xf5, - 0xa3, 0x1e, 0xe9, 0x3f, 0xef, 0xeb, 0xc2, 0x5f, 0x14, 0xa1, 0x99, 0x7b, 0x33, 0x22, 0x9f, 0x42, - 0x7d, 0x14, 0x05, 0x71, 0x68, 0x9d, 0x5e, 0xce, 0x71, 0xa3, 0x86, 0xba, 0xcd, 0x4b, 0x05, 0xb3, - 0x47, 0x23, 0x6b, 0x18, 0x73, 0x67, 0xce, 0x3a, 0xab, 0xd9, 0xa3, 0xd1, 0x6e, 0xcc, 0x1d, 0xb2, - 0x0a, 0x75, 0x7d, 0x07, 0xa4, 0xee, 0x54, 0xf5, 0x91, 0x49, 0xc9, 0x17, 0xd0, 0x52, 0x23, 0xca, - 0xfa, 0x2c, 0xcf, 0x1b, 0x14, 0x44, 0x21, 0x7f, 0x91, 0xf4, 0x9c, 0x10, 0xb2, 0xde, 0x2b, 0xd7, - 0x11, 0x36, 0x12, 0x1f, 0xb2, 0x38, 0x54, 0x6f, 0x8a, 0xc3, 0xdf, 0x15, 0xa0, 0x7c, 0x12, 0x84, - 0x87, 0xe4, 0x11, 0xd4, 0xb1, 0x80, 0x9d, 0x04, 0x20, 0x79, 0xa1, 0xd8, 0xbc, 0xdc, 0x93, 0xd4, - 0x37, 0x6b, 0xa8, 0xdd, 0xbc, 0x24, 0xf7, 0xd2, 0x07, 0xb3, 0x62, 0xee, 0xe9, 0x23, 0x79, 0x29, - 0x7b, 0xaf, 0xd8, 0xab, 0xa1, 0x4c, 0x8a, 0xa2, 0x6c, 0xec, 0xd3, 0xdd, 0x35, 0x33, 0xc4, 0xe6, - 0x65, 0xef, 0x3b, 0xa8, 0xe0, 0x83, 0xdc, 0xa4, 0xef, 0xc2, 0x0d, 0x7d, 0x17, 0x7f, 0x4c, 0xdf, - 0xa5, 0x77, 0xf5, 0xfd, 0x35, 0x94, 0x5f, 0x33, 0xcf, 0x23, 0x1f, 0x42, 0xd5, 0x09, 0x38, 0xdf, - 0xdb, 0x9e, 0xea, 0x3b, 0x91, 0x29, 0xc7, 0x74, 0x65, 0x53, 0xcc, 0xcd, 0xb6, 0x16, 0xf5, 0xfe, - 0xad, 0x08, 0xdd, 0xd4, 0x0d, 0xfd, 0xcb, 0x02, 0x3e, 0x88, 0x7d, 0xb5, 0x52, 0xd5, 0x4d, 0x1e, - 0x8f, 0x8a, 0x30, 0x0a, 0x1c, 0x2a, 0x04, 0x75, 0x2d, 0x5c, 0x99, 0x85, 0xb5, 0xb2, 0xb9, 0xa8, - 0x14, 0xc7, 0xa9, 0xfc, 0x50, 0xad, 0x82, 0x25, 0x1e, 0xfb, 0x0a, 0xea, 0xc6, 0x0e, 0x75, 0xad, - 0x28, 0x38, 0x17, 0x7a, 0x16, 0xcc, 0x45, 0x1e, 0xfb, 0xc7, 0x89, 0xdc, 0x0c, 0xce, 0x05, 0xf9, - 0x14, 0x3a, 0x0a, 0xcb, 0x24, 0x8d, 0x6c, 0xbd, 0x7c, 0x4b, 0x08, 0x6c, 0xf3, 0xd8, 0xdf, 0xcb, - 0x84, 0x57, 0x5f, 0x1d, 0xcb, 0x33, 0xaf, 0x8e, 0xab, 0xea, 0xbe, 0xcb, 0x9d, 0x38, 0x8a, 0x28, - 0x77, 0x2e, 0x71, 0x2f, 0x2a, 0x9b, 0x79, 0x11, 0xd9, 0x87, 0x65, 0xc9, 0x86, 0x9e, 0x2d, 0xc6, - 0x58, 0xbd, 0xaa, 0x1d, 0x43, 0xd2, 0x0b, 0x99, 0xa4, 0x5d, 0xf2, 0x0c, 0x78, 0xc2, 0x76, 0x15, - 0x42, 0xed, 0xb0, 0x5b, 0x5a, 0xff, 0x72, 0xc1, 0x24, 0x09, 0x2f, 0x27, 0x55, 0x7e, 0x47, 0xb1, - 0xb2, 0x21, 0x62, 0x3f, 0x94, 0xe9, 0xc3, 0x4d, 0xcb, 0x6c, 0x47, 0xf1, 0xd6, 0x44, 0xb8, 0xd9, - 0x02, 0xd8, 0xa6, 0xd2, 0x66, 0x9e, 0xda, 0x4e, 0x7b, 0x23, 0x58, 0x4e, 0x3a, 0xc8, 0xe2, 0x8b, - 0xaf, 0x09, 0x47, 0x70, 0x8b, 0xa6, 0x02, 0x4b, 0x60, 0xc4, 0x19, 0x4d, 0xb7, 0x99, 0x07, 0xd3, - 0x09, 0x72, 0x75, 0x66, 0x4c, 0x42, 0xa7, 0x25, 0x8c, 0x8a, 0xde, 0xef, 0x6b, 0x40, 0x66, 0x87, - 0x42, 0x7e, 0x09, 0xf7, 0x64, 0x20, 0x6d, 0xcf, 0x72, 0xfd, 0x21, 0x4b, 0x9e, 0x41, 0x39, 0x75, - 0xad, 0xd0, 0x76, 0xce, 0xd2, 0xd9, 0xbc, 0x83, 0x88, 0x6d, 0x04, 0x0c, 0xb4, 0xfe, 0x58, 0xa9, - 0x67, 0xc9, 0x67, 0x2c, 0x0c, 0x33, 0x72, 0x71, 0x96, 0xac, 0xf5, 0x9a, 0xfc, 0x15, 0xdc, 0x9d, - 0xdb, 0x33, 0xa6, 0x86, 0x9e, 0xf1, 0x95, 0xd9, 0x8e, 0x31, 0x43, 0x66, 0xa8, 0x49, 0xbf, 0x48, - 0x2d, 0xcf, 0x52, 0xb5, 0x1a, 0xa9, 0xbf, 0x81, 0x9f, 0x4c, 0x51, 0xa3, 0x20, 0x1e, 0x8d, 0x2d, - 0x41, 0xa5, 0xa5, 0x4f, 0x46, 0x2f, 0xb0, 0xdd, 0xec, 0x4e, 0xa0, 0x53, 0xa6, 0x97, 0x33, 0x65, - 0x2a, 0xf8, 0x80, 0x4a, 0x3c, 0x74, 0xf7, 0x03, 0xdb, 0x4d, 0xae, 0x08, 0x5f, 0x5e, 0xf1, 0x08, - 0xef, 0xfe, 0xa9, 0x99, 0x2a, 0x9a, 0xb9, 0x9d, 0x37, 0x43, 0x33, 0xe6, 0xd7, 0x70, 0x5f, 0x33, - 0x9d, 0x88, 0xda, 0x92, 0x5a, 0x82, 0xdb, 0xa1, 0x18, 0x07, 0x93, 0x8b, 0x49, 0x0d, 0xd9, 0xda, - 0xfc, 0x16, 0x62, 0x06, 0x09, 0x24, 0xb1, 0xf0, 0x0c, 0xf4, 0x60, 0x2d, 0x2f, 0x70, 0x6c, 0xcf, - 0x8a, 0xe8, 0x48, 0xe5, 0x0c, 0x8f, 0x7d, 0xbc, 0xd0, 0x97, 0xcd, 0x5b, 0xa8, 0xdd, 0x57, 0x4a, - 0x13, 0x75, 0x87, 0xb1, 0x4f, 0x7e, 0x0a, 0x7a, 0x62, 0xac, 0x88, 0xfa, 0x81, 0xa4, 0x79, 0x56, - 0x03, 0x59, 0xcb, 0xa8, 0x36, 0x51, 0x3b, 0xa1, 0x3d, 0x05, 0x3d, 0x0c, 0x2b, 0x16, 0x34, 0xd2, - 0xa3, 0x3c, 0xbd, 0x94, 0x54, 0x5f, 0x9f, 0xca, 0x26, 0x41, 0xe5, 0x6f, 0x04, 0x8d, 0xd4, 0x08, - 0xf1, 0xbd, 0x70, 0x42, 0xf1, 0xa8, 0x1d, 0xf1, 0x94, 0xe5, 0x0b, 0xbc, 0x49, 0xa5, 0x94, 0x7d, - 0xad, 0x53, 0xac, 0x03, 0x41, 0x76, 0x60, 0x35, 0x89, 0x26, 0x13, 0xea, 0xd4, 0x40, 0x86, 0x63, - 0x3b, 0x63, 0x6a, 0x8d, 0x99, 0xd4, 0xaf, 0xd7, 0x2d, 0x64, 0x7f, 0xa0, 0x83, 0x8a, 0x30, 0x45, - 0xde, 0x52, 0xa0, 0x97, 0x4c, 0xe2, 0xbb, 0xf5, 0x0b, 0xf8, 0xe8, 0x3a, 0x33, 0x3e, 0x13, 0x42, - 0xdb, 0x69, 0xa3, 0x9d, 0x0f, 0xe7, 0xd9, 0x39, 0x60, 0x42, 0xa0, 0xa1, 0x6f, 0xa0, 0x7f, 0x63, - 0xd2, 0x38, 0x63, 0xea, 0x9c, 0x65, 0x13, 0xd6, 0x41, 0x8b, 0x1f, 0x5f, 0x97, 0x35, 0x5b, 0x0a, - 0xac, 0xa7, 0xae, 0xf7, 0x1d, 0x94, 0x07, 0x41, 0x24, 0xc9, 0x1f, 0x41, 0xed, 0x14, 0x37, 0x70, - 0x31, 0xff, 0x00, 0x4b, 0x94, 0xe4, 0x13, 0x68, 0x33, 0x81, 0x6f, 0x0f, 0xb6, 0xa7, 0x88, 0x7a, - 0xcf, 0x36, 0xa7, 0x85, 0xef, 0x59, 0x46, 0xfc, 0xbe, 0x08, 0x86, 0xfe, 0x08, 0xb1, 0x1b, 0xd9, - 0x3e, 0xdd, 0x0c, 0x62, 0xae, 0xce, 0x98, 0x72, 0xee, 0xae, 0x7a, 0x3b, 0xff, 0xa9, 0x02, 0x01, - 0xb9, 0xda, 0x15, 0x81, 0xa4, 0x07, 0x8d, 0x98, 0x9f, 0x2a, 0x15, 0x75, 0xa7, 0x4e, 0x90, 0x89, - 0x58, 0xd5, 0x83, 0xc1, 0x70, 0x28, 0xa8, 0x4c, 0x96, 0x75, 0xd2, 0x22, 0x6b, 0xd0, 0x70, 0x6c, - 0xcf, 0x51, 0x47, 0xbe, 0x48, 0x4e, 0xd2, 0x7c, 0x49, 0x32, 0x51, 0x92, 0x3f, 0x86, 0xe6, 0x50, - 0x39, 0x69, 0xe1, 0x93, 0x57, 0xf2, 0xf9, 0x6c, 0xaa, 0xfc, 0x43, 0x35, 0xbe, 0x8e, 0x91, 0x5f, - 0x40, 0xdb, 0xf1, 0x43, 0xcb, 0xb5, 0xa5, 0x9d, 0x2f, 0xc5, 0x93, 0xef, 0x5d, 0x88, 0xd9, 0xf2, - 0xc3, 0x6d, 0x5b, 0xda, 0x78, 0x47, 0x6c, 0x3a, 0x93, 0x46, 0xef, 0xaf, 0x0b, 0xd0, 0xcc, 0x05, - 0xe5, 0xa6, 0x78, 0x20, 0x60, 0x26, 0x1e, 0x9f, 0x41, 0x45, 0x48, 0x3b, 0x99, 0x99, 0xec, 0x23, - 0xdb, 0xd5, 0x38, 0x9b, 0x1a, 0x44, 0xd6, 0xa0, 0x44, 0x79, 0x3a, 0x4f, 0xd7, 0x61, 0x15, 0xa4, - 0xf7, 0x7d, 0x01, 0xaa, 0x5a, 0x43, 0x1e, 0x41, 0x43, 0x95, 0x51, 0x16, 0x56, 0xdf, 0xb3, 0x05, - 0x5f, 0x5d, 0x29, 0xb7, 0x55, 0x1d, 0x7e, 0xb5, 0x60, 0x28, 0xbe, 0xa3, 0x60, 0x98, 0x2a, 0xa4, - 0x4a, 0x37, 0x15, 0x52, 0x8f, 0xa0, 0x82, 0x01, 0x4f, 0x3e, 0x93, 0x2c, 0xcd, 0x78, 0x6e, 0x6a, - 0xfd, 0x24, 0x15, 0x2b, 0x37, 0xa5, 0xe2, 0xaf, 0xa1, 0x85, 0xb5, 0x22, 0xe3, 0x23, 0x35, 0x04, - 0xf2, 0x05, 0xb4, 0x47, 0x49, 0x1b, 0x0b, 0xe7, 0x39, 0xa3, 0x6c, 0x8d, 0x72, 0x84, 0xde, 0x4b, - 0x68, 0xa6, 0x06, 0x06, 0x54, 0x92, 0xaf, 0xa0, 0x33, 0xc5, 0x4f, 0x57, 0x55, 0xf2, 0x86, 0x92, - 0xef, 0xcb, 0x6c, 0xe7, 0x0d, 0x09, 0x55, 0xdf, 0x57, 0xf5, 0x17, 0x2b, 0xf2, 0xb3, 0x9c, 0x17, - 0x82, 0xca, 0xd4, 0xc8, 0xd2, 0xb4, 0x91, 0x01, 0x95, 0x13, 0x67, 0x06, 0x54, 0x8a, 0xf7, 0xac, - 0xe6, 0xba, 0x50, 0xfb, 0x96, 0x46, 0xf8, 0x7d, 0x47, 0xaf, 0x8a, 0xb4, 0xd9, 0xfb, 0x1c, 0x1a, - 0xca, 0x17, 0xfd, 0xa1, 0xe5, 0x9d, 0x17, 0x8c, 0xde, 0x5f, 0x15, 0xa0, 0x96, 0x7c, 0x63, 0x23, - 0x8f, 0x01, 0xc2, 0x28, 0x78, 0x33, 0x35, 0xe8, 0xc5, 0x09, 0x45, 0x7f, 0xe5, 0x69, 0x28, 0x88, - 0xbe, 0x70, 0x3c, 0x87, 0x95, 0x11, 0xe5, 0xaa, 0xa4, 0xa2, 0xae, 0x15, 0xc4, 0x32, 0x8c, 0x25, - 0x7e, 0x1c, 0xd0, 0x37, 0x95, 0x86, 0xb9, 0x9c, 0x69, 0x8f, 0x50, 0x79, 0xa8, 0x74, 0xef, 0xb7, - 0xbf, 0xf4, 0xff, 0xa9, 0xa8, 0x3f, 0xd6, 0xe3, 0x05, 0x77, 0x09, 0xda, 0xea, 0x37, 0x7b, 0x2d, - 0x35, 0x16, 0x52, 0x51, 0x76, 0x7d, 0x35, 0x0a, 0xa9, 0x28, 0xbb, 0xf5, 0x19, 0x45, 0x72, 0x0b, - 0x16, 0x95, 0x28, 0x77, 0xdf, 0x31, 0x4a, 0xa4, 0x05, 0x75, 0xb4, 0x16, 0x84, 0x87, 0x46, 0x99, - 0xb4, 0xa1, 0xa1, 0x5a, 0x58, 0x66, 0x1b, 0x95, 0xcc, 0x08, 0x5e, 0x57, 0x36, 0x46, 0x23, 0xa3, - 0x9a, 0xe2, 0x5f, 0x05, 0x8c, 0x1b, 0xb5, 0xb4, 0xa5, 0x4a, 0x63, 0xa3, 0x4e, 0x56, 0x80, 0xa8, - 0xd6, 0xf4, 0x07, 0x49, 0xa3, 0x41, 0xba, 0xb0, 0x9c, 0x97, 0xa7, 0xdf, 0xaf, 0x0c, 0x20, 0x04, - 0x3a, 0x4a, 0x33, 0xb9, 0x05, 0x1a, 0x4d, 0x72, 0x0f, 0x56, 0x50, 0x36, 0xf3, 0x2c, 0x6c, 0xb4, - 0xd2, 0xfe, 0xd4, 0xd6, 0x6c, 0xb4, 0x49, 0x07, 0x40, 0xb5, 0xf4, 0x5a, 0x31, 0x3a, 0x69, 0x5b, - 0xcf, 0xa0, 0xb1, 0x48, 0x16, 0xa1, 0x39, 0x69, 0xaf, 0x1b, 0x46, 0xff, 0x4b, 0x68, 0xe5, 0x3f, - 0x61, 0x29, 0xc0, 0xb1, 0x2d, 0xc4, 0xc9, 0x18, 0x4f, 0x21, 0x63, 0x41, 0x8d, 0x7f, 0x33, 0x0a, - 0x6c, 0xd7, 0xb1, 0x85, 0x34, 0x0a, 0xa4, 0x0e, 0xe5, 0x97, 0xb6, 0x18, 0x1b, 0xc5, 0xfe, 0x2f, - 0x61, 0xf1, 0xca, 0xd7, 0x42, 0xa5, 0x3c, 0x3c, 0x3a, 0xdc, 0x31, 0x16, 0xd4, 0xbf, 0xdd, 0x8d, - 0xc1, 0x89, 0x51, 0x20, 0xcb, 0x60, 0xbc, 0xdc, 0x7b, 0xf1, 0xd2, 0xda, 0x3a, 0x3a, 0x38, 0x36, - 0x77, 0x06, 0x83, 0xbd, 0xa3, 0x43, 0xa3, 0xd8, 0x7f, 0x0c, 0x30, 0xf9, 0x4e, 0x41, 0x1a, 0x50, - 0xc1, 0x02, 0x42, 0x13, 0x4f, 0xd8, 0xeb, 0xdf, 0x1a, 0x05, 0xd2, 0x84, 0x5a, 0x52, 0x51, 0x1a, - 0xc5, 0xfe, 0x9f, 0xc3, 0xca, 0xfc, 0x0f, 0x55, 0x6a, 0x42, 0xf6, 0xf8, 0xb7, 0xb6, 0xc7, 0x5c, - 0x2d, 0x30, 0x16, 0x48, 0x15, 0x8a, 0xfb, 0x4f, 0x8d, 0x02, 0xfe, 0xae, 0x1b, 0x45, 0x02, 0x50, - 0xdd, 0x0a, 0x04, 0xe3, 0xd4, 0x28, 0x11, 0x03, 0x5a, 0x7b, 0x9c, 0xd3, 0x48, 0xdf, 0x09, 0xa4, - 0x51, 0xee, 0x3f, 0x9d, 0x7c, 0x69, 0x43, 0x67, 0x96, 0xc1, 0x48, 0x0c, 0x66, 0x32, 0x63, 0x41, - 0x79, 0x73, 0xa4, 0xb7, 0x27, 0xa3, 0xd0, 0xff, 0x87, 0x02, 0xd4, 0xd3, 0x27, 0xd6, 0x49, 0xa6, - 0x71, 0x1a, 0x61, 0x0e, 0x2c, 0x90, 0xdb, 0xb0, 0x84, 0x39, 0x43, 0x87, 0xf2, 0x28, 0x96, 0x89, - 0xb8, 0x90, 0x26, 0x83, 0xc9, 0x46, 0xe3, 0x9c, 0xbc, 0xa8, 0x7c, 0xd2, 0x89, 0xa9, 0x1f, 0xca, - 0x8c, 0x92, 0xf2, 0x01, 0xf3, 0x92, 0x4b, 0x96, 0x49, 0xcb, 0xe4, 0x2e, 0xdc, 0x9e, 0x32, 0x9b, - 0xa9, 0x2a, 0xe4, 0x3e, 0xdc, 0x4d, 0x09, 0xb3, 0xea, 0x6a, 0x7f, 0x15, 0x5a, 0xf9, 0xa7, 0xdd, - 0xb4, 0x47, 0x35, 0x93, 0xda, 0xe5, 0xfe, 0x2f, 0x60, 0x69, 0xe6, 0x19, 0x49, 0x05, 0x70, 0xef, - 0x50, 0x0f, 0xfe, 0x60, 0xef, 0xd0, 0x3a, 0xd8, 0xf8, 0x33, 0xa3, 0xa0, 0xb8, 0x9b, 0xfb, 0x47, - 0x47, 0x07, 0xd6, 0xee, 0xde, 0xfe, 0xc9, 0x8e, 0x69, 0x14, 0xfb, 0xfd, 0x2b, 0x5c, 0xcc, 0x05, - 0x35, 0xa7, 0x47, 0x5b, 0x1b, 0xfb, 0xc6, 0x82, 0x8a, 0xff, 0x8b, 0xfd, 0xa3, 0xcd, 0x8d, 0x7d, - 0xa3, 0xd0, 0xff, 0x35, 0x2c, 0x5e, 0x39, 0xf0, 0x55, 0x86, 0xed, 0x06, 0x9e, 0x17, 0x9c, 0x33, - 0x3e, 0xd2, 0x09, 0x77, 0x1c, 0x51, 0x87, 0xba, 0xaa, 0x59, 0x50, 0x19, 0xbc, 0x85, 0x37, 0x2a, - 0x69, 0x06, 0xe7, 0x46, 0xb1, 0x7f, 0x04, 0xc6, 0xd5, 0x43, 0x96, 0xd4, 0xa0, 0xb4, 0xc7, 0xa5, - 0xb1, 0xa0, 0x3a, 0xdd, 0xf5, 0x02, 0x5b, 0xea, 0xf4, 0xd9, 0xa6, 0x0e, 0xf3, 0x6d, 0xcf, 0x28, - 0xaa, 0x45, 0xb2, 0x6d, 0x4b, 0xaa, 0xea, 0x22, 0xbd, 0xc0, 0xb7, 0x63, 0x7d, 0xd1, 0x33, 0xca, - 0xfd, 0x67, 0xa9, 0x47, 0xd9, 0x91, 0xab, 0x92, 0x50, 0x95, 0xf3, 0xda, 0x75, 0xec, 0x4d, 0x18, - 0x05, 0x1c, 0x86, 0xda, 0x89, 0x85, 0x51, 0xdc, 0xfc, 0xc9, 0x1f, 0x7e, 0x78, 0x50, 0xf8, 0xe7, - 0x1f, 0x1e, 0x14, 0xfe, 0xfd, 0x87, 0x07, 0x85, 0xbf, 0xf9, 0x8f, 0x07, 0x0b, 0x70, 0xdb, 0x09, - 0xfc, 0xc7, 0x6a, 0x97, 0x76, 0xec, 0xf0, 0xb1, 0x64, 0xee, 0x29, 0xee, 0x5b, 0xc7, 0x85, 0xff, - 0x09, 0x00, 0x00, 0xff, 0xff, 0x8d, 0xa6, 0xde, 0xc3, 0xa3, 0x24, 0x00, 0x00, + // 3952 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x73, 0x1c, 0x49, + 0x56, 0x57, 0xb7, 0xfa, 0xf3, 0xf5, 0x87, 0x4a, 0x29, 0x59, 0x6e, 0xdb, 0x6b, 0x5b, 0xee, 0xf1, + 0xac, 0x85, 0x98, 0xf1, 0x78, 0x64, 0xef, 0x7c, 0xc1, 0xb2, 0x63, 0x49, 0xd6, 0xb8, 0x6d, 0x7d, + 0x51, 0x2d, 0x76, 0x21, 0x82, 0x88, 0x8a, 0x54, 0x55, 0x76, 0x2b, 0xad, 0xaa, 0xac, 0x72, 0x55, + 0xb6, 0x25, 0xf9, 0xb4, 0x17, 0xfe, 0x01, 0x08, 0x08, 0x6e, 0x44, 0xc0, 0x95, 0xe0, 0x9f, 0x20, + 0x88, 0xd8, 0x23, 0x57, 0xf6, 0x00, 0xc4, 0x70, 0xe2, 0xce, 0x89, 0x13, 0x91, 0x2f, 0xb3, 0xaa, + 0xab, 0x3f, 0xec, 0xf1, 0x04, 0x1c, 0x38, 0xa9, 0xeb, 0xbd, 0xdf, 0x2f, 0xf3, 0x65, 0xe6, 0xcb, + 0xf7, 0xf2, 0x65, 0x0a, 0xda, 0xec, 0x92, 0xb9, 0x23, 0x19, 0xc6, 0x0f, 0xa3, 0x38, 0x94, 0x21, + 0x29, 0x49, 0x1e, 0x9d, 0xde, 0xb4, 0xd8, 0x65, 0x14, 0xb3, 0x24, 0xe1, 0xa1, 0xd0, 0xf2, 0x9b, + 0xcd, 0xc4, 0x3d, 0x63, 0x01, 0x35, 0x5f, 0xab, 0xc3, 0x70, 0x18, 0xe2, 0xcf, 0xcf, 0xd4, 0x2f, + 0x2d, 0xed, 0xfe, 0x63, 0x15, 0x6a, 0xcf, 0x4c, 0x73, 0xe4, 0x3e, 0x14, 0x65, 0xd4, 0x29, 0xac, + 0x17, 0x36, 0xda, 0x5b, 0xed, 0x87, 0xaa, 0xd5, 0x87, 0x4a, 0x77, 0x72, 0x15, 0xb1, 0xed, 0xd2, + 0x6f, 0xfe, 0xf5, 0xee, 0x82, 0x5d, 0x94, 0x11, 0xd9, 0x84, 0x9a, 0x3c, 0xf5, 0x9d, 0xc4, 0xa5, + 0xa2, 0x53, 0x5c, 0x2f, 0x6c, 0x34, 0xb6, 0x96, 0x34, 0xf6, 0x84, 0x9e, 0xfa, 0xac, 0xef, 0x52, + 0x61, 0x57, 0xe5, 0xa9, 0xaf, 0x7e, 0x28, 0x2c, 0xf7, 0x2e, 0x35, 0x76, 0x31, 0x8f, 0xed, 0x09, + 0x8f, 0x5d, 0x6a, 0x2c, 0xf7, 0xf0, 0x07, 0xf9, 0x14, 0xea, 0x09, 0xf3, 0x99, 0x2b, 0x79, 0x28, + 0x3a, 0xa5, 0x3c, 0xb8, 0x9f, 0x8a, 0xed, 0x31, 0x82, 0x3c, 0x86, 0x06, 0x1d, 0x0e, 0x63, 0x36, + 0xa4, 0x48, 0x28, 0x23, 0x61, 0x59, 0x13, 0x9e, 0x8e, 0x15, 0x76, 0x1e, 0x45, 0xee, 0x40, 0x49, + 0x86, 0xd1, 0x61, 0xa7, 0x82, 0x68, 0x30, 0x76, 0x87, 0xd1, 0xa1, 0x8d, 0x72, 0x72, 0x0f, 0xca, + 0x3e, 0x0f, 0xb8, 0xec, 0x54, 0x11, 0xd0, 0xd0, 0x80, 0x7d, 0x25, 0xb2, 0xb5, 0x86, 0xec, 0xc0, + 0x32, 0xbb, 0x74, 0xcf, 0xa8, 0x18, 0x32, 0x27, 0x66, 0x2e, 0xe3, 0x6f, 0x58, 0xdc, 0xa9, 0x21, + 0x7c, 0x2d, 0x9d, 0x33, 0xad, 0xb6, 0x8d, 0xd6, 0xb6, 0xd8, 0x94, 0x44, 0xd9, 0xf1, 0x2a, 0xe4, + 0xa2, 0x53, 0xcf, 0xdb, 0xf1, 0x22, 0xe4, 0xc2, 0x46, 0x39, 0xb9, 0x0b, 0x8d, 0x74, 0x91, 0x1d, + 0xee, 0x75, 0x60, 0xbd, 0xb0, 0x51, 0xb7, 0x21, 0x15, 0xf5, 0x3c, 0xd5, 0xc0, 0x39, 0xf7, 0xfd, + 0x4e, 0x23, 0xdf, 0xc0, 0x4b, 0xee, 0xfb, 0x36, 0xca, 0xc9, 0xcf, 0x61, 0x29, 0xb3, 0x32, 0x61, + 0xc2, 0x63, 0x71, 0xa7, 0x89, 0xd0, 0xd5, 0x49, 0x1b, 0xfb, 0xa8, 0xb3, 0xdb, 0x6c, 0xe2, 0x9b, + 0x3c, 0x02, 0x38, 0x8e, 0xc3, 0x57, 0x66, 0x31, 0x5a, 0xc8, 0xb4, 0x34, 0x73, 0x2c, 0xb7, 0x73, + 0x18, 0xf2, 0x02, 0x56, 0x23, 0x1a, 0x4b, 0xae, 0x3e, 0x1c, 0xa9, 0x3c, 0x41, 0xaf, 0x7a, 0x1b, + 0xb9, 0x1d, 0xc3, 0x4d, 0x11, 0x63, 0x57, 0x21, 0xd1, 0x8c, 0x4c, 0x0d, 0x2e, 0x09, 0x63, 0xd9, + 0x59, 0xca, 0x0f, 0xae, 0x1f, 0xc6, 0xd2, 0x46, 0x39, 0xb9, 0x0f, 0x95, 0x0b, 0x2e, 0xbc, 0xf0, + 0xa2, 0x63, 0x21, 0xa2, 0xa9, 0x11, 0xbf, 0x42, 0x99, 0x6d, 0x74, 0xe4, 0x10, 0xee, 0x0d, 0xb8, + 0x60, 0xce, 0x30, 0xa6, 0x5c, 0x30, 0xcf, 0x49, 0xce, 0x46, 0x83, 0x81, 0x32, 0x4b, 0xc6, 0x8c, + 0x06, 0x8e, 0x1b, 0x8e, 0x84, 0xec, 0x2c, 0xaf, 0x17, 0x36, 0x4a, 0xc6, 0xb9, 0x6f, 0x2b, 0xf8, + 0x77, 0x1a, 0xdd, 0xd7, 0xe0, 0x3e, 0x62, 0x77, 0x14, 0x94, 0xbc, 0x80, 0xbb, 0x73, 0xdb, 0x3b, + 0xa5, 0xd2, 0x3d, 0x73, 0x12, 0xfe, 0x96, 0x75, 0x48, 0xae, 0xb5, 0x5b, 0xb3, 0xad, 0x6d, 0x2b, + 0x64, 0x9f, 0xbf, 0x65, 0x6a, 0x04, 0xec, 0x32, 0xa2, 0xc2, 0xeb, 0xac, 0xe4, 0x47, 0xf0, 0x0c, + 0x65, 0xb6, 0xd1, 0x91, 0x07, 0x50, 0xd5, 0xbf, 0xb6, 0x3a, 0xab, 0x08, 0x6b, 0xe5, 0x61, 0x5b, + 0x76, 0xaa, 0xed, 0xfe, 0xfd, 0x22, 0xb4, 0x27, 0x57, 0x94, 0x6c, 0xe4, 0xf6, 0x32, 0x99, 0x5c, + 0xf3, 0x99, 0xfd, 0xbc, 0xcc, 0x84, 0x1b, 0x7a, 0xcc, 0x73, 0x24, 0x4d, 0xce, 0x9d, 0x80, 0x49, + 0xda, 0x29, 0xae, 0x2f, 0x6e, 0x34, 0xed, 0x25, 0xa3, 0x38, 0xa1, 0xc9, 0xf9, 0x01, 0x93, 0x94, + 0x7c, 0x0e, 0xed, 0xf1, 0x2a, 0x9f, 0xb3, 0xab, 0xa4, 0xb3, 0xb8, 0xbe, 0x38, 0x5e, 0xa3, 0x67, + 0x97, 0x51, 0x6c, 0xb7, 0x32, 0xc4, 0x4b, 0x76, 0x95, 0x90, 0xfb, 0x50, 0x76, 0xcf, 0xb8, 0xef, + 0x99, 0x2d, 0x9d, 0x8b, 0x2b, 0xca, 0x95, 0x6d, 0xad, 0x24, 0x1f, 0x43, 0x59, 0x5e, 0x45, 0x2c, + 0xe9, 0x94, 0xb1, 0x3d, 0xb3, 0xf1, 0xf7, 0x38, 0xf3, 0x3d, 0x65, 0xae, 0xad, 0xb5, 0xe4, 0x4b, + 0x58, 0xa2, 0xbe, 0xef, 0x0c, 0x94, 0xdc, 0xd1, 0x84, 0xca, 0x7c, 0x42, 0x8b, 0xfa, 0x7e, 0xf6, + 0x95, 0x90, 0x9f, 0x43, 0xc3, 0x0d, 0x83, 0x34, 0x40, 0xe2, 0xf6, 0x6e, 0x6f, 0x5d, 0xd3, 0xa4, + 0x9d, 0xb1, 0xe2, 0x20, 0xf4, 0xd2, 0xa9, 0xc9, 0xe3, 0xc9, 0x3e, 0xac, 0x8d, 0xa2, 0xd4, 0x71, + 0x24, 0xcb, 0x4d, 0x54, 0x0d, 0xbb, 0xbf, 0x6e, 0x46, 0xa5, 0xa7, 0x6b, 0xfb, 0x4a, 0xb2, 0xa4, + 0xef, 0x73, 0x97, 0xd9, 0x2b, 0x29, 0x6d, 0x47, 0xb2, 0x74, 0x16, 0xbb, 0x5f, 0xc1, 0xf2, 0x0c, + 0x92, 0x7c, 0x04, 0xad, 0xfc, 0x32, 0x24, 0x9d, 0x02, 0x2e, 0x41, 0x33, 0xb7, 0x04, 0x49, 0xf7, + 0xb7, 0x05, 0xb0, 0xa6, 0xc3, 0xcb, 0xfc, 0x05, 0x2c, 0xcc, 0x5f, 0xc0, 0x47, 0xd0, 0xc8, 0x4f, + 0x5e, 0x71, 0xfe, 0xe4, 0xc1, 0x60, 0x3c, 0x73, 0x5d, 0x74, 0xa4, 0xc5, 0x77, 0x39, 0x12, 0xba, + 0xd0, 0x2e, 0xdc, 0x0d, 0x63, 0x3e, 0xe4, 0x82, 0xfa, 0x38, 0x3d, 0x51, 0xec, 0x85, 0xee, 0x88, + 0xc5, 0x39, 0x7b, 0x4a, 0x68, 0xcf, 0xad, 0x14, 0xb6, 0x23, 0xd9, 0xb1, 0x01, 0x65, 0xd3, 0xf2, + 0x5f, 0x45, 0x68, 0x3e, 0x3d, 0x3c, 0xfc, 0xc3, 0x11, 0x8b, 0xaf, 0x7a, 0x62, 0x10, 0x92, 0x2f, + 0x01, 0x5e, 0xab, 0x0f, 0x34, 0x76, 0xd2, 0x97, 0x53, 0x5c, 0xce, 0x97, 0xeb, 0xaf, 0x53, 0x01, + 0x79, 0x09, 0x4b, 0x1e, 0x4f, 0x24, 0x15, 0x2e, 0x53, 0xbd, 0xc7, 0xdc, 0xc5, 0x4c, 0xd5, 0xde, + 0xfa, 0xc9, 0x24, 0x7b, 0xd7, 0x80, 0x0e, 0x10, 0x63, 0xda, 0x69, 0x7b, 0x13, 0x52, 0x72, 0x03, + 0xca, 0x32, 0x8c, 0x9c, 0x73, 0x9c, 0x83, 0x96, 0x01, 0xa9, 0x74, 0xf1, 0x92, 0x7c, 0xac, 0xbc, + 0xca, 0x1f, 0x05, 0xc2, 0x11, 0x34, 0x60, 0xe8, 0xe1, 0x75, 0x03, 0x00, 0xad, 0x38, 0xa4, 0x01, + 0x23, 0xf7, 0xa0, 0x6e, 0x60, 0xdc, 0xc3, 0x44, 0xb5, 0x68, 0x40, 0x35, 0x2d, 0xc6, 0x78, 0xde, + 0x88, 0xd9, 0xc0, 0x79, 0xc3, 0x5c, 0x67, 0xf0, 0x78, 0x0b, 0xf3, 0x53, 0xd3, 0xae, 0xc7, 0x6c, + 0xf0, 0x4b, 0xe6, 0xee, 0x3d, 0xde, 0x22, 0x0f, 0xa0, 0x19, 0xd0, 0x4b, 0x27, 0x35, 0x0d, 0x33, + 0x42, 0x21, 0xf5, 0xd4, 0x80, 0x5e, 0xa6, 0x23, 0x21, 0x9b, 0xd0, 0x3e, 0x13, 0xc9, 0x85, 0xc3, + 0x06, 0x4e, 0xc2, 0x68, 0xec, 0x9e, 0x61, 0xe8, 0x48, 0xcd, 0x6e, 0x2a, 0xdd, 0xb3, 0x41, 0x1f, + 0x35, 0x2f, 0x4a, 0xb5, 0xaa, 0x55, 0xeb, 0xfe, 0xba, 0x0c, 0xf5, 0x71, 0xec, 0xbd, 0x0b, 0x35, + 0x1d, 0xbd, 0xb9, 0x87, 0x33, 0x9e, 0x9a, 0x5a, 0x45, 0x69, 0xcf, 0x23, 0x9b, 0x50, 0xd5, 0x56, + 0xa7, 0xde, 0x63, 0xa5, 0xbb, 0x08, 0x87, 0x22, 0x06, 0xa1, 0x9d, 0x02, 0x48, 0x07, 0x4a, 0x1e, + 0x4b, 0x5c, 0x9c, 0xb9, 0x5a, 0x3a, 0x73, 0x4a, 0x42, 0x3e, 0x01, 0x12, 0xc5, 0x3c, 0xa0, 0xf1, + 0x95, 0x93, 0x4d, 0x4d, 0x82, 0x4e, 0xb2, 0x68, 0x5b, 0x46, 0x63, 0x5a, 0xf4, 0x12, 0xf2, 0x2d, + 0x58, 0x82, 0x5d, 0x4a, 0x27, 0x66, 0xd4, 0x73, 0x98, 0x18, 0x72, 0xc1, 0x70, 0x1e, 0xdb, 0x69, + 0xe7, 0xcf, 0x50, 0x96, 0x73, 0x86, 0xb6, 0xc2, 0xdb, 0x8c, 0x7a, 0x5a, 0x43, 0x3e, 0x81, 0x4a, + 0xac, 0x5c, 0x36, 0x8d, 0x17, 0x26, 0x0c, 0xbd, 0x64, 0x57, 0xb6, 0x12, 0x1b, 0x96, 0xc1, 0x90, + 0xaf, 0xe1, 0x46, 0x6a, 0x5d, 0x14, 0xb3, 0x01, 0xbf, 0xcc, 0x1b, 0x59, 0x45, 0x23, 0xd7, 0x0c, + 0xe0, 0x18, 0xf5, 0x63, 0x53, 0x6f, 0x03, 0x9c, 0x33, 0x16, 0x39, 0x61, 0xec, 0x99, 0x73, 0x41, + 0xcd, 0xae, 0x2b, 0xc9, 0x91, 0x12, 0x90, 0x75, 0x68, 0xf2, 0xc4, 0x19, 0xd0, 0x44, 0xea, 0xf4, + 0x58, 0x47, 0x00, 0xf0, 0x64, 0x8f, 0x26, 0x12, 0x17, 0xe0, 0x00, 0x6e, 0x47, 0xa3, 0xe4, 0x8c, + 0x79, 0x8e, 0x17, 0x5e, 0x08, 0x67, 0xc0, 0x7d, 0xc9, 0x62, 0xc7, 0x0d, 0x85, 0x87, 0x31, 0x35, + 0xe9, 0xc0, 0x4c, 0xc4, 0xbd, 0xa9, 0x09, 0xbb, 0xe1, 0x85, 0xd8, 0x43, 0xf8, 0x4e, 0x86, 0x26, + 0x3b, 0xb0, 0x12, 0x8f, 0x84, 0xe4, 0x01, 0x4b, 0x9b, 0xf2, 0x79, 0x22, 0x3b, 0x0d, 0x6c, 0x64, + 0x45, 0x37, 0x62, 0x6b, 0x80, 0xe6, 0xda, 0xcb, 0x71, 0xfe, 0x73, 0x9f, 0x27, 0x92, 0x7c, 0x0a, + 0x96, 0xf2, 0xbe, 0x0b, 0xca, 0xa5, 0x83, 0x4d, 0x05, 0x09, 0x1e, 0x27, 0xca, 0x66, 0xde, 0x5a, + 0x01, 0xbd, 0xfc, 0x15, 0xe5, 0xf2, 0x84, 0x07, 0xec, 0x20, 0x21, 0x9f, 0x41, 0x9d, 0x0a, 0xe1, + 0xe0, 0x7e, 0x34, 0x87, 0x87, 0xa9, 0x6d, 0x8b, 0x6e, 0x52, 0xa3, 0x42, 0xe0, 0x57, 0xf7, 0x6f, + 0x4a, 0x40, 0x66, 0xcf, 0x06, 0xff, 0x3f, 0x7d, 0xf1, 0xbd, 0xbe, 0x51, 0x7e, 0xaf, 0x6f, 0x7c, + 0x04, 0xe3, 0xdc, 0x88, 0xf0, 0x0a, 0xc2, 0x9b, 0x99, 0x50, 0x81, 0xa6, 0x3d, 0xa4, 0xfa, 0xe3, + 0x3d, 0xa4, 0xf6, 0x7f, 0xe1, 0x21, 0xf5, 0xff, 0xb5, 0x87, 0xc0, 0x07, 0x7a, 0x48, 0xe3, 0x03, + 0x3c, 0xe4, 0xbf, 0xcb, 0x50, 0x52, 0xe7, 0x63, 0xf2, 0x39, 0xd4, 0xd5, 0x09, 0x39, 0x9f, 0x12, + 0xda, 0xe3, 0xe3, 0x73, 0x2e, 0x02, 0xd4, 0x5e, 0x99, 0x6f, 0xf2, 0x07, 0xd0, 0x46, 0x8a, 0x3a, + 0x3e, 0x6b, 0x5e, 0x31, 0x9f, 0x4a, 0x14, 0x6f, 0xaa, 0xcc, 0x69, 0xbe, 0xca, 0xc9, 0x54, 0x11, + 0x83, 0x87, 0x94, 0x98, 0x09, 0x73, 0xdc, 0x99, 0x3e, 0xc4, 0x64, 0x7a, 0x15, 0xea, 0xb9, 0x10, + 0x4c, 0x9d, 0xda, 0x2f, 0x31, 0x1f, 0x64, 0xa1, 0x1e, 0xc5, 0x3d, 0xef, 0x92, 0x3c, 0x82, 0xb6, + 0xcf, 0x06, 0xd2, 0x41, 0x9b, 0xf0, 0x0c, 0x55, 0x9e, 0x59, 0xaf, 0xa6, 0x42, 0x28, 0xc3, 0xf0, + 0x08, 0xb5, 0x05, 0x4b, 0x31, 0x1f, 0x9e, 0xe5, 0x29, 0x95, 0xd9, 0x63, 0x17, 0x42, 0x32, 0xce, + 0x23, 0x68, 0x44, 0x71, 0x78, 0xca, 0x4c, 0xa2, 0xaf, 0xbe, 0x23, 0xd1, 0x23, 0x46, 0x27, 0xfa, + 0x47, 0xd0, 0x38, 0x1d, 0xf1, 0xec, 0x68, 0x50, 0x7b, 0x07, 0x03, 0x31, 0x9a, 0xf1, 0x18, 0x96, + 0x70, 0x24, 0x39, 0xd7, 0xab, 0xcf, 0xd8, 0x85, 0x83, 0xcd, 0xb9, 0xdb, 0xcf, 0xc0, 0xd2, 0x83, + 0x79, 0x6f, 0x48, 0xd3, 0x03, 0x9e, 0xa4, 0x85, 0xf2, 0x6c, 0xd2, 0xcf, 0x1b, 0xb3, 0x34, 0xc4, + 0xe4, 0x68, 0xcf, 0xe1, 0x96, 0xa6, 0xb1, 0xd7, 0x39, 0xa6, 0x33, 0x88, 0xc3, 0xc0, 0xe1, 0xa2, + 0xd3, 0x9c, 0x69, 0xe1, 0x3a, 0xc2, 0x9f, 0xbd, 0x1e, 0xb7, 0xb1, 0x17, 0x87, 0x41, 0x4f, 0x90, + 0x27, 0x70, 0x9d, 0x27, 0x8e, 0x18, 0xf9, 0xbe, 0x43, 0x2f, 0x68, 0xac, 0xca, 0xaa, 0x80, 0xe3, + 0x8a, 0x60, 0x88, 0xab, 0xd9, 0x2b, 0x3c, 0x39, 0x1c, 0xf9, 0xfe, 0x53, 0xa5, 0xec, 0xb3, 0x80, + 0xa3, 0xbb, 0xbe, 0x63, 0x73, 0xb5, 0x7f, 0xcc, 0xe6, 0xea, 0xfe, 0x67, 0x11, 0x5a, 0x13, 0x20, + 0xb2, 0x0a, 0x45, 0x13, 0x13, 0xd3, 0x0d, 0x56, 0xe4, 0x1e, 0x79, 0x02, 0x56, 0x12, 0x8e, 0x62, + 0x97, 0x39, 0xec, 0x32, 0x32, 0x3d, 0x15, 0x67, 0x17, 0x44, 0x63, 0xd4, 0x6f, 0xdc, 0xba, 0x4f, + 0xc0, 0x92, 0x34, 0x1e, 0x32, 0x99, 0x63, 0xcd, 0x9e, 0xea, 0xdb, 0x1a, 0x93, 0xb1, 0xb6, 0x80, + 0x64, 0x7d, 0x8d, 0x0b, 0xd5, 0xfc, 0x09, 0xc8, 0x4a, 0xfb, 0xc9, 0x8a, 0xd6, 0x2d, 0x20, 0x59, + 0x4f, 0x63, 0x4e, 0x39, 0xcf, 0x49, 0x7b, 0xc9, 0x38, 0x5f, 0x40, 0x35, 0x1e, 0xe8, 0x5d, 0x5b, + 0xc1, 0x5d, 0x7b, 0x7d, 0xce, 0xa4, 0xe5, 0xb6, 0x6e, 0x25, 0x1e, 0xe0, 0xa6, 0xd5, 0xbc, 0x20, + 0xf4, 0x98, 0x39, 0xec, 0xcf, 0xe3, 0xe5, 0x8e, 0xfb, 0x95, 0x78, 0xa0, 0xbe, 0xba, 0xff, 0x52, + 0x80, 0x7a, 0x76, 0x39, 0xf1, 0xc3, 0x19, 0xe8, 0x2e, 0xd4, 0xb8, 0x42, 0x2b, 0x40, 0x31, 0x0f, + 0x40, 0xe9, 0x64, 0x8a, 0x5a, 0xfc, 0xd0, 0x14, 0x55, 0x9a, 0x49, 0x51, 0x6b, 0x50, 0x19, 0x09, + 0xfe, 0x7a, 0xa4, 0x8f, 0x3d, 0x35, 0xdb, 0x7c, 0xbd, 0x23, 0x75, 0x55, 0xe6, 0xa7, 0xae, 0xee, + 0x5f, 0x14, 0xa0, 0x9e, 0xdd, 0xa5, 0x90, 0x4d, 0x80, 0xdc, 0x5e, 0x2a, 0xcc, 0xac, 0x78, 0x4e, + 0x4b, 0x9e, 0x40, 0x3b, 0x8e, 0x44, 0x7e, 0xef, 0x69, 0xbf, 0x32, 0x05, 0xa9, 0x1d, 0x09, 0x13, + 0x83, 0x22, 0x91, 0xdb, 0x7c, 0x59, 0xe9, 0xb7, 0xf8, 0x9e, 0xd2, 0xaf, 0xfb, 0xeb, 0x42, 0xfe, + 0xb2, 0x81, 0xac, 0x43, 0x59, 0xf9, 0xe1, 0x3c, 0x8b, 0xb4, 0x82, 0x6c, 0x42, 0x5d, 0x19, 0xa3, + 0x51, 0x73, 0xed, 0xa8, 0xc5, 0xfa, 0xc7, 0x87, 0x9a, 0xf0, 0x67, 0x45, 0x68, 0xe4, 0xee, 0x8c, + 0xc8, 0xc7, 0x50, 0x1b, 0xc6, 0xe1, 0x28, 0x72, 0x4e, 0xaf, 0xe6, 0x98, 0x51, 0x45, 0xdd, 0xf6, + 0x95, 0x82, 0xd1, 0xe1, 0xd0, 0x19, 0x8c, 0x84, 0x3b, 0x67, 0x9f, 0x55, 0xe9, 0x70, 0xb8, 0x37, + 0x12, 0x2e, 0x59, 0x87, 0x9a, 0xae, 0x01, 0x99, 0x37, 0x71, 0xfa, 0xc8, 0xa4, 0xe4, 0x33, 0x68, + 0xaa, 0x11, 0x65, 0x7d, 0x96, 0xe6, 0x0d, 0x0a, 0xe2, 0x48, 0x7c, 0x67, 0x7a, 0x36, 0x84, 0xac, + 0xf7, 0xf2, 0xbb, 0x08, 0x4f, 0x8d, 0x0d, 0xd9, 0x3c, 0x54, 0xde, 0x37, 0x0f, 0x7f, 0x5b, 0x80, + 0xd2, 0x49, 0x18, 0x1d, 0x92, 0x07, 0x50, 0xc3, 0x03, 0xec, 0x78, 0x02, 0xcc, 0x0d, 0xc5, 0xf6, + 0x55, 0x4f, 0xb2, 0xc0, 0xae, 0xa2, 0x76, 0xfb, 0x8a, 0xdc, 0x4c, 0x2f, 0xcc, 0x8a, 0xb9, 0xab, + 0x0f, 0x73, 0x53, 0xf6, 0x41, 0x73, 0xaf, 0x86, 0x32, 0x3e, 0x14, 0x65, 0x63, 0x9f, 0xec, 0xae, + 0x91, 0x21, 0xb6, 0xaf, 0xba, 0x6f, 0xa1, 0x8c, 0x17, 0x72, 0xe3, 0xbe, 0x0b, 0xef, 0xe9, 0xbb, + 0xf8, 0x63, 0xfa, 0x5e, 0xfc, 0xa1, 0xbe, 0xbf, 0x85, 0xd2, 0x4b, 0xee, 0xfb, 0xe4, 0x27, 0x50, + 0x71, 0x43, 0x21, 0x7a, 0xbb, 0x13, 0x7d, 0x1b, 0x99, 0x32, 0x4c, 0x9f, 0x6c, 0x8a, 0xb9, 0xd5, + 0xd6, 0xa2, 0xee, 0xbf, 0x15, 0xa1, 0x93, 0x9a, 0xa1, 0xff, 0xf2, 0x50, 0xf4, 0x47, 0x81, 0xda, + 0xa9, 0xaa, 0x92, 0xc7, 0x54, 0x11, 0xc5, 0xa1, 0xcb, 0x92, 0x84, 0x79, 0x0e, 0xee, 0xcc, 0xc2, + 0x46, 0xc9, 0x5e, 0x52, 0x8a, 0xe3, 0x54, 0x7e, 0xa8, 0x76, 0xc1, 0xb2, 0x18, 0x05, 0x0a, 0xea, + 0x8d, 0x5c, 0xe6, 0x39, 0x71, 0x78, 0x91, 0xe8, 0x55, 0xb0, 0x97, 0xc4, 0x28, 0x38, 0x36, 0x72, + 0x3b, 0xbc, 0x48, 0xc8, 0xc7, 0xd0, 0x56, 0x58, 0x2e, 0x59, 0x4c, 0xf5, 0xf6, 0x5d, 0x44, 0x60, + 0x4b, 0x8c, 0x82, 0x5e, 0x26, 0x9c, 0xbe, 0x75, 0x2c, 0xcd, 0xdc, 0x3a, 0xae, 0xab, 0x7a, 0x57, + 0xb8, 0xa3, 0x38, 0x66, 0xc2, 0xbd, 0xc2, 0x58, 0x54, 0xb2, 0xf3, 0x22, 0xb2, 0x0f, 0xab, 0x92, + 0x0f, 0x7c, 0x9a, 0x9c, 0xe1, 0xe9, 0x55, 0x45, 0x0c, 0xc9, 0x2e, 0xa5, 0x71, 0x3b, 0x73, 0x0d, + 0x78, 0xc2, 0xf7, 0x14, 0x42, 0x45, 0xd8, 0x1d, 0xad, 0x7f, 0xbe, 0x60, 0x13, 0xc3, 0xcb, 0x49, + 0x95, 0xdd, 0xf1, 0x48, 0xb5, 0x91, 0x8c, 0x82, 0x48, 0xa6, 0x17, 0x37, 0x4d, 0xbb, 0x15, 0x8f, + 0x76, 0xc6, 0xc2, 0xed, 0x26, 0xc0, 0x2e, 0x93, 0x94, 0xfb, 0x2a, 0x9c, 0x76, 0x87, 0xb0, 0x6a, + 0x3a, 0xc8, 0xe6, 0x17, 0x6f, 0x13, 0x8e, 0x60, 0x85, 0xa5, 0x02, 0x27, 0xc1, 0x19, 0xe7, 0x2c, + 0x0d, 0x33, 0x77, 0x26, 0x1d, 0x64, 0x7a, 0x65, 0x6c, 0xc2, 0x26, 0x25, 0x9c, 0x25, 0xdd, 0x3f, + 0x85, 0x9b, 0xa6, 0x23, 0x9b, 0x0d, 0x79, 0x28, 0x0e, 0x47, 0xc1, 0xd1, 0xa0, 0x27, 0x4c, 0x21, + 0x7e, 0x17, 0x1a, 0xdc, 0xfc, 0x4e, 0xb3, 0x47, 0xdd, 0x86, 0x54, 0xd4, 0xf3, 0x54, 0xa5, 0x18, + 0x23, 0xcf, 0x11, 0xa3, 0xc0, 0xac, 0x5c, 0x3d, 0x4e, 0x5b, 0xea, 0xfe, 0x5d, 0x1b, 0xc8, 0xec, + 0x44, 0x91, 0x27, 0xb0, 0xea, 0x05, 0x03, 0x6e, 0xae, 0x57, 0x05, 0xf3, 0x9c, 0x88, 0xba, 0xe7, + 0xc6, 0x4b, 0xb6, 0x8b, 0x9d, 0x82, 0x4d, 0xb4, 0xbe, 0xaf, 0xd5, 0xc7, 0x4a, 0x9b, 0x67, 0x9d, + 0xf3, 0x28, 0xca, 0x58, 0xc5, 0x19, 0x96, 0x56, 0x6b, 0xd6, 0x97, 0xd0, 0x31, 0x2c, 0x8f, 0x4a, + 0x9a, 0x75, 0x88, 0x9e, 0xa6, 0x1d, 0xe8, 0x9a, 0xd6, 0xef, 0x52, 0x49, 0x4d, 0x7f, 0xe8, 0x6f, + 0xd3, 0x44, 0xd3, 0x27, 0x12, 0x4b, 0x33, 0x44, 0xad, 0x45, 0xe2, 0x21, 0x7c, 0x64, 0x88, 0x71, + 0x38, 0x1a, 0x9e, 0x39, 0x09, 0x93, 0x8e, 0xce, 0xaf, 0x7e, 0x48, 0xbd, 0xac, 0xb2, 0x28, 0x67, + 0x66, 0xdf, 0xd6, 0x70, 0x5b, 0xa1, 0xfb, 0x4c, 0x62, 0xe6, 0xde, 0x0f, 0xa9, 0x67, 0xea, 0x8c, + 0x4f, 0x61, 0x25, 0x6d, 0x8f, 0xe5, 0xf8, 0x15, 0xb4, 0xc1, 0x32, 0x5c, 0x96, 0xc1, 0x7f, 0x06, + 0xd7, 0xdd, 0x98, 0x51, 0xc9, 0x9c, 0x44, 0xd0, 0x28, 0x39, 0x0b, 0xc7, 0xc5, 0x4c, 0x15, 0x29, + 0xab, 0x5a, 0xdd, 0x37, 0x5a, 0x43, 0xdb, 0x00, 0xcb, 0x0f, 0x5d, 0xea, 0x3b, 0xb9, 0xf5, 0xac, + 0x21, 0xbe, 0x8d, 0xf2, 0xcc, 0x3d, 0xd4, 0xa6, 0x8d, 0x59, 0x10, 0x4a, 0x96, 0x87, 0xd6, 0xf5, + 0xa6, 0xd5, 0x8a, 0x31, 0xf6, 0xa7, 0xb0, 0x34, 0x4a, 0x58, 0xac, 0x2d, 0x3f, 0xbd, 0x92, 0x4c, + 0x57, 0x54, 0x25, 0xbb, 0xa5, 0xc4, 0xca, 0x6a, 0xbc, 0x3d, 0x54, 0x38, 0x9f, 0xd1, 0x58, 0xa4, + 0xd0, 0x20, 0xc1, 0x8a, 0xaa, 0x64, 0xb7, 0x8c, 0x58, 0x41, 0x0f, 0x12, 0xf2, 0x0d, 0xdc, 0xf4, + 0x78, 0xa2, 0x52, 0x06, 0xc2, 0x5c, 0xea, 0x9e, 0x31, 0xe7, 0x8c, 0x4b, 0x7d, 0x75, 0xdd, 0x44, + 0xca, 0x9a, 0x46, 0x28, 0xc6, 0x8e, 0xd2, 0x3f, 0xe7, 0x12, 0xef, 0xab, 0x7f, 0x1f, 0x6e, 0xcd, + 0x72, 0x03, 0x9e, 0x24, 0x9a, 0xdc, 0x42, 0xf2, 0xf5, 0x29, 0xf2, 0x01, 0x4f, 0x12, 0x64, 0xef, + 0xc3, 0xfd, 0x77, 0xac, 0xaa, 0x7b, 0xc6, 0xdc, 0xf3, 0x6c, 0x8e, 0xdb, 0xd8, 0xcc, 0x9d, 0x39, + 0x4b, 0xba, 0xa3, 0x70, 0x66, 0xb6, 0xef, 0xeb, 0x60, 0x96, 0x48, 0x6a, 0x96, 0x15, 0xdf, 0x09, + 0x4a, 0x76, 0x53, 0x8c, 0x82, 0xbe, 0x12, 0x2a, 0x03, 0xc8, 0x3d, 0x68, 0x22, 0x8a, 0x0d, 0x03, + 0x26, 0x64, 0x82, 0x2f, 0x05, 0x25, 0xbb, 0xa1, 0x30, 0x46, 0x94, 0x36, 0xa4, 0x3d, 0x03, 0xaf, + 0x5c, 0x97, 0xb3, 0x86, 0xd0, 0x29, 0x94, 0x4c, 0x6d, 0x53, 0x8f, 0xf9, 0x92, 0x6a, 0xef, 0x25, + 0x7a, 0x9b, 0xa2, 0x04, 0x3d, 0xf6, 0x2e, 0x34, 0xb4, 0x5a, 0xaf, 0xd0, 0x0a, 0xea, 0x35, 0x23, + 0x5b, 0x9e, 0xe0, 0x8d, 0xeb, 0x3a, 0x5c, 0x44, 0x23, 0xa9, 0x1b, 0x59, 0xd5, 0xcb, 0xa3, 0xc4, + 0x3d, 0x25, 0xc5, 0x86, 0x36, 0xc0, 0xca, 0xe1, 0x74, 0x6b, 0xd7, 0xb4, 0x13, 0x65, 0x40, 0xdd, + 0x62, 0x8a, 0x0c, 0x47, 0x32, 0x6b, 0x72, 0x6d, 0x8c, 0x3c, 0x42, 0x31, 0xb6, 0xb9, 0x03, 0x77, + 0x7c, 0xe5, 0xcd, 0x01, 0x95, 0x2c, 0xe6, 0xd4, 0xe7, 0x6f, 0xa9, 0x8e, 0x7e, 0xe7, 0x3c, 0xd2, + 0xbc, 0xeb, 0xc8, 0xbb, 0xa5, 0x50, 0x07, 0x93, 0x20, 0xb5, 0x2d, 0xb1, 0x91, 0xaf, 0xe1, 0x86, + 0xae, 0x0b, 0xd1, 0x32, 0x73, 0x09, 0x9e, 0x2e, 0x59, 0x47, 0xbb, 0x0d, 0x02, 0x7a, 0x63, 0x7d, + 0x56, 0xe6, 0xaf, 0x6a, 0xea, 0x29, 0x97, 0x01, 0x8d, 0x32, 0xd6, 0x0d, 0x64, 0x2d, 0xa3, 0x6e, + 0x1b, 0x55, 0x86, 0xf0, 0x05, 0x74, 0xf4, 0x4e, 0x0a, 0xb8, 0x18, 0x3f, 0xd4, 0x24, 0x52, 0x91, + 0x6e, 0xea, 0x1d, 0x88, 0xfa, 0x03, 0x2e, 0xd2, 0xa7, 0x99, 0x44, 0x4e, 0xf0, 0xe8, 0xe5, 0x34, + 0xef, 0x56, 0x9e, 0x47, 0x2f, 0x27, 0x78, 0x5f, 0xc1, 0x0d, 0xb3, 0x1f, 0xe7, 0x74, 0xf8, 0x13, + 0x1d, 0xa9, 0x34, 0x60, 0xba, 0xc7, 0x1c, 0x73, 0xb6, 0xcb, 0xdb, 0x13, 0xcc, 0xa9, 0x3e, 0xff, + 0x08, 0xd6, 0xc6, 0x9b, 0xdf, 0x09, 0x07, 0x4e, 0x9a, 0x13, 0x3a, 0x77, 0x30, 0x15, 0xad, 0x4f, + 0x24, 0xc9, 0x39, 0xa9, 0xc5, 0x5e, 0x89, 0xe7, 0xe4, 0x9b, 0x71, 0xcc, 0x45, 0xe7, 0x98, 0x08, + 0xd6, 0x77, 0xf3, 0x31, 0xf7, 0xe0, 0x8d, 0xeb, 0xce, 0x0f, 0xd6, 0x9a, 0x98, 0x0f, 0xd6, 0xeb, + 0x33, 0xc4, 0x5c, 0xb0, 0xfe, 0x16, 0x4c, 0xf4, 0x75, 0xfc, 0x20, 0xad, 0x6e, 0x27, 0xba, 0xbd, + 0x87, 0xec, 0x1b, 0x1a, 0xb4, 0x1f, 0xe8, 0x9a, 0x2b, 0xdf, 0xf5, 0xdc, 0x16, 0xf2, 0xfd, 0x77, + 0xe7, 0xb6, 0x30, 0xb6, 0xa1, 0xfb, 0x16, 0x4a, 0xfd, 0x30, 0x96, 0xe4, 0xa7, 0x50, 0x3d, 0xc5, + 0xf3, 0x5a, 0x32, 0xff, 0xbc, 0x6a, 0x94, 0xe4, 0x3e, 0xb4, 0x78, 0x82, 0x57, 0x8d, 0xd4, 0x57, + 0x44, 0x7d, 0x44, 0xb3, 0x27, 0x85, 0x1f, 0x58, 0x35, 0xfc, 0x79, 0x11, 0x2c, 0xfd, 0xe6, 0xb8, + 0x17, 0xd3, 0x80, 0x6d, 0x87, 0x23, 0xa1, 0x8e, 0x94, 0xa5, 0xdc, 0xd5, 0xd4, 0xb5, 0xfc, 0xcb, + 0x24, 0x02, 0x72, 0xa5, 0x2a, 0x02, 0x49, 0x17, 0xea, 0x23, 0x71, 0xaa, 0x54, 0xcc, 0x9b, 0x38, + 0x30, 0x8e, 0xc5, 0xaa, 0xfc, 0x0b, 0x07, 0x83, 0x84, 0x49, 0x93, 0x76, 0xcd, 0x17, 0xd9, 0x80, + 0xba, 0x4b, 0x7d, 0x57, 0x9d, 0xf0, 0x13, 0x73, 0x70, 0xce, 0x57, 0x20, 0x63, 0x25, 0xf9, 0x5d, + 0x68, 0x0c, 0x94, 0x91, 0x0e, 0xde, 0x70, 0x9b, 0xd7, 0xf2, 0x89, 0x6a, 0x0f, 0xd5, 0x78, 0x19, + 0x4e, 0xbe, 0x81, 0x96, 0x1b, 0x44, 0x3a, 0x77, 0xe7, 0x2a, 0x6f, 0xf3, 0xbc, 0x8d, 0x98, 0x9d, + 0x20, 0x52, 0xb9, 0x1b, 0xaf, 0x84, 0x1a, 0xee, 0xf8, 0xa3, 0xfb, 0x57, 0x05, 0x68, 0xe4, 0x26, + 0xe5, 0x7d, 0xf3, 0x81, 0x80, 0x99, 0xf9, 0xf8, 0x04, 0xca, 0x89, 0xa4, 0x66, 0x65, 0xb2, 0x37, + 0xf5, 0xe9, 0x79, 0xb6, 0x35, 0x88, 0x6c, 0xc0, 0x22, 0x13, 0xe9, 0x3a, 0xbd, 0x0b, 0xab, 0x20, + 0xdd, 0xdf, 0x16, 0xa0, 0xa2, 0x35, 0xe4, 0x01, 0xd4, 0x55, 0xd5, 0xe4, 0x60, 0xb1, 0x3d, 0x5b, + 0xdf, 0xd5, 0x94, 0x72, 0x57, 0x95, 0xdd, 0xd3, 0xf5, 0x41, 0xf1, 0x07, 0xea, 0x83, 0x89, 0xba, + 0x69, 0xf1, 0x7d, 0x75, 0xd3, 0x03, 0x28, 0xe3, 0x84, 0x9b, 0x57, 0xd1, 0xe5, 0x19, 0xcb, 0x6d, + 0xad, 0x1f, 0xbb, 0x62, 0xf9, 0x7d, 0xae, 0xf8, 0x0b, 0x68, 0x62, 0x69, 0xc8, 0xc5, 0x50, 0x0d, + 0x81, 0x7c, 0x06, 0xad, 0xa1, 0xf9, 0xc6, 0x3a, 0x79, 0xce, 0x28, 0x9b, 0xc3, 0x1c, 0xa1, 0xfb, + 0x1c, 0x1a, 0x69, 0x03, 0x7d, 0x26, 0xc9, 0xd7, 0xd0, 0x9e, 0xe0, 0xa7, 0xbb, 0xca, 0x5c, 0x99, + 0xe6, 0xfb, 0xb2, 0x5b, 0xf9, 0x86, 0x12, 0x55, 0xce, 0x57, 0xf4, 0x03, 0x35, 0xf9, 0x22, 0x67, + 0x45, 0xc2, 0x64, 0xda, 0xc8, 0xf2, 0x64, 0x23, 0x7d, 0x26, 0xc7, 0xc6, 0xf4, 0x99, 0x4c, 0x3e, + 0xb0, 0x78, 0xeb, 0x40, 0xf5, 0x0d, 0x8b, 0xf1, 0x39, 0x57, 0xef, 0x8a, 0xf4, 0xb3, 0xfb, 0x29, + 0xd4, 0x95, 0x2d, 0xfa, 0x5d, 0xf5, 0x07, 0xef, 0x13, 0xba, 0x7f, 0x59, 0x80, 0xaa, 0x79, 0x52, + 0x27, 0x0f, 0x01, 0xa2, 0x38, 0x7c, 0x35, 0x31, 0xe8, 0xa5, 0x31, 0x45, 0x3f, 0xea, 0xd6, 0x15, + 0x44, 0xdf, 0x2f, 0x3c, 0x81, 0xb5, 0x21, 0x13, 0xaa, 0x82, 0x62, 0x5e, 0x9a, 0x90, 0x05, 0x0d, + 0xcc, 0xd3, 0x6a, 0xdd, 0x5e, 0xcd, 0xb4, 0x3a, 0x2d, 0x1f, 0x2a, 0xdd, 0x87, 0xc5, 0x97, 0xcd, + 0x7f, 0x2a, 0xea, 0xff, 0xcd, 0xc1, 0xfb, 0xac, 0x65, 0x68, 0xa9, 0xbf, 0xd9, 0xe3, 0x88, 0xb5, + 0x90, 0x8a, 0xb2, 0xdb, 0x2a, 0xab, 0x90, 0x8a, 0xb2, 0x4b, 0x1e, 0xab, 0x48, 0x56, 0x60, 0x49, + 0x89, 0x72, 0xd7, 0x1b, 0xd6, 0x22, 0x69, 0x42, 0x0d, 0x5b, 0x0b, 0xa3, 0x43, 0xab, 0x44, 0x5a, + 0x50, 0x57, 0x5f, 0x58, 0x55, 0x5b, 0xe5, 0xac, 0x11, 0x4c, 0x5a, 0x4f, 0x87, 0x43, 0xab, 0x92, + 0xe2, 0x5f, 0x84, 0x5c, 0x58, 0xd5, 0xf4, 0x4b, 0x55, 0xc2, 0x56, 0x8d, 0xac, 0x01, 0x51, 0x5f, + 0x93, 0xff, 0x7f, 0x60, 0xd5, 0x49, 0x07, 0x56, 0xf3, 0xf2, 0xf4, 0xb9, 0xda, 0x02, 0x42, 0xa0, + 0xad, 0x34, 0xe3, 0x4b, 0x1f, 0xab, 0x41, 0x6e, 0xc2, 0x1a, 0xca, 0x66, 0x5e, 0x81, 0xac, 0x66, + 0xda, 0x9f, 0x0a, 0xcd, 0x56, 0x8b, 0xb4, 0x01, 0xd4, 0x97, 0xde, 0x2b, 0x56, 0x3b, 0xfd, 0xd6, + 0x2b, 0x68, 0x2d, 0x91, 0x25, 0x68, 0x8c, 0xbf, 0xb7, 0x2c, 0x6b, 0xf3, 0x2b, 0x68, 0xe6, 0x5f, + 0xac, 0x15, 0xe0, 0x98, 0x26, 0xc9, 0xc9, 0x19, 0x9e, 0x46, 0xad, 0x05, 0x35, 0xfe, 0xed, 0x38, + 0xa4, 0x9e, 0x4b, 0x13, 0x69, 0x15, 0x48, 0x0d, 0x4a, 0xcf, 0x69, 0x72, 0x66, 0x15, 0x37, 0x7f, + 0x0f, 0x96, 0xa6, 0xfe, 0x39, 0x40, 0x29, 0x0f, 0x8f, 0x0e, 0x9f, 0x59, 0x0b, 0xea, 0xd7, 0xde, + 0xd3, 0xfe, 0x89, 0x55, 0x20, 0xab, 0x60, 0x3d, 0xef, 0x7d, 0xf7, 0xdc, 0xd9, 0x39, 0x3a, 0x38, + 0xb6, 0x9f, 0xf5, 0xfb, 0xbd, 0xa3, 0x43, 0xab, 0xb8, 0xf9, 0x10, 0x60, 0xfc, 0x2c, 0x49, 0xea, + 0x50, 0xde, 0x57, 0x27, 0x10, 0x4d, 0x3c, 0xe1, 0x2f, 0x7f, 0x69, 0x15, 0x48, 0x03, 0xaa, 0x26, + 0xcd, 0x5b, 0xc5, 0xcd, 0x3f, 0x81, 0xb5, 0xf9, 0xef, 0xd2, 0x6a, 0x41, 0x7a, 0xe2, 0x0d, 0xf5, + 0xb9, 0xa7, 0x05, 0xd6, 0x02, 0xa9, 0x40, 0x71, 0xff, 0x73, 0xab, 0x80, 0x7f, 0xb7, 0xac, 0x22, + 0x01, 0xa8, 0xec, 0x84, 0x09, 0x17, 0xcc, 0x5a, 0x24, 0x16, 0x34, 0x7b, 0x42, 0xb0, 0x58, 0x5f, + 0x01, 0x48, 0xab, 0xb4, 0xf9, 0xf9, 0xf8, 0x61, 0x1d, 0x8d, 0x59, 0x05, 0xcb, 0x34, 0x98, 0xc9, + 0xac, 0x05, 0x65, 0xcd, 0x91, 0x0e, 0x4f, 0x56, 0x61, 0xf3, 0x1f, 0x0a, 0x50, 0x4b, 0x5f, 0x54, + 0xc6, 0x9e, 0x26, 0x58, 0x8c, 0x3e, 0xb0, 0x40, 0xae, 0xc1, 0x32, 0xfa, 0x0c, 0x1b, 0xc8, 0xa3, + 0x91, 0x34, 0xe2, 0x42, 0xea, 0x0c, 0x36, 0x1f, 0x9e, 0xe5, 0xe4, 0x45, 0x65, 0x93, 0x76, 0x4c, + 0x7d, 0x2f, 0x6e, 0x2d, 0x2a, 0x1b, 0xd0, 0x2f, 0x85, 0xe4, 0x99, 0xb4, 0x44, 0x6e, 0xc0, 0xb5, + 0x89, 0x66, 0x33, 0x55, 0x99, 0xdc, 0x86, 0x1b, 0x29, 0x61, 0x56, 0x5d, 0xd9, 0x5c, 0x87, 0x66, + 0xfe, 0x25, 0x27, 0xed, 0x51, 0xad, 0xa4, 0x36, 0x79, 0xf3, 0x1b, 0x58, 0x9e, 0xb9, 0x35, 0x56, + 0x13, 0xd8, 0x3b, 0xd4, 0x83, 0x3f, 0xe8, 0x1d, 0x3a, 0x07, 0x4f, 0xff, 0xd8, 0x2a, 0x28, 0xee, + 0xf6, 0xfe, 0xd1, 0xd1, 0x81, 0xb3, 0xd7, 0xdb, 0x3f, 0x79, 0x66, 0x5b, 0xc5, 0xcd, 0xcd, 0x29, + 0x2e, 0xfa, 0x82, 0x5a, 0xd3, 0xa3, 0x9d, 0xa7, 0xfb, 0xd6, 0x82, 0x9a, 0xff, 0xef, 0xf6, 0x8f, + 0xb6, 0x9f, 0xee, 0x5b, 0x85, 0xcd, 0x5f, 0xc0, 0xd2, 0x54, 0xc2, 0x57, 0x1e, 0xb6, 0x17, 0xfa, + 0x7e, 0x78, 0xc1, 0xc5, 0x50, 0x3b, 0xdc, 0x71, 0xcc, 0x5c, 0xe6, 0xa9, 0xcf, 0x82, 0xf2, 0xe0, + 0x1d, 0xbc, 0x40, 0x51, 0xa7, 0x76, 0xab, 0xb8, 0x79, 0x04, 0xd6, 0x74, 0x92, 0x25, 0x55, 0x58, + 0xec, 0x09, 0x69, 0x2d, 0xa8, 0x4e, 0xf7, 0xfc, 0x90, 0x4a, 0xed, 0x3e, 0xbb, 0xcc, 0xe5, 0x01, + 0xf5, 0xad, 0xa2, 0xda, 0x24, 0xbb, 0x54, 0x32, 0x75, 0x90, 0xd6, 0x1b, 0x7c, 0x77, 0xa4, 0xef, + 0x75, 0xac, 0xd2, 0xe6, 0xe3, 0xd4, 0xa2, 0x2c, 0xe5, 0x2a, 0x27, 0x54, 0x07, 0x28, 0x6d, 0x3a, + 0xf6, 0x96, 0x58, 0x05, 0x1c, 0x86, 0x8a, 0xc4, 0x89, 0x55, 0xdc, 0xfe, 0x9d, 0xdf, 0x7c, 0x7f, + 0xa7, 0xf0, 0xcf, 0xdf, 0xdf, 0x29, 0xfc, 0xfb, 0xf7, 0x77, 0x0a, 0x7f, 0xfd, 0x1f, 0x77, 0x16, + 0xe0, 0x9a, 0x1b, 0x06, 0x0f, 0x55, 0x94, 0x76, 0x69, 0xf4, 0x50, 0x72, 0xef, 0x14, 0xe3, 0xd6, + 0x71, 0xe1, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x40, 0x3f, 0xf5, 0x5d, 0x92, 0x28, 0x00, 0x00, } diff --git a/proto/executor.proto b/proto/executor.proto index 678b1dbc..e9ad7b7b 100644 --- a/proto/executor.proto +++ b/proto/executor.proto @@ -307,21 +307,46 @@ message TiFlashExecutionInfo { repeated ExecutorExecutionSummary execution_summaries = 1; } +message TiFlashRegionNumOfInstance { + optional string instance_id = 1; + optional uint64 region_num = 2; +} + message TiFlashScanContext { - optional uint64 total_dmfile_scanned_packs = 1; - optional uint64 total_dmfile_skipped_packs = 2; - optional uint64 total_dmfile_scanned_rows = 3; - optional uint64 total_dmfile_skipped_rows = 4; - optional uint64 total_dmfile_rough_set_index_load_time_ms = 5; // deprecated - optional uint64 total_dmfile_read_time_ms = 6; - optional uint64 total_create_snapshot_time_ms = 7; - optional uint64 total_local_region_num = 8; - optional uint64 total_remote_region_num = 9; - optional uint64 total_user_read_bytes = 10; - optional uint64 total_learner_read_ms = 11; - optional uint64 total_disagg_read_cache_hit_size = 12; - optional uint64 total_disagg_read_cache_miss_size = 13; - optional uint64 total_dmfile_rough_set_index_check_time_ms = 14; + optional uint64 dmfile_scanned_packs = 1 [deprecated=true]; + optional uint64 dmfile_skipped_packs = 2 [deprecated=true]; + optional uint64 dmfile_data_scanned_rows = 3; + optional uint64 dmfile_data_skipped_rows = 4; + optional uint64 dmfile_rough_set_index_load_time_ms = 5 [deprecated=true]; + optional uint64 dmfile_read_time_ms = 6; + optional uint64 create_snapshot_time_ms = 7; + optional uint64 local_region_num = 8; + optional uint64 remote_region_num = 9; + optional uint64 user_read_bytes = 10; + optional uint64 learner_read_ms = 11; + optional uint64 disagg_read_cache_hit_size = 12; + optional uint64 disagg_read_cache_miss_size = 13; + optional uint64 dmfile_rough_set_index_check_time_ms = 14; + optional uint64 num_stale_read = 15; + optional uint64 num_segments = 16; + optional uint64 num_read_tasks = 17; + optional uint64 delta_rows = 18; + optional uint64 delta_bytes = 19; + optional uint64 mvcc_input_rows = 20; + optional uint64 mvcc_input_bytes = 21; + optional uint64 mvcc_output_rows = 22; + optional uint64 late_materialization_skip_rows = 23; + optional uint64 build_inputstream_time_ms = 24; + optional uint64 build_bitmap_time_ms = 25; + optional uint64 local_min_stream_cost_ms = 26; + optional uint64 local_max_stream_cost_ms = 27; + optional uint64 remote_min_stream_cost_ms = 28; + optional uint64 remote_max_stream_cost_ms = 29; + repeated TiFlashRegionNumOfInstance region_num_of_instance = 30; + optional uint64 dmfile_mvcc_scanned_rows = 31; + optional uint64 dmfile_mvcc_skipped_rows = 32; + optional uint64 dmfile_lm_filter_scanned_rows = 33; + optional uint64 dmfile_lm_filter_skipped_rows = 34; }