Documentation ¶
Index ¶
- Constants
- Variables
- func EncodedMessageError(ctx context.Context, err error) []byte
- func GetMessageErrorInfo(m *Message) error
- type Aggregate
- func (*Aggregate) Descriptor() ([]byte, []int)
- func (m *Aggregate) GetConfig() []byte
- func (m *Aggregate) GetDist() bool
- func (m *Aggregate) GetExpr() *plan.Expr
- func (m *Aggregate) GetOp() int64
- func (m *Aggregate) Marshal() (dAtA []byte, err error)
- func (m *Aggregate) MarshalTo(dAtA []byte) (int, error)
- func (m *Aggregate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Aggregate) ProtoMessage()
- func (m *Aggregate) ProtoSize() (n int)
- func (m *Aggregate) Reset()
- func (m *Aggregate) String() string
- func (m *Aggregate) Unmarshal(dAtA []byte) error
- func (m *Aggregate) XXX_DiscardUnknown()
- func (m *Aggregate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Aggregate) XXX_Merge(src proto.Message)
- func (m *Aggregate) XXX_Size() int
- func (m *Aggregate) XXX_Unmarshal(b []byte) error
- type AnalysisList
- func (*AnalysisList) Descriptor() ([]byte, []int)
- func (m *AnalysisList) GetList() []*plan.AnalyzeInfo
- func (m *AnalysisList) Marshal() (dAtA []byte, err error)
- func (m *AnalysisList) MarshalTo(dAtA []byte) (int, error)
- func (m *AnalysisList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AnalysisList) ProtoMessage()
- func (m *AnalysisList) ProtoSize() (n int)
- func (m *AnalysisList) Reset()
- func (m *AnalysisList) String() string
- func (m *AnalysisList) Unmarshal(dAtA []byte) error
- func (m *AnalysisList) XXX_DiscardUnknown()
- func (m *AnalysisList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AnalysisList) XXX_Merge(src proto.Message)
- func (m *AnalysisList) XXX_Size() int
- func (m *AnalysisList) XXX_Unmarshal(b []byte) error
- type AntiJoin
- func (*AntiJoin) Descriptor() ([]byte, []int)
- func (m *AntiJoin) GetExpr() *plan.Expr
- func (m *AntiJoin) GetIbucket() uint64
- func (m *AntiJoin) GetLeftCond() []*plan.Expr
- func (m *AntiJoin) GetNbucket() uint64
- func (m *AntiJoin) GetResult() []int32
- func (m *AntiJoin) GetRightCond() []*plan.Expr
- func (m *AntiJoin) GetTypes() []*plan.Type
- func (m *AntiJoin) Marshal() (dAtA []byte, err error)
- func (m *AntiJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *AntiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AntiJoin) ProtoMessage()
- func (m *AntiJoin) ProtoSize() (n int)
- func (m *AntiJoin) Reset()
- func (m *AntiJoin) String() string
- func (m *AntiJoin) Unmarshal(dAtA []byte) error
- func (m *AntiJoin) XXX_DiscardUnknown()
- func (m *AntiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AntiJoin) XXX_Merge(src proto.Message)
- func (m *AntiJoin) XXX_Size() int
- func (m *AntiJoin) XXX_Unmarshal(b []byte) error
- type Array
- func (*Array) Descriptor() ([]byte, []int)
- func (m *Array) GetArray() []int32
- func (m *Array) Marshal() (dAtA []byte, err error)
- func (m *Array) MarshalTo(dAtA []byte) (int, error)
- func (m *Array) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Array) ProtoMessage()
- func (m *Array) ProtoSize() (n int)
- func (m *Array) Reset()
- func (m *Array) String() string
- func (m *Array) Unmarshal(dAtA []byte) error
- func (m *Array) XXX_DiscardUnknown()
- func (m *Array) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Array) XXX_Merge(src proto.Message)
- func (m *Array) XXX_Size() int
- func (m *Array) XXX_Unmarshal(b []byte) error
- type Connector
- func (*Connector) Descriptor() ([]byte, []int)
- func (m *Connector) GetConnectorIndex() int32
- func (m *Connector) GetPipelineId() int32
- func (m *Connector) Marshal() (dAtA []byte, err error)
- func (m *Connector) MarshalTo(dAtA []byte) (int, error)
- func (m *Connector) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Connector) ProtoMessage()
- func (m *Connector) ProtoSize() (n int)
- func (m *Connector) Reset()
- func (m *Connector) String() string
- func (m *Connector) Unmarshal(dAtA []byte) error
- func (m *Connector) XXX_DiscardUnknown()
- func (m *Connector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Connector) XXX_Merge(src proto.Message)
- func (m *Connector) XXX_Size() int
- func (m *Connector) XXX_Unmarshal(b []byte) error
- type Deletion
- func (*Deletion) Descriptor() ([]byte, []int)
- func (m *Deletion) GetAddAffectedRows() bool
- func (m *Deletion) GetAffectedRows() uint64
- func (m *Deletion) GetCanTruncate() bool
- func (m *Deletion) GetIBucket() uint32
- func (m *Deletion) GetIsEnd() bool
- func (m *Deletion) GetNBucket() uint32
- func (m *Deletion) GetPartitionIndexInBatch() int32
- func (m *Deletion) GetPartitionTableIds() []uint64
- func (m *Deletion) GetPartitionTableNames() []string
- func (m *Deletion) GetPrimaryKeyIdx() int32
- func (m *Deletion) GetRef() *plan.ObjectRef
- func (m *Deletion) GetRemoteDelete() bool
- func (m *Deletion) GetRowIdIdx() int32
- func (m *Deletion) GetSegmentMap() map[string]int32
- func (m *Deletion) GetTs() uint64
- func (m *Deletion) Marshal() (dAtA []byte, err error)
- func (m *Deletion) MarshalTo(dAtA []byte) (int, error)
- func (m *Deletion) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Deletion) ProtoMessage()
- func (m *Deletion) ProtoSize() (n int)
- func (m *Deletion) Reset()
- func (m *Deletion) String() string
- func (m *Deletion) Unmarshal(dAtA []byte) error
- func (m *Deletion) XXX_DiscardUnknown()
- func (m *Deletion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Deletion) XXX_Merge(src proto.Message)
- func (m *Deletion) XXX_Size() int
- func (m *Deletion) XXX_Unmarshal(b []byte) error
- type Dispatch
- func (*Dispatch) Descriptor() ([]byte, []int)
- func (m *Dispatch) GetFuncId() int32
- func (m *Dispatch) GetIsSink() bool
- func (m *Dispatch) GetLocalConnector() []*Connector
- func (m *Dispatch) GetRecSink() bool
- func (m *Dispatch) GetRemoteConnector() []*WrapNode
- func (m *Dispatch) GetShuffleRegIdxLocal() []int32
- func (m *Dispatch) GetShuffleRegIdxRemote() []int32
- func (m *Dispatch) GetShuffleType() int32
- func (m *Dispatch) Marshal() (dAtA []byte, err error)
- func (m *Dispatch) MarshalTo(dAtA []byte) (int, error)
- func (m *Dispatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Dispatch) ProtoMessage()
- func (m *Dispatch) ProtoSize() (n int)
- func (m *Dispatch) Reset()
- func (m *Dispatch) String() string
- func (m *Dispatch) Unmarshal(dAtA []byte) error
- func (m *Dispatch) XXX_DiscardUnknown()
- func (m *Dispatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Dispatch) XXX_Merge(src proto.Message)
- func (m *Dispatch) XXX_Size() int
- func (m *Dispatch) XXX_Unmarshal(b []byte) error
- type ExternalName2ColIndex
- func (*ExternalName2ColIndex) Descriptor() ([]byte, []int)
- func (m *ExternalName2ColIndex) GetIndex() int32
- func (m *ExternalName2ColIndex) GetName() string
- func (m *ExternalName2ColIndex) Marshal() (dAtA []byte, err error)
- func (m *ExternalName2ColIndex) MarshalTo(dAtA []byte) (int, error)
- func (m *ExternalName2ColIndex) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExternalName2ColIndex) ProtoMessage()
- func (m *ExternalName2ColIndex) ProtoSize() (n int)
- func (m *ExternalName2ColIndex) Reset()
- func (m *ExternalName2ColIndex) String() string
- func (m *ExternalName2ColIndex) Unmarshal(dAtA []byte) error
- func (m *ExternalName2ColIndex) XXX_DiscardUnknown()
- func (m *ExternalName2ColIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExternalName2ColIndex) XXX_Merge(src proto.Message)
- func (m *ExternalName2ColIndex) XXX_Size() int
- func (m *ExternalName2ColIndex) XXX_Unmarshal(b []byte) error
- type ExternalScan
- func (*ExternalScan) Descriptor() ([]byte, []int)
- func (m *ExternalScan) GetAttrs() []string
- func (m *ExternalScan) GetCols() []*plan.ColDef
- func (m *ExternalScan) GetCreateSql() string
- func (m *ExternalScan) GetFileList() []string
- func (m *ExternalScan) GetFileOffsetTotal() []*FileOffset
- func (m *ExternalScan) GetFileSize() []int64
- func (m *ExternalScan) GetFilter() *plan.Expr
- func (m *ExternalScan) GetName2ColIndex() []*ExternalName2ColIndex
- func (m *ExternalScan) GetOriginCols() []*plan.ColDef
- func (m *ExternalScan) Marshal() (dAtA []byte, err error)
- func (m *ExternalScan) MarshalTo(dAtA []byte) (int, error)
- func (m *ExternalScan) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExternalScan) ProtoMessage()
- func (m *ExternalScan) ProtoSize() (n int)
- func (m *ExternalScan) Reset()
- func (m *ExternalScan) String() string
- func (m *ExternalScan) Unmarshal(dAtA []byte) error
- func (m *ExternalScan) XXX_DiscardUnknown()
- func (m *ExternalScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExternalScan) XXX_Merge(src proto.Message)
- func (m *ExternalScan) XXX_Size() int
- func (m *ExternalScan) XXX_Unmarshal(b []byte) error
- type FileOffset
- func (*FileOffset) Descriptor() ([]byte, []int)
- func (m *FileOffset) GetOffset() []int64
- func (m *FileOffset) Marshal() (dAtA []byte, err error)
- func (m *FileOffset) MarshalTo(dAtA []byte) (int, error)
- func (m *FileOffset) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FileOffset) ProtoMessage()
- func (m *FileOffset) ProtoSize() (n int)
- func (m *FileOffset) Reset()
- func (m *FileOffset) String() string
- func (m *FileOffset) Unmarshal(dAtA []byte) error
- func (m *FileOffset) XXX_DiscardUnknown()
- func (m *FileOffset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileOffset) XXX_Merge(src proto.Message)
- func (m *FileOffset) XXX_Size() int
- func (m *FileOffset) XXX_Unmarshal(b []byte) error
- type Group
- func (*Group) Descriptor() ([]byte, []int)
- func (m *Group) GetAggs() []*Aggregate
- func (m *Group) GetExprs() []*plan.Expr
- func (m *Group) GetIbucket() uint64
- func (m *Group) GetIsShuffle() bool
- func (m *Group) GetMultiAggs() []*MultiArguemnt
- func (m *Group) GetNbucket() uint64
- func (m *Group) GetNeedEval() bool
- func (m *Group) GetPreAllocSize() uint64
- func (m *Group) GetTypes() []*plan.Type
- func (m *Group) Marshal() (dAtA []byte, err error)
- func (m *Group) MarshalTo(dAtA []byte) (int, error)
- func (m *Group) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Group) ProtoMessage()
- func (m *Group) ProtoSize() (n int)
- func (m *Group) Reset()
- func (m *Group) String() string
- func (m *Group) Unmarshal(dAtA []byte) error
- func (m *Group) XXX_DiscardUnknown()
- func (m *Group) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Group) XXX_Merge(src proto.Message)
- func (m *Group) XXX_Size() int
- func (m *Group) XXX_Unmarshal(b []byte) error
- type HashBuild
- func (*HashBuild) Descriptor() ([]byte, []int)
- func (m *HashBuild) GetConds() []*plan.Expr
- func (m *HashBuild) GetHashOnPk() bool
- func (m *HashBuild) GetIbucket() uint64
- func (m *HashBuild) GetNbucket() uint64
- func (m *HashBuild) GetNeedExpr() bool
- func (m *HashBuild) GetNeedHash() bool
- func (m *HashBuild) GetNeedMergedBatch() bool
- func (m *HashBuild) GetTypes() []*plan.Type
- func (m *HashBuild) Marshal() (dAtA []byte, err error)
- func (m *HashBuild) MarshalTo(dAtA []byte) (int, error)
- func (m *HashBuild) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*HashBuild) ProtoMessage()
- func (m *HashBuild) ProtoSize() (n int)
- func (m *HashBuild) Reset()
- func (m *HashBuild) String() string
- func (m *HashBuild) Unmarshal(dAtA []byte) error
- func (m *HashBuild) XXX_DiscardUnknown()
- func (m *HashBuild) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HashBuild) XXX_Merge(src proto.Message)
- func (m *HashBuild) XXX_Size() int
- func (m *HashBuild) XXX_Unmarshal(b []byte) error
- type Insert
- func (*Insert) Descriptor() ([]byte, []int)
- func (m *Insert) GetAddAffectedRows() bool
- func (m *Insert) GetAffected() uint64
- func (m *Insert) GetAttrs() []string
- func (m *Insert) GetIsEnd() bool
- func (m *Insert) GetPartitionIdx() int32
- func (m *Insert) GetPartitionTableIds() []uint64
- func (m *Insert) GetPartitionTableNames() []string
- func (m *Insert) GetRef() *plan.ObjectRef
- func (m *Insert) GetTableDef() *plan.TableDef
- func (m *Insert) GetToWriteS3() bool
- func (m *Insert) Marshal() (dAtA []byte, err error)
- func (m *Insert) MarshalTo(dAtA []byte) (int, error)
- func (m *Insert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Insert) ProtoMessage()
- func (m *Insert) ProtoSize() (n int)
- func (m *Insert) Reset()
- func (m *Insert) String() string
- func (m *Insert) Unmarshal(dAtA []byte) error
- func (m *Insert) XXX_DiscardUnknown()
- func (m *Insert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Insert) XXX_Merge(src proto.Message)
- func (m *Insert) XXX_Size() int
- func (m *Insert) XXX_Unmarshal(b []byte) error
- type Instruction
- func (*Instruction) Descriptor() ([]byte, []int)
- func (m *Instruction) GetAgg() *Group
- func (m *Instruction) GetAnti() *AntiJoin
- func (m *Instruction) GetConnect() *Connector
- func (m *Instruction) GetDelete() *Deletion
- func (m *Instruction) GetDispatch() *Dispatch
- func (m *Instruction) GetExternalScan() *ExternalScan
- func (m *Instruction) GetFilter() *plan.Expr
- func (m *Instruction) GetHashBuild() *HashBuild
- func (m *Instruction) GetIdx() int32
- func (m *Instruction) GetInsert() *Insert
- func (m *Instruction) GetIsFirst() bool
- func (m *Instruction) GetIsLast() bool
- func (m *Instruction) GetJoin() *Join
- func (m *Instruction) GetLeftJoin() *LeftJoin
- func (m *Instruction) GetLimit() uint64
- func (m *Instruction) GetLockOp() *LockOp
- func (m *Instruction) GetMarkJoin() *MarkJoin
- func (m *Instruction) GetMerge() *Merge
- func (m *Instruction) GetOffset() uint64
- func (m *Instruction) GetOnDuplicateKey() *OnDuplicateKey
- func (m *Instruction) GetOp() int32
- func (m *Instruction) GetOrderBy() []*plan.OrderBySpec
- func (m *Instruction) GetPreInsert() *PreInsert
- func (m *Instruction) GetPreInsertUnique() *PreInsertUnique
- func (m *Instruction) GetProduct() *Product
- func (m *Instruction) GetProjectList() []*plan.Expr
- func (m *Instruction) GetRightAntiJoin() *RightAntiJoin
- func (m *Instruction) GetRightJoin() *RightJoin
- func (m *Instruction) GetRightSemiJoin() *RightSemiJoin
- func (m *Instruction) GetSemiJoin() *SemiJoin
- func (m *Instruction) GetShuffle() *Shuffle
- func (m *Instruction) GetSingleJoin() *SingleJoin
- func (m *Instruction) GetStreamScan() *StreamScan
- func (m *Instruction) GetTableFunction() *TableFunction
- func (m *Instruction) Marshal() (dAtA []byte, err error)
- func (m *Instruction) MarshalTo(dAtA []byte) (int, error)
- func (m *Instruction) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Instruction) ProtoMessage()
- func (m *Instruction) ProtoSize() (n int)
- func (m *Instruction) Reset()
- func (m *Instruction) String() string
- func (m *Instruction) Unmarshal(dAtA []byte) error
- func (m *Instruction) XXX_DiscardUnknown()
- func (m *Instruction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Instruction) XXX_Merge(src proto.Message)
- func (m *Instruction) XXX_Size() int
- func (m *Instruction) XXX_Unmarshal(b []byte) error
- type Join
- func (*Join) Descriptor() ([]byte, []int)
- func (m *Join) GetColList() []int32
- func (m *Join) GetExpr() *plan.Expr
- func (m *Join) GetHashOnPk() bool
- func (m *Join) GetIbucket() uint64
- func (m *Join) GetLeftCond() []*plan.Expr
- func (m *Join) GetNbucket() uint64
- func (m *Join) GetRelList() []int32
- func (m *Join) GetRightCond() []*plan.Expr
- func (m *Join) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *Join) GetTypes() []*plan.Type
- func (m *Join) Marshal() (dAtA []byte, err error)
- func (m *Join) MarshalTo(dAtA []byte) (int, error)
- func (m *Join) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Join) ProtoMessage()
- func (m *Join) ProtoSize() (n int)
- func (m *Join) Reset()
- func (m *Join) String() string
- func (m *Join) Unmarshal(dAtA []byte) error
- func (m *Join) XXX_DiscardUnknown()
- func (m *Join) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Join) XXX_Merge(src proto.Message)
- func (m *Join) XXX_Size() int
- func (m *Join) XXX_Unmarshal(b []byte) error
- type LeftJoin
- func (*LeftJoin) Descriptor() ([]byte, []int)
- func (m *LeftJoin) GetColList() []int32
- func (m *LeftJoin) GetExpr() *plan.Expr
- func (m *LeftJoin) GetIbucket() uint64
- func (m *LeftJoin) GetLeftCond() []*plan.Expr
- func (m *LeftJoin) GetNbucket() uint64
- func (m *LeftJoin) GetRelList() []int32
- func (m *LeftJoin) GetRightCond() []*plan.Expr
- func (m *LeftJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *LeftJoin) GetTypes() []*plan.Type
- func (m *LeftJoin) Marshal() (dAtA []byte, err error)
- func (m *LeftJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *LeftJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LeftJoin) ProtoMessage()
- func (m *LeftJoin) ProtoSize() (n int)
- func (m *LeftJoin) Reset()
- func (m *LeftJoin) String() string
- func (m *LeftJoin) Unmarshal(dAtA []byte) error
- func (m *LeftJoin) XXX_DiscardUnknown()
- func (m *LeftJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeftJoin) XXX_Merge(src proto.Message)
- func (m *LeftJoin) XXX_Size() int
- func (m *LeftJoin) XXX_Unmarshal(b []byte) error
- type LockOp
- func (*LockOp) Descriptor() ([]byte, []int)
- func (m *LockOp) GetBlock() bool
- func (m *LockOp) GetTargets() []*LockTarget
- func (m *LockOp) Marshal() (dAtA []byte, err error)
- func (m *LockOp) MarshalTo(dAtA []byte) (int, error)
- func (m *LockOp) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LockOp) ProtoMessage()
- func (m *LockOp) ProtoSize() (n int)
- func (m *LockOp) Reset()
- func (m *LockOp) String() string
- func (m *LockOp) Unmarshal(dAtA []byte) error
- func (m *LockOp) XXX_DiscardUnknown()
- func (m *LockOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LockOp) XXX_Merge(src proto.Message)
- func (m *LockOp) XXX_Size() int
- func (m *LockOp) XXX_Unmarshal(b []byte) error
- type LockTarget
- func (*LockTarget) Descriptor() ([]byte, []int)
- func (m *LockTarget) GetChangeDef() bool
- func (m *LockTarget) GetFilterColIdxInBat() int32
- func (m *LockTarget) GetLockTable() bool
- func (m *LockTarget) GetMode() lock.LockMode
- func (m *LockTarget) GetPrimaryColIdxInBat() int32
- func (m *LockTarget) GetPrimaryColTyp() *plan.Type
- func (m *LockTarget) GetRefreshTsIdxInBat() int32
- func (m *LockTarget) GetTableId() uint64
- func (m *LockTarget) Marshal() (dAtA []byte, err error)
- func (m *LockTarget) MarshalTo(dAtA []byte) (int, error)
- func (m *LockTarget) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LockTarget) ProtoMessage()
- func (m *LockTarget) ProtoSize() (n int)
- func (m *LockTarget) Reset()
- func (m *LockTarget) String() string
- func (m *LockTarget) Unmarshal(dAtA []byte) error
- func (m *LockTarget) XXX_DiscardUnknown()
- func (m *LockTarget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LockTarget) XXX_Merge(src proto.Message)
- func (m *LockTarget) XXX_Size() int
- func (m *LockTarget) XXX_Unmarshal(b []byte) error
- type Map
- func (*Map) Descriptor() ([]byte, []int)
- func (m *Map) GetMp() map[string]int32
- func (m *Map) Marshal() (dAtA []byte, err error)
- func (m *Map) MarshalTo(dAtA []byte) (int, error)
- func (m *Map) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Map) ProtoMessage()
- func (m *Map) ProtoSize() (n int)
- func (m *Map) Reset()
- func (m *Map) String() string
- func (m *Map) Unmarshal(dAtA []byte) error
- func (m *Map) XXX_DiscardUnknown()
- func (m *Map) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Map) XXX_Merge(src proto.Message)
- func (m *Map) XXX_Size() int
- func (m *Map) XXX_Unmarshal(b []byte) error
- type MarkJoin
- func (*MarkJoin) Descriptor() ([]byte, []int)
- func (m *MarkJoin) GetExpr() *plan.Expr
- func (m *MarkJoin) GetIbucket() uint64
- func (m *MarkJoin) GetLeftCond() []*plan.Expr
- func (m *MarkJoin) GetNbucket() uint64
- func (m *MarkJoin) GetOnList() []*plan.Expr
- func (m *MarkJoin) GetResult() []int32
- func (m *MarkJoin) GetRightCond() []*plan.Expr
- func (m *MarkJoin) GetTypes() []*plan.Type
- func (m *MarkJoin) Marshal() (dAtA []byte, err error)
- func (m *MarkJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *MarkJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarkJoin) ProtoMessage()
- func (m *MarkJoin) ProtoSize() (n int)
- func (m *MarkJoin) Reset()
- func (m *MarkJoin) String() string
- func (m *MarkJoin) Unmarshal(dAtA []byte) error
- func (m *MarkJoin) XXX_DiscardUnknown()
- func (m *MarkJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarkJoin) XXX_Merge(src proto.Message)
- func (m *MarkJoin) XXX_Size() int
- func (m *MarkJoin) XXX_Unmarshal(b []byte) error
- type Merge
- func (*Merge) Descriptor() ([]byte, []int)
- func (m *Merge) GetSinkScan() bool
- func (m *Merge) Marshal() (dAtA []byte, err error)
- func (m *Merge) MarshalTo(dAtA []byte) (int, error)
- func (m *Merge) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Merge) ProtoMessage()
- func (m *Merge) ProtoSize() (n int)
- func (m *Merge) Reset()
- func (m *Merge) String() string
- func (m *Merge) Unmarshal(dAtA []byte) error
- func (m *Merge) XXX_DiscardUnknown()
- func (m *Merge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Merge) XXX_Merge(src proto.Message)
- func (m *Merge) XXX_Size() int
- func (m *Merge) XXX_Unmarshal(b []byte) error
- type Message
- func (m *Message) DebugString() string
- func (*Message) Descriptor() ([]byte, []int)
- func (m *Message) GetAnalyse() []byte
- func (m *Message) GetBatchCnt() uint64
- func (m *Message) GetChecksum() uint32
- func (m *Message) GetCmd() uint64
- func (m *Message) GetData() []byte
- func (m *Message) GetErr() []byte
- func (m *Message) GetID() uint64
- func (m *Message) GetId() uint64
- func (m *Message) GetProcInfoData() []byte
- func (m *Message) GetSequence() uint64
- func (m *Message) GetSid() uint64
- func (m *Message) GetUuid() []byte
- func (m *Message) IsBatchMessage() bool
- func (m *Message) IsEndMessage() bool
- func (m *Message) IsLast() bool
- func (m *Message) IsNotifyMessage() bool
- func (m *Message) IsPipelineMessage() bool
- func (m *Message) Marshal() (dAtA []byte, err error)
- func (m *Message) MarshalTo(dAtA []byte) (int, error)
- func (m *Message) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Message) ProtoMessage()
- func (m *Message) ProtoSize() (n int)
- func (m *Message) Reset()
- func (m *Message) SetAnalysis(data []byte)
- func (m *Message) SetCheckSum(sum uint32)
- func (m *Message) SetData(data []byte)
- func (m *Message) SetID(id uint64)
- func (m *Message) SetMessageType(cmd uint64)
- func (m *Message) SetMoError(ctx context.Context, err error)
- func (m *Message) SetProcData(data []byte)
- func (m *Message) SetSequence(s uint64)
- func (m *Message) SetSid(sid uint64)
- func (m *Message) Size() int
- func (m *Message) String() string
- func (m *Message) TryToGetMoErr() (error, bool)
- func (m *Message) Unmarshal(dAtA []byte) error
- func (m *Message) WaitingNextToMerge() bool
- func (m *Message) XXX_DiscardUnknown()
- func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Message) XXX_Merge(src proto.Message)
- func (m *Message) XXX_Size() int
- func (m *Message) XXX_Unmarshal(b []byte) error
- type MultiArguemnt
- func (*MultiArguemnt) Descriptor() ([]byte, []int)
- func (m *MultiArguemnt) GetDist() bool
- func (m *MultiArguemnt) GetGroupExpr() []*plan.Expr
- func (m *MultiArguemnt) GetOrderByExpr() []*plan.Expr
- func (m *MultiArguemnt) GetOrderId() int32
- func (m *MultiArguemnt) GetSeparator() string
- func (m *MultiArguemnt) Marshal() (dAtA []byte, err error)
- func (m *MultiArguemnt) MarshalTo(dAtA []byte) (int, error)
- func (m *MultiArguemnt) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MultiArguemnt) ProtoMessage()
- func (m *MultiArguemnt) ProtoSize() (n int)
- func (m *MultiArguemnt) Reset()
- func (m *MultiArguemnt) String() string
- func (m *MultiArguemnt) Unmarshal(dAtA []byte) error
- func (m *MultiArguemnt) XXX_DiscardUnknown()
- func (m *MultiArguemnt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MultiArguemnt) XXX_Merge(src proto.Message)
- func (m *MultiArguemnt) XXX_Size() int
- func (m *MultiArguemnt) XXX_Unmarshal(b []byte) error
- type NodeInfo
- func (*NodeInfo) Descriptor() ([]byte, []int)
- func (m *NodeInfo) GetAddr() string
- func (m *NodeInfo) GetId() string
- func (m *NodeInfo) GetMcpu() int32
- func (m *NodeInfo) GetPayload() []string
- func (m *NodeInfo) Marshal() (dAtA []byte, err error)
- func (m *NodeInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *NodeInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NodeInfo) ProtoMessage()
- func (m *NodeInfo) ProtoSize() (n int)
- func (m *NodeInfo) Reset()
- func (m *NodeInfo) String() string
- func (m *NodeInfo) Unmarshal(dAtA []byte) error
- func (m *NodeInfo) XXX_DiscardUnknown()
- func (m *NodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NodeInfo) XXX_Merge(src proto.Message)
- func (m *NodeInfo) XXX_Size() int
- func (m *NodeInfo) XXX_Unmarshal(b []byte) error
- type OnDuplicateKey
- func (*OnDuplicateKey) Descriptor() ([]byte, []int)
- func (m *OnDuplicateKey) GetOnDuplicateExpr() map[string]*plan.Expr
- func (m *OnDuplicateKey) GetOnDuplicateIdx() []int32
- func (m *OnDuplicateKey) GetTableDef() *plan.TableDef
- func (m *OnDuplicateKey) Marshal() (dAtA []byte, err error)
- func (m *OnDuplicateKey) MarshalTo(dAtA []byte) (int, error)
- func (m *OnDuplicateKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OnDuplicateKey) ProtoMessage()
- func (m *OnDuplicateKey) ProtoSize() (n int)
- func (m *OnDuplicateKey) Reset()
- func (m *OnDuplicateKey) String() string
- func (m *OnDuplicateKey) Unmarshal(dAtA []byte) error
- func (m *OnDuplicateKey) XXX_DiscardUnknown()
- func (m *OnDuplicateKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OnDuplicateKey) XXX_Merge(src proto.Message)
- func (m *OnDuplicateKey) XXX_Size() int
- func (m *OnDuplicateKey) XXX_Unmarshal(b []byte) error
- type Pipeline
- func (*Pipeline) Descriptor() ([]byte, []int)
- func (m *Pipeline) GetBuildIdx() int32
- func (m *Pipeline) GetChildren() []*Pipeline
- func (m *Pipeline) GetChildrenCount() int32
- func (m *Pipeline) GetDataSource() *Source
- func (m *Pipeline) GetInstructionList() []*Instruction
- func (m *Pipeline) GetIsEnd() bool
- func (m *Pipeline) GetIsJoin() bool
- func (m *Pipeline) GetIsLoad() bool
- func (m *Pipeline) GetNode() *NodeInfo
- func (m *Pipeline) GetPipelineId() int32
- func (m *Pipeline) GetPipelineType() Pipeline_PipelineType
- func (m *Pipeline) GetPushDownInfo() int32
- func (m *Pipeline) GetQry() *plan.Plan
- func (m *Pipeline) GetShuffleCnt() int32
- func (m *Pipeline) GetUuidsToRegIdx() []*UuidToRegIdx
- func (m *Pipeline) Marshal() (dAtA []byte, err error)
- func (m *Pipeline) MarshalTo(dAtA []byte) (int, error)
- func (m *Pipeline) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Pipeline) ProtoMessage()
- func (m *Pipeline) ProtoSize() (n int)
- func (m *Pipeline) Reset()
- func (m *Pipeline) String() string
- func (m *Pipeline) Unmarshal(dAtA []byte) error
- func (m *Pipeline) XXX_DiscardUnknown()
- func (m *Pipeline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Pipeline) XXX_Merge(src proto.Message)
- func (m *Pipeline) XXX_Size() int
- func (m *Pipeline) XXX_Unmarshal(b []byte) error
- type Pipeline_PipelineType
- type PreInsert
- func (*PreInsert) Descriptor() ([]byte, []int)
- func (m *PreInsert) GetAttrs() []string
- func (m *PreInsert) GetHasAutoCol() bool
- func (m *PreInsert) GetIdx() []int32
- func (m *PreInsert) GetIsUpdate() bool
- func (m *PreInsert) GetSchemaName() string
- func (m *PreInsert) GetTableDef() *plan.TableDef
- func (m *PreInsert) Marshal() (dAtA []byte, err error)
- func (m *PreInsert) MarshalTo(dAtA []byte) (int, error)
- func (m *PreInsert) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PreInsert) ProtoMessage()
- func (m *PreInsert) ProtoSize() (n int)
- func (m *PreInsert) Reset()
- func (m *PreInsert) String() string
- func (m *PreInsert) Unmarshal(dAtA []byte) error
- func (m *PreInsert) XXX_DiscardUnknown()
- func (m *PreInsert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PreInsert) XXX_Merge(src proto.Message)
- func (m *PreInsert) XXX_Size() int
- func (m *PreInsert) XXX_Unmarshal(b []byte) error
- type PreInsertUnique
- func (*PreInsertUnique) Descriptor() ([]byte, []int)
- func (m *PreInsertUnique) GetPreInsertUkCtx() *plan.PreInsertUkCtx
- func (m *PreInsertUnique) Marshal() (dAtA []byte, err error)
- func (m *PreInsertUnique) MarshalTo(dAtA []byte) (int, error)
- func (m *PreInsertUnique) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PreInsertUnique) ProtoMessage()
- func (m *PreInsertUnique) ProtoSize() (n int)
- func (m *PreInsertUnique) Reset()
- func (m *PreInsertUnique) String() string
- func (m *PreInsertUnique) Unmarshal(dAtA []byte) error
- func (m *PreInsertUnique) XXX_DiscardUnknown()
- func (m *PreInsertUnique) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PreInsertUnique) XXX_Merge(src proto.Message)
- func (m *PreInsertUnique) XXX_Size() int
- func (m *PreInsertUnique) XXX_Unmarshal(b []byte) error
- type ProcessInfo
- func (*ProcessInfo) Descriptor() ([]byte, []int)
- func (m *ProcessInfo) GetAccountId() uint32
- func (m *ProcessInfo) GetAnalysisNodeList() []int32
- func (m *ProcessInfo) GetId() string
- func (m *ProcessInfo) GetLim() *ProcessLimitation
- func (m *ProcessInfo) GetSessionInfo() *SessionInfo
- func (m *ProcessInfo) GetSnapshot() string
- func (m *ProcessInfo) GetUnixTime() int64
- func (m *ProcessInfo) Marshal() (dAtA []byte, err error)
- func (m *ProcessInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessInfo) ProtoMessage()
- func (m *ProcessInfo) ProtoSize() (n int)
- func (m *ProcessInfo) Reset()
- func (m *ProcessInfo) String() string
- func (m *ProcessInfo) Unmarshal(dAtA []byte) error
- func (m *ProcessInfo) XXX_DiscardUnknown()
- func (m *ProcessInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessInfo) XXX_Merge(src proto.Message)
- func (m *ProcessInfo) XXX_Size() int
- func (m *ProcessInfo) XXX_Unmarshal(b []byte) error
- type ProcessLimitation
- func (*ProcessLimitation) Descriptor() ([]byte, []int)
- func (m *ProcessLimitation) GetBatchRows() int64
- func (m *ProcessLimitation) GetBatchSize() int64
- func (m *ProcessLimitation) GetPartitionRows() int64
- func (m *ProcessLimitation) GetReaderSize() int64
- func (m *ProcessLimitation) GetSize() int64
- func (m *ProcessLimitation) Marshal() (dAtA []byte, err error)
- func (m *ProcessLimitation) MarshalTo(dAtA []byte) (int, error)
- func (m *ProcessLimitation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ProcessLimitation) ProtoMessage()
- func (m *ProcessLimitation) ProtoSize() (n int)
- func (m *ProcessLimitation) Reset()
- func (m *ProcessLimitation) String() string
- func (m *ProcessLimitation) Unmarshal(dAtA []byte) error
- func (m *ProcessLimitation) XXX_DiscardUnknown()
- func (m *ProcessLimitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ProcessLimitation) XXX_Merge(src proto.Message)
- func (m *ProcessLimitation) XXX_Size() int
- func (m *ProcessLimitation) XXX_Unmarshal(b []byte) error
- type Product
- func (*Product) Descriptor() ([]byte, []int)
- func (m *Product) GetColList() []int32
- func (m *Product) GetRelList() []int32
- func (m *Product) GetTypes() []*plan.Type
- func (m *Product) Marshal() (dAtA []byte, err error)
- func (m *Product) MarshalTo(dAtA []byte) (int, error)
- func (m *Product) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Product) ProtoMessage()
- func (m *Product) ProtoSize() (n int)
- func (m *Product) Reset()
- func (m *Product) String() string
- func (m *Product) Unmarshal(dAtA []byte) error
- func (m *Product) XXX_DiscardUnknown()
- func (m *Product) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Product) XXX_Merge(src proto.Message)
- func (m *Product) XXX_Size() int
- func (m *Product) XXX_Unmarshal(b []byte) error
- type RightAntiJoin
- func (*RightAntiJoin) Descriptor() ([]byte, []int)
- func (m *RightAntiJoin) GetExpr() *plan.Expr
- func (m *RightAntiJoin) GetIbucket() uint64
- func (m *RightAntiJoin) GetLeftCond() []*plan.Expr
- func (m *RightAntiJoin) GetNbucket() uint64
- func (m *RightAntiJoin) GetResult() []int32
- func (m *RightAntiJoin) GetRightCond() []*plan.Expr
- func (m *RightAntiJoin) GetRightTypes() []*plan.Type
- func (m *RightAntiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *RightAntiJoin) Marshal() (dAtA []byte, err error)
- func (m *RightAntiJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *RightAntiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RightAntiJoin) ProtoMessage()
- func (m *RightAntiJoin) ProtoSize() (n int)
- func (m *RightAntiJoin) Reset()
- func (m *RightAntiJoin) String() string
- func (m *RightAntiJoin) Unmarshal(dAtA []byte) error
- func (m *RightAntiJoin) XXX_DiscardUnknown()
- func (m *RightAntiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RightAntiJoin) XXX_Merge(src proto.Message)
- func (m *RightAntiJoin) XXX_Size() int
- func (m *RightAntiJoin) XXX_Unmarshal(b []byte) error
- type RightJoin
- func (*RightJoin) Descriptor() ([]byte, []int)
- func (m *RightJoin) GetColList() []int32
- func (m *RightJoin) GetExpr() *plan.Expr
- func (m *RightJoin) GetIbucket() uint64
- func (m *RightJoin) GetLeftCond() []*plan.Expr
- func (m *RightJoin) GetLeftTypes() []*plan.Type
- func (m *RightJoin) GetNbucket() uint64
- func (m *RightJoin) GetRelList() []int32
- func (m *RightJoin) GetRightCond() []*plan.Expr
- func (m *RightJoin) GetRightTypes() []*plan.Type
- func (m *RightJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *RightJoin) Marshal() (dAtA []byte, err error)
- func (m *RightJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *RightJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RightJoin) ProtoMessage()
- func (m *RightJoin) ProtoSize() (n int)
- func (m *RightJoin) Reset()
- func (m *RightJoin) String() string
- func (m *RightJoin) Unmarshal(dAtA []byte) error
- func (m *RightJoin) XXX_DiscardUnknown()
- func (m *RightJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RightJoin) XXX_Merge(src proto.Message)
- func (m *RightJoin) XXX_Size() int
- func (m *RightJoin) XXX_Unmarshal(b []byte) error
- type RightSemiJoin
- func (*RightSemiJoin) Descriptor() ([]byte, []int)
- func (m *RightSemiJoin) GetExpr() *plan.Expr
- func (m *RightSemiJoin) GetIbucket() uint64
- func (m *RightSemiJoin) GetLeftCond() []*plan.Expr
- func (m *RightSemiJoin) GetNbucket() uint64
- func (m *RightSemiJoin) GetResult() []int32
- func (m *RightSemiJoin) GetRightCond() []*plan.Expr
- func (m *RightSemiJoin) GetRightTypes() []*plan.Type
- func (m *RightSemiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *RightSemiJoin) Marshal() (dAtA []byte, err error)
- func (m *RightSemiJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *RightSemiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RightSemiJoin) ProtoMessage()
- func (m *RightSemiJoin) ProtoSize() (n int)
- func (m *RightSemiJoin) Reset()
- func (m *RightSemiJoin) String() string
- func (m *RightSemiJoin) Unmarshal(dAtA []byte) error
- func (m *RightSemiJoin) XXX_DiscardUnknown()
- func (m *RightSemiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RightSemiJoin) XXX_Merge(src proto.Message)
- func (m *RightSemiJoin) XXX_Size() int
- func (m *RightSemiJoin) XXX_Unmarshal(b []byte) error
- type RuntimeFilter
- func (*RuntimeFilter) Descriptor() ([]byte, []int)
- func (m *RuntimeFilter) GetData() []byte
- func (m *RuntimeFilter) GetTyp() RuntimeFilter_RuntimeFilterType
- func (m *RuntimeFilter) Marshal() (dAtA []byte, err error)
- func (m *RuntimeFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *RuntimeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RuntimeFilter) ProtoMessage()
- func (m *RuntimeFilter) ProtoSize() (n int)
- func (m *RuntimeFilter) Reset()
- func (m *RuntimeFilter) String() string
- func (m *RuntimeFilter) Unmarshal(dAtA []byte) error
- func (m *RuntimeFilter) XXX_DiscardUnknown()
- func (m *RuntimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RuntimeFilter) XXX_Merge(src proto.Message)
- func (m *RuntimeFilter) XXX_Size() int
- func (m *RuntimeFilter) XXX_Unmarshal(b []byte) error
- type RuntimeFilter_RuntimeFilterType
- type SemiJoin
- func (*SemiJoin) Descriptor() ([]byte, []int)
- func (m *SemiJoin) GetExpr() *plan.Expr
- func (m *SemiJoin) GetIbucket() uint64
- func (m *SemiJoin) GetLeftCond() []*plan.Expr
- func (m *SemiJoin) GetNbucket() uint64
- func (m *SemiJoin) GetResult() []int32
- func (m *SemiJoin) GetRightCond() []*plan.Expr
- func (m *SemiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *SemiJoin) GetTypes() []*plan.Type
- func (m *SemiJoin) Marshal() (dAtA []byte, err error)
- func (m *SemiJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *SemiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SemiJoin) ProtoMessage()
- func (m *SemiJoin) ProtoSize() (n int)
- func (m *SemiJoin) Reset()
- func (m *SemiJoin) String() string
- func (m *SemiJoin) Unmarshal(dAtA []byte) error
- func (m *SemiJoin) XXX_DiscardUnknown()
- func (m *SemiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SemiJoin) XXX_Merge(src proto.Message)
- func (m *SemiJoin) XXX_Size() int
- func (m *SemiJoin) XXX_Unmarshal(b []byte) error
- type SessionInfo
- func (*SessionInfo) Descriptor() ([]byte, []int)
- func (m *SessionInfo) GetAccount() string
- func (m *SessionInfo) GetConnectionId() uint64
- func (m *SessionInfo) GetDatabase() string
- func (m *SessionInfo) GetHost() string
- func (m *SessionInfo) GetQueryId() []string
- func (m *SessionInfo) GetRole() string
- func (m *SessionInfo) GetTimeZone() []byte
- func (m *SessionInfo) GetUser() string
- func (m *SessionInfo) GetVersion() string
- func (m *SessionInfo) Marshal() (dAtA []byte, err error)
- func (m *SessionInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *SessionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SessionInfo) ProtoMessage()
- func (m *SessionInfo) ProtoSize() (n int)
- func (m *SessionInfo) Reset()
- func (m *SessionInfo) String() string
- func (m *SessionInfo) Unmarshal(dAtA []byte) error
- func (m *SessionInfo) XXX_DiscardUnknown()
- func (m *SessionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SessionInfo) XXX_Merge(src proto.Message)
- func (m *SessionInfo) XXX_Size() int
- func (m *SessionInfo) XXX_Unmarshal(b []byte) error
- type Shuffle
- func (*Shuffle) Descriptor() ([]byte, []int)
- func (m *Shuffle) GetAliveRegCnt() int32
- func (m *Shuffle) GetShuffleColIdx() int32
- func (m *Shuffle) GetShuffleColMax() int64
- func (m *Shuffle) GetShuffleColMin() int64
- func (m *Shuffle) GetShuffleType() int32
- func (m *Shuffle) Marshal() (dAtA []byte, err error)
- func (m *Shuffle) MarshalTo(dAtA []byte) (int, error)
- func (m *Shuffle) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Shuffle) ProtoMessage()
- func (m *Shuffle) ProtoSize() (n int)
- func (m *Shuffle) Reset()
- func (m *Shuffle) String() string
- func (m *Shuffle) Unmarshal(dAtA []byte) error
- func (m *Shuffle) XXX_DiscardUnknown()
- func (m *Shuffle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Shuffle) XXX_Merge(src proto.Message)
- func (m *Shuffle) XXX_Size() int
- func (m *Shuffle) XXX_Unmarshal(b []byte) error
- type SingleJoin
- func (*SingleJoin) Descriptor() ([]byte, []int)
- func (m *SingleJoin) GetColList() []int32
- func (m *SingleJoin) GetExpr() *plan.Expr
- func (m *SingleJoin) GetIbucket() uint64
- func (m *SingleJoin) GetLeftCond() []*plan.Expr
- func (m *SingleJoin) GetNbucket() uint64
- func (m *SingleJoin) GetRelList() []int32
- func (m *SingleJoin) GetRightCond() []*plan.Expr
- func (m *SingleJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
- func (m *SingleJoin) GetTypes() []*plan.Type
- func (m *SingleJoin) Marshal() (dAtA []byte, err error)
- func (m *SingleJoin) MarshalTo(dAtA []byte) (int, error)
- func (m *SingleJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SingleJoin) ProtoMessage()
- func (m *SingleJoin) ProtoSize() (n int)
- func (m *SingleJoin) Reset()
- func (m *SingleJoin) String() string
- func (m *SingleJoin) Unmarshal(dAtA []byte) error
- func (m *SingleJoin) XXX_DiscardUnknown()
- func (m *SingleJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SingleJoin) XXX_Merge(src proto.Message)
- func (m *SingleJoin) XXX_Size() int
- func (m *SingleJoin) XXX_Unmarshal(b []byte) error
- type Source
- func (*Source) Descriptor() ([]byte, []int)
- func (m *Source) GetBlock() string
- func (m *Source) GetColList() []string
- func (m *Source) GetExpr() *plan.Expr
- func (m *Source) GetPushdownAddr() string
- func (m *Source) GetPushdownId() uint64
- func (m *Source) GetRuntimeFilterProbeList() []*plan.RuntimeFilterSpec
- func (m *Source) GetSchemaName() string
- func (m *Source) GetTableDef() *plan.TableDef
- func (m *Source) GetTableName() string
- func (m *Source) GetTimestamp() *timestamp.Timestamp
- func (m *Source) Marshal() (dAtA []byte, err error)
- func (m *Source) MarshalTo(dAtA []byte) (int, error)
- func (m *Source) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Source) ProtoMessage()
- func (m *Source) ProtoSize() (n int)
- func (m *Source) Reset()
- func (m *Source) String() string
- func (m *Source) Unmarshal(dAtA []byte) error
- func (m *Source) XXX_DiscardUnknown()
- func (m *Source) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Source) XXX_Merge(src proto.Message)
- func (m *Source) XXX_Size() int
- func (m *Source) XXX_Unmarshal(b []byte) error
- type StreamScan
- func (*StreamScan) Descriptor() ([]byte, []int)
- func (m *StreamScan) GetLimit() int64
- func (m *StreamScan) GetOffset() int64
- func (m *StreamScan) GetTblDef() *plan.TableDef
- func (m *StreamScan) Marshal() (dAtA []byte, err error)
- func (m *StreamScan) MarshalTo(dAtA []byte) (int, error)
- func (m *StreamScan) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StreamScan) ProtoMessage()
- func (m *StreamScan) ProtoSize() (n int)
- func (m *StreamScan) Reset()
- func (m *StreamScan) String() string
- func (m *StreamScan) Unmarshal(dAtA []byte) error
- func (m *StreamScan) XXX_DiscardUnknown()
- func (m *StreamScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StreamScan) XXX_Merge(src proto.Message)
- func (m *StreamScan) XXX_Size() int
- func (m *StreamScan) XXX_Unmarshal(b []byte) error
- type TableFunction
- func (*TableFunction) Descriptor() ([]byte, []int)
- func (m *TableFunction) GetArgs() []*plan.Expr
- func (m *TableFunction) GetAttrs() []string
- func (m *TableFunction) GetName() string
- func (m *TableFunction) GetParams() []byte
- func (m *TableFunction) GetRets() []*plan.ColDef
- func (m *TableFunction) Marshal() (dAtA []byte, err error)
- func (m *TableFunction) MarshalTo(dAtA []byte) (int, error)
- func (m *TableFunction) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TableFunction) ProtoMessage()
- func (m *TableFunction) ProtoSize() (n int)
- func (m *TableFunction) Reset()
- func (m *TableFunction) String() string
- func (m *TableFunction) Unmarshal(dAtA []byte) error
- func (m *TableFunction) XXX_DiscardUnknown()
- func (m *TableFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TableFunction) XXX_Merge(src proto.Message)
- func (m *TableFunction) XXX_Size() int
- func (m *TableFunction) XXX_Unmarshal(b []byte) error
- type UuidToRegIdx
- func (*UuidToRegIdx) Descriptor() ([]byte, []int)
- func (m *UuidToRegIdx) GetFromAddr() string
- func (m *UuidToRegIdx) GetIdx() int32
- func (m *UuidToRegIdx) GetUuid() []byte
- func (m *UuidToRegIdx) Marshal() (dAtA []byte, err error)
- func (m *UuidToRegIdx) MarshalTo(dAtA []byte) (int, error)
- func (m *UuidToRegIdx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UuidToRegIdx) ProtoMessage()
- func (m *UuidToRegIdx) ProtoSize() (n int)
- func (m *UuidToRegIdx) Reset()
- func (m *UuidToRegIdx) String() string
- func (m *UuidToRegIdx) Unmarshal(dAtA []byte) error
- func (m *UuidToRegIdx) XXX_DiscardUnknown()
- func (m *UuidToRegIdx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UuidToRegIdx) XXX_Merge(src proto.Message)
- func (m *UuidToRegIdx) XXX_Size() int
- func (m *UuidToRegIdx) XXX_Unmarshal(b []byte) error
- type WrapNode
- func (*WrapNode) Descriptor() ([]byte, []int)
- func (m *WrapNode) GetNodeAddr() string
- func (m *WrapNode) GetUuid() []byte
- func (m *WrapNode) Marshal() (dAtA []byte, err error)
- func (m *WrapNode) MarshalTo(dAtA []byte) (int, error)
- func (m *WrapNode) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WrapNode) ProtoMessage()
- func (m *WrapNode) ProtoSize() (n int)
- func (m *WrapNode) Reset()
- func (m *WrapNode) String() string
- func (m *WrapNode) Unmarshal(dAtA []byte) error
- func (m *WrapNode) XXX_DiscardUnknown()
- func (m *WrapNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WrapNode) XXX_Merge(src proto.Message)
- func (m *WrapNode) XXX_Size() int
- func (m *WrapNode) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const ( // For cmd. Basic message type UnknowType = iota PipelineMessage BatchMessage PrepareDoneNotifyMessage // for dispatch // For Sid. Status type WaitingNext Last MessageEnd )
Variables ¶
View Source
var ( ErrInvalidLengthPipeline = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPipeline = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPipeline = fmt.Errorf("proto: unexpected end of group") )
View Source
var Pipeline_PipelineType_name = map[int32]string{
0: "Merge",
1: "Normal",
2: "Remote",
3: "Parallel",
}
View Source
var Pipeline_PipelineType_value = map[string]int32{
"Merge": 0,
"Normal": 1,
"Remote": 2,
"Parallel": 3,
}
View Source
var RuntimeFilter_RuntimeFilterType_name = map[int32]string{
0: "IN",
1: "BITMAP",
2: "MIN_MAX",
3: "BINARY_FUSE",
100: "PASS",
101: "DROP",
}
View Source
var RuntimeFilter_RuntimeFilterType_value = map[string]int32{
"IN": 0,
"BITMAP": 1,
"MIN_MAX": 2,
"BINARY_FUSE": 3,
"PASS": 100,
"DROP": 101,
}
Functions ¶
func GetMessageErrorInfo ¶ added in v0.7.0
Types ¶
type Aggregate ¶
type Aggregate struct { Op int64 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"` Dist bool `protobuf:"varint,2,opt,name=dist,proto3" json:"dist,omitempty"` Expr *plan.Expr `protobuf:"bytes,3,opt,name=expr,proto3" json:"expr,omitempty"` Config []byte `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Aggregate) Descriptor ¶
func (*Aggregate) MarshalToSizedBuffer ¶
func (*Aggregate) ProtoMessage ¶
func (*Aggregate) ProtoMessage()
func (*Aggregate) XXX_DiscardUnknown ¶
func (m *Aggregate) XXX_DiscardUnknown()
func (*Aggregate) XXX_Marshal ¶
func (*Aggregate) XXX_Unmarshal ¶
type AnalysisList ¶
type AnalysisList struct { List []*plan.AnalyzeInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AnalysisList) Descriptor ¶
func (*AnalysisList) Descriptor() ([]byte, []int)
func (*AnalysisList) GetList ¶
func (m *AnalysisList) GetList() []*plan.AnalyzeInfo
func (*AnalysisList) Marshal ¶
func (m *AnalysisList) Marshal() (dAtA []byte, err error)
func (*AnalysisList) MarshalToSizedBuffer ¶
func (m *AnalysisList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AnalysisList) ProtoMessage ¶
func (*AnalysisList) ProtoMessage()
func (*AnalysisList) ProtoSize ¶
func (m *AnalysisList) ProtoSize() (n int)
func (*AnalysisList) Reset ¶
func (m *AnalysisList) Reset()
func (*AnalysisList) String ¶
func (m *AnalysisList) String() string
func (*AnalysisList) Unmarshal ¶
func (m *AnalysisList) Unmarshal(dAtA []byte) error
func (*AnalysisList) XXX_DiscardUnknown ¶
func (m *AnalysisList) XXX_DiscardUnknown()
func (*AnalysisList) XXX_Marshal ¶
func (m *AnalysisList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AnalysisList) XXX_Merge ¶
func (m *AnalysisList) XXX_Merge(src proto.Message)
func (*AnalysisList) XXX_Size ¶
func (m *AnalysisList) XXX_Size() int
func (*AnalysisList) XXX_Unmarshal ¶
func (m *AnalysisList) XXX_Unmarshal(b []byte) error
type AntiJoin ¶
type AntiJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Result []int32 `protobuf:"varint,3,rep,packed,name=result,proto3" json:"result,omitempty"` Expr *plan.Expr `protobuf:"bytes,4,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,5,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,6,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,7,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AntiJoin) Descriptor ¶
func (*AntiJoin) GetIbucket ¶
func (*AntiJoin) GetLeftCond ¶
func (*AntiJoin) GetNbucket ¶
func (*AntiJoin) GetRightCond ¶
func (*AntiJoin) MarshalToSizedBuffer ¶
func (*AntiJoin) ProtoMessage ¶
func (*AntiJoin) ProtoMessage()
func (*AntiJoin) XXX_DiscardUnknown ¶
func (m *AntiJoin) XXX_DiscardUnknown()
func (*AntiJoin) XXX_Marshal ¶
func (*AntiJoin) XXX_Unmarshal ¶
type Array ¶ added in v0.8.0
type Array struct { Array []int32 `protobuf:"varint,1,rep,packed,name=array,proto3" json:"array,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Array) Descriptor ¶ added in v0.8.0
func (*Array) MarshalToSizedBuffer ¶ added in v0.8.0
func (*Array) ProtoMessage ¶ added in v0.8.0
func (*Array) ProtoMessage()
func (*Array) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *Array) XXX_DiscardUnknown()
func (*Array) XXX_Marshal ¶ added in v0.8.0
func (*Array) XXX_Unmarshal ¶ added in v0.8.0
type Connector ¶
type Connector struct { PipelineId int32 `protobuf:"varint,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` ConnectorIndex int32 `protobuf:"varint,2,opt,name=connector_index,json=connectorIndex,proto3" json:"connector_index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Connector) Descriptor ¶
func (*Connector) GetConnectorIndex ¶
func (*Connector) GetPipelineId ¶
func (*Connector) MarshalToSizedBuffer ¶
func (*Connector) ProtoMessage ¶
func (*Connector) ProtoMessage()
func (*Connector) XXX_DiscardUnknown ¶
func (m *Connector) XXX_DiscardUnknown()
func (*Connector) XXX_Marshal ¶
func (*Connector) XXX_Unmarshal ¶
type Deletion ¶ added in v0.8.0
type Deletion struct { Ts uint64 `protobuf:"varint,1,opt,name=Ts,proto3" json:"Ts,omitempty"` AffectedRows uint64 `protobuf:"varint,2,opt,name=AffectedRows,proto3" json:"AffectedRows,omitempty"` RemoteDelete bool `protobuf:"varint,3,opt,name=RemoteDelete,proto3" json:"RemoteDelete,omitempty"` IBucket uint32 `protobuf:"varint,4,opt,name=IBucket,proto3" json:"IBucket,omitempty"` NBucket uint32 `protobuf:"varint,5,opt,name=NBucket,proto3" json:"NBucket,omitempty"` RowIdIdx int32 `protobuf:"varint,6,opt,name=row_id_idx,json=rowIdIdx,proto3" json:"row_id_idx,omitempty"` PartitionTableIds []uint64 `protobuf:"varint,7,rep,packed,name=partition_table_ids,json=partitionTableIds,proto3" json:"partition_table_ids,omitempty"` PartitionTableNames []string `protobuf:"bytes,8,rep,name=partition_table_names,json=partitionTableNames,proto3" json:"partition_table_names,omitempty"` PartitionIndexInBatch int32 `` /* 129-byte string literal not displayed */ Ref *plan.ObjectRef `protobuf:"bytes,10,opt,name=ref,proto3" json:"ref,omitempty"` AddAffectedRows bool `protobuf:"varint,11,opt,name=add_affected_rows,json=addAffectedRows,proto3" json:"add_affected_rows,omitempty"` SegmentMap map[string]int32 `` /* 163-byte string literal not displayed */ CanTruncate bool `protobuf:"varint,13,opt,name=can_truncate,json=canTruncate,proto3" json:"can_truncate,omitempty"` IsEnd bool `protobuf:"varint,14,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` PrimaryKeyIdx int32 `protobuf:"varint,15,opt,name=primary_key_idx,json=primaryKeyIdx,proto3" json:"primary_key_idx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Deletion) Descriptor ¶ added in v0.8.0
func (*Deletion) GetAddAffectedRows ¶ added in v0.8.0
func (*Deletion) GetAffectedRows ¶ added in v0.8.0
func (*Deletion) GetCanTruncate ¶ added in v0.8.0
func (*Deletion) GetIBucket ¶ added in v0.8.0
func (*Deletion) GetNBucket ¶ added in v0.8.0
func (*Deletion) GetPartitionIndexInBatch ¶ added in v0.8.0
func (*Deletion) GetPartitionTableIds ¶ added in v0.8.0
func (*Deletion) GetPartitionTableNames ¶ added in v0.8.0
func (*Deletion) GetPrimaryKeyIdx ¶ added in v1.0.0
func (*Deletion) GetRemoteDelete ¶ added in v0.8.0
func (*Deletion) GetRowIdIdx ¶ added in v0.8.0
func (*Deletion) GetSegmentMap ¶ added in v0.8.0
func (*Deletion) MarshalToSizedBuffer ¶ added in v0.8.0
func (*Deletion) ProtoMessage ¶ added in v0.8.0
func (*Deletion) ProtoMessage()
func (*Deletion) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *Deletion) XXX_DiscardUnknown()
func (*Deletion) XXX_Marshal ¶ added in v0.8.0
func (*Deletion) XXX_Unmarshal ¶ added in v0.8.0
type Dispatch ¶
type Dispatch struct { FuncId int32 `protobuf:"varint,1,opt,name=func_id,json=funcId,proto3" json:"func_id,omitempty"` LocalConnector []*Connector `protobuf:"bytes,2,rep,name=local_connector,json=localConnector,proto3" json:"local_connector,omitempty"` RemoteConnector []*WrapNode `protobuf:"bytes,3,rep,name=remote_connector,json=remoteConnector,proto3" json:"remote_connector,omitempty"` ShuffleRegIdxLocal []int32 `` /* 127-byte string literal not displayed */ ShuffleRegIdxRemote []int32 `` /* 130-byte string literal not displayed */ ShuffleType int32 `protobuf:"varint,6,opt,name=shuffle_type,json=shuffleType,proto3" json:"shuffle_type,omitempty"` IsSink bool `protobuf:"varint,7,opt,name=is_sink,json=isSink,proto3" json:"is_sink,omitempty"` RecSink bool `protobuf:"varint,8,opt,name=rec_sink,json=recSink,proto3" json:"rec_sink,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Dispatch) Descriptor ¶
func (*Dispatch) GetLocalConnector ¶ added in v0.7.0
func (*Dispatch) GetRecSink ¶ added in v1.0.0
func (*Dispatch) GetRemoteConnector ¶ added in v0.7.0
func (*Dispatch) GetShuffleRegIdxLocal ¶ added in v0.8.0
func (*Dispatch) GetShuffleRegIdxRemote ¶ added in v0.8.0
func (*Dispatch) GetShuffleType ¶ added in v0.8.0
func (*Dispatch) MarshalToSizedBuffer ¶
func (*Dispatch) ProtoMessage ¶
func (*Dispatch) ProtoMessage()
func (*Dispatch) XXX_DiscardUnknown ¶
func (m *Dispatch) XXX_DiscardUnknown()
func (*Dispatch) XXX_Marshal ¶
func (*Dispatch) XXX_Unmarshal ¶
type ExternalName2ColIndex ¶
type ExternalName2ColIndex struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Index int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExternalName2ColIndex) Descriptor ¶
func (*ExternalName2ColIndex) Descriptor() ([]byte, []int)
func (*ExternalName2ColIndex) GetIndex ¶
func (m *ExternalName2ColIndex) GetIndex() int32
func (*ExternalName2ColIndex) GetName ¶
func (m *ExternalName2ColIndex) GetName() string
func (*ExternalName2ColIndex) Marshal ¶
func (m *ExternalName2ColIndex) Marshal() (dAtA []byte, err error)
func (*ExternalName2ColIndex) MarshalTo ¶
func (m *ExternalName2ColIndex) MarshalTo(dAtA []byte) (int, error)
func (*ExternalName2ColIndex) MarshalToSizedBuffer ¶
func (m *ExternalName2ColIndex) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExternalName2ColIndex) ProtoMessage ¶
func (*ExternalName2ColIndex) ProtoMessage()
func (*ExternalName2ColIndex) ProtoSize ¶
func (m *ExternalName2ColIndex) ProtoSize() (n int)
func (*ExternalName2ColIndex) Reset ¶
func (m *ExternalName2ColIndex) Reset()
func (*ExternalName2ColIndex) String ¶
func (m *ExternalName2ColIndex) String() string
func (*ExternalName2ColIndex) Unmarshal ¶
func (m *ExternalName2ColIndex) Unmarshal(dAtA []byte) error
func (*ExternalName2ColIndex) XXX_DiscardUnknown ¶
func (m *ExternalName2ColIndex) XXX_DiscardUnknown()
func (*ExternalName2ColIndex) XXX_Marshal ¶
func (m *ExternalName2ColIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExternalName2ColIndex) XXX_Merge ¶
func (m *ExternalName2ColIndex) XXX_Merge(src proto.Message)
func (*ExternalName2ColIndex) XXX_Size ¶
func (m *ExternalName2ColIndex) XXX_Size() int
func (*ExternalName2ColIndex) XXX_Unmarshal ¶
func (m *ExternalName2ColIndex) XXX_Unmarshal(b []byte) error
type ExternalScan ¶
type ExternalScan struct { Attrs []string `protobuf:"bytes,1,rep,name=attrs,proto3" json:"attrs,omitempty"` FileSize []int64 `protobuf:"varint,2,rep,packed,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` FileOffsetTotal []*FileOffset `protobuf:"bytes,3,rep,name=file_offset_total,json=fileOffsetTotal,proto3" json:"file_offset_total,omitempty"` Cols []*plan.ColDef `protobuf:"bytes,4,rep,name=cols,proto3" json:"cols,omitempty"` Name2ColIndex []*ExternalName2ColIndex `protobuf:"bytes,5,rep,name=name2_col_index,json=name2ColIndex,proto3" json:"name2_col_index,omitempty"` CreateSql string `protobuf:"bytes,6,opt,name=create_sql,json=createSql,proto3" json:"create_sql,omitempty"` FileList []string `protobuf:"bytes,7,rep,name=file_list,json=fileList,proto3" json:"file_list,omitempty"` OriginCols []*plan.ColDef `protobuf:"bytes,8,rep,name=origin_cols,json=originCols,proto3" json:"origin_cols,omitempty"` Filter *plan.Expr `protobuf:"bytes,9,opt,name=filter,proto3" json:"filter,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExternalScan) Descriptor ¶
func (*ExternalScan) Descriptor() ([]byte, []int)
func (*ExternalScan) GetAttrs ¶
func (m *ExternalScan) GetAttrs() []string
func (*ExternalScan) GetCols ¶
func (m *ExternalScan) GetCols() []*plan.ColDef
func (*ExternalScan) GetCreateSql ¶
func (m *ExternalScan) GetCreateSql() string
func (*ExternalScan) GetFileList ¶
func (m *ExternalScan) GetFileList() []string
func (*ExternalScan) GetFileOffsetTotal ¶ added in v0.8.0
func (m *ExternalScan) GetFileOffsetTotal() []*FileOffset
func (*ExternalScan) GetFileSize ¶ added in v0.8.0
func (m *ExternalScan) GetFileSize() []int64
func (*ExternalScan) GetFilter ¶ added in v0.8.0
func (m *ExternalScan) GetFilter() *plan.Expr
func (*ExternalScan) GetName2ColIndex ¶
func (m *ExternalScan) GetName2ColIndex() []*ExternalName2ColIndex
func (*ExternalScan) GetOriginCols ¶ added in v0.7.0
func (m *ExternalScan) GetOriginCols() []*plan.ColDef
func (*ExternalScan) Marshal ¶
func (m *ExternalScan) Marshal() (dAtA []byte, err error)
func (*ExternalScan) MarshalToSizedBuffer ¶
func (m *ExternalScan) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExternalScan) ProtoMessage ¶
func (*ExternalScan) ProtoMessage()
func (*ExternalScan) ProtoSize ¶
func (m *ExternalScan) ProtoSize() (n int)
func (*ExternalScan) Reset ¶
func (m *ExternalScan) Reset()
func (*ExternalScan) String ¶
func (m *ExternalScan) String() string
func (*ExternalScan) Unmarshal ¶
func (m *ExternalScan) Unmarshal(dAtA []byte) error
func (*ExternalScan) XXX_DiscardUnknown ¶
func (m *ExternalScan) XXX_DiscardUnknown()
func (*ExternalScan) XXX_Marshal ¶
func (m *ExternalScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExternalScan) XXX_Merge ¶
func (m *ExternalScan) XXX_Merge(src proto.Message)
func (*ExternalScan) XXX_Size ¶
func (m *ExternalScan) XXX_Size() int
func (*ExternalScan) XXX_Unmarshal ¶
func (m *ExternalScan) XXX_Unmarshal(b []byte) error
type FileOffset ¶ added in v0.8.0
type FileOffset struct { Offset []int64 `protobuf:"varint,1,rep,packed,name=offset,proto3" json:"offset,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileOffset) Descriptor ¶ added in v0.8.0
func (*FileOffset) Descriptor() ([]byte, []int)
func (*FileOffset) GetOffset ¶ added in v0.8.0
func (m *FileOffset) GetOffset() []int64
func (*FileOffset) Marshal ¶ added in v0.8.0
func (m *FileOffset) Marshal() (dAtA []byte, err error)
func (*FileOffset) MarshalTo ¶ added in v0.8.0
func (m *FileOffset) MarshalTo(dAtA []byte) (int, error)
func (*FileOffset) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *FileOffset) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*FileOffset) ProtoMessage ¶ added in v0.8.0
func (*FileOffset) ProtoMessage()
func (*FileOffset) ProtoSize ¶ added in v0.8.0
func (m *FileOffset) ProtoSize() (n int)
func (*FileOffset) Reset ¶ added in v0.8.0
func (m *FileOffset) Reset()
func (*FileOffset) String ¶ added in v0.8.0
func (m *FileOffset) String() string
func (*FileOffset) Unmarshal ¶ added in v0.8.0
func (m *FileOffset) Unmarshal(dAtA []byte) error
func (*FileOffset) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *FileOffset) XXX_DiscardUnknown()
func (*FileOffset) XXX_Marshal ¶ added in v0.8.0
func (m *FileOffset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileOffset) XXX_Merge ¶ added in v0.8.0
func (m *FileOffset) XXX_Merge(src proto.Message)
func (*FileOffset) XXX_Size ¶ added in v0.8.0
func (m *FileOffset) XXX_Size() int
func (*FileOffset) XXX_Unmarshal ¶ added in v0.8.0
func (m *FileOffset) XXX_Unmarshal(b []byte) error
type Group ¶
type Group struct { NeedEval bool `protobuf:"varint,1,opt,name=need_eval,json=needEval,proto3" json:"need_eval,omitempty"` Ibucket uint64 `protobuf:"varint,2,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,3,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Exprs []*plan.Expr `protobuf:"bytes,4,rep,name=exprs,proto3" json:"exprs,omitempty"` Types []*plan.Type `protobuf:"bytes,5,rep,name=types,proto3" json:"types,omitempty"` Aggs []*Aggregate `protobuf:"bytes,6,rep,name=aggs,proto3" json:"aggs,omitempty"` MultiAggs []*MultiArguemnt `protobuf:"bytes,7,rep,name=MultiAggs,proto3" json:"MultiAggs,omitempty"` IsShuffle bool `protobuf:"varint,8,opt,name=isShuffle,proto3" json:"isShuffle,omitempty"` PreAllocSize uint64 `protobuf:"varint,9,opt,name=preAllocSize,proto3" json:"preAllocSize,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Group) Descriptor ¶
func (*Group) GetIbucket ¶
func (*Group) GetIsShuffle ¶ added in v1.0.0
func (*Group) GetMultiAggs ¶ added in v0.8.0
func (m *Group) GetMultiAggs() []*MultiArguemnt
func (*Group) GetNbucket ¶
func (*Group) GetNeedEval ¶
func (*Group) GetPreAllocSize ¶ added in v1.0.0
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) XXX_DiscardUnknown ¶
func (m *Group) XXX_DiscardUnknown()
func (*Group) XXX_Marshal ¶
func (*Group) XXX_Unmarshal ¶
type HashBuild ¶
type HashBuild struct { NeedExpr bool `protobuf:"varint,1,opt,name=need_expr,json=needExpr,proto3" json:"need_expr,omitempty"` NeedHash bool `protobuf:"varint,2,opt,name=need_hash,json=needHash,proto3" json:"need_hash,omitempty"` Ibucket uint64 `protobuf:"varint,3,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,4,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Types []*plan.Type `protobuf:"bytes,5,rep,name=types,proto3" json:"types,omitempty"` Conds []*plan.Expr `protobuf:"bytes,6,rep,name=conds,proto3" json:"conds,omitempty"` HashOnPk bool `protobuf:"varint,7,opt,name=hash_on_pk,json=hashOnPk,proto3" json:"hash_on_pk,omitempty"` NeedMergedBatch bool `protobuf:"varint,8,opt,name=need_merged_batch,json=needMergedBatch,proto3" json:"need_merged_batch,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HashBuild) Descriptor ¶
func (*HashBuild) GetHashOnPk ¶ added in v1.0.0
func (*HashBuild) GetIbucket ¶
func (*HashBuild) GetNbucket ¶
func (*HashBuild) GetNeedExpr ¶
func (*HashBuild) GetNeedHash ¶
func (*HashBuild) GetNeedMergedBatch ¶ added in v1.0.0
func (*HashBuild) MarshalToSizedBuffer ¶
func (*HashBuild) ProtoMessage ¶
func (*HashBuild) ProtoMessage()
func (*HashBuild) XXX_DiscardUnknown ¶
func (m *HashBuild) XXX_DiscardUnknown()
func (*HashBuild) XXX_Marshal ¶
func (*HashBuild) XXX_Unmarshal ¶
type Insert ¶ added in v0.7.0
type Insert struct { Affected uint64 `protobuf:"varint,1,opt,name=affected,proto3" json:"affected,omitempty"` ToWriteS3 bool `protobuf:"varint,2,opt,name=ToWriteS3,proto3" json:"ToWriteS3,omitempty"` AddAffectedRows bool `protobuf:"varint,3,opt,name=add_affected_rows,json=addAffectedRows,proto3" json:"add_affected_rows,omitempty"` Ref *plan.ObjectRef `protobuf:"bytes,4,opt,name=ref,proto3" json:"ref,omitempty"` Attrs []string `protobuf:"bytes,5,rep,name=attrs,proto3" json:"attrs,omitempty"` // Align array index with the partition number PartitionTableIds []uint64 `protobuf:"varint,6,rep,packed,name=partition_table_ids,json=partitionTableIds,proto3" json:"partition_table_ids,omitempty"` PartitionTableNames []string `protobuf:"bytes,7,rep,name=partition_table_names,json=partitionTableNames,proto3" json:"partition_table_names,omitempty"` PartitionIdx int32 `protobuf:"varint,8,opt,name=partition_idx,json=partitionIdx,proto3" json:"partition_idx,omitempty"` IsEnd bool `protobuf:"varint,9,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` TableDef *plan.TableDef `protobuf:"bytes,10,opt,name=table_def,json=tableDef,proto3" json:"table_def,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Insert) Descriptor ¶ added in v0.7.0
func (*Insert) GetAddAffectedRows ¶ added in v0.8.0
func (*Insert) GetAffected ¶ added in v0.7.0
func (*Insert) GetPartitionIdx ¶ added in v0.8.0
func (*Insert) GetPartitionTableIds ¶ added in v0.8.0
func (*Insert) GetPartitionTableNames ¶ added in v0.8.0
func (*Insert) GetTableDef ¶ added in v0.7.0
func (*Insert) GetToWriteS3 ¶ added in v0.8.0
func (*Insert) MarshalToSizedBuffer ¶ added in v0.7.0
func (*Insert) ProtoMessage ¶ added in v0.7.0
func (*Insert) ProtoMessage()
func (*Insert) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *Insert) XXX_DiscardUnknown()
func (*Insert) XXX_Marshal ¶ added in v0.7.0
func (*Insert) XXX_Unmarshal ¶ added in v0.7.0
type Instruction ¶
type Instruction struct { // Op specified the operator code of an instruction. Op int32 `protobuf:"varint,1,opt,name=op,proto3" json:"op,omitempty"` // Idx specified the anaylze information index. Idx int32 `protobuf:"varint,2,opt,name=idx,proto3" json:"idx,omitempty"` Anti *AntiJoin `protobuf:"bytes,3,opt,name=anti,proto3" json:"anti,omitempty"` Connect *Connector `protobuf:"bytes,4,opt,name=connect,proto3" json:"connect,omitempty"` Dispatch *Dispatch `protobuf:"bytes,5,opt,name=dispatch,proto3" json:"dispatch,omitempty"` Agg *Group `protobuf:"bytes,6,opt,name=agg,proto3" json:"agg,omitempty"` LeftJoin *LeftJoin `protobuf:"bytes,8,opt,name=left_join,json=leftJoin,proto3" json:"left_join,omitempty"` SemiJoin *SemiJoin `protobuf:"bytes,9,opt,name=semi_join,json=semiJoin,proto3" json:"semi_join,omitempty"` SingleJoin *SingleJoin `protobuf:"bytes,10,opt,name=single_join,json=singleJoin,proto3" json:"single_join,omitempty"` MarkJoin *MarkJoin `protobuf:"bytes,11,opt,name=mark_join,json=markJoin,proto3" json:"mark_join,omitempty"` Join *Join `protobuf:"bytes,12,opt,name=join,proto3" json:"join,omitempty"` Product *Product `protobuf:"bytes,13,opt,name=product,proto3" json:"product,omitempty"` TableFunction *TableFunction `protobuf:"bytes,14,opt,name=table_function,json=tableFunction,proto3" json:"table_function,omitempty"` HashBuild *HashBuild `protobuf:"bytes,15,opt,name=hash_build,json=hashBuild,proto3" json:"hash_build,omitempty"` ExternalScan *ExternalScan `protobuf:"bytes,16,opt,name=external_scan,json=externalScan,proto3" json:"external_scan,omitempty"` Insert *Insert `protobuf:"bytes,17,opt,name=insert,proto3" json:"insert,omitempty"` OnDuplicateKey *OnDuplicateKey `protobuf:"bytes,18,opt,name=on_duplicate_key,json=onDuplicateKey,proto3" json:"on_duplicate_key,omitempty"` PreInsert *PreInsert `protobuf:"bytes,19,opt,name=pre_insert,json=preInsert,proto3" json:"pre_insert,omitempty"` PreInsertUnique *PreInsertUnique `protobuf:"bytes,20,opt,name=pre_insert_unique,json=preInsertUnique,proto3" json:"pre_insert_unique,omitempty"` OrderBy []*plan.OrderBySpec `protobuf:"bytes,21,rep,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` ProjectList []*plan.Expr `protobuf:"bytes,22,rep,name=project_list,json=projectList,proto3" json:"project_list,omitempty"` Filter *plan.Expr `protobuf:"bytes,23,opt,name=filter,proto3" json:"filter,omitempty"` Limit uint64 `protobuf:"varint,24,opt,name=limit,proto3" json:"limit,omitempty"` Offset uint64 `protobuf:"varint,25,opt,name=offset,proto3" json:"offset,omitempty"` // isFirst identifies whether it is the first instruction of analyzeInfo corresponding to idx IsFirst bool `protobuf:"varint,26,opt,name=isFirst,proto3" json:"isFirst,omitempty"` // isLast identifies whether it is the last instruction of analyzeInfo corresponding to idx IsLast bool `protobuf:"varint,27,opt,name=isLast,proto3" json:"isLast,omitempty"` RightJoin *RightJoin `protobuf:"bytes,28,opt,name=right_join,json=rightJoin,proto3" json:"right_join,omitempty"` RightSemiJoin *RightSemiJoin `protobuf:"bytes,29,opt,name=right_semi_join,json=rightSemiJoin,proto3" json:"right_semi_join,omitempty"` RightAntiJoin *RightAntiJoin `protobuf:"bytes,30,opt,name=right_anti_join,json=rightAntiJoin,proto3" json:"right_anti_join,omitempty"` Delete *Deletion `protobuf:"bytes,31,opt,name=delete,proto3" json:"delete,omitempty"` LockOp *LockOp `protobuf:"bytes,32,opt,name=lock_op,json=lockOp,proto3" json:"lock_op,omitempty"` Shuffle *Shuffle `protobuf:"bytes,33,opt,name=shuffle,proto3" json:"shuffle,omitempty"` Merge *Merge `protobuf:"bytes,34,opt,name=merge,proto3" json:"merge,omitempty"` StreamScan *StreamScan `protobuf:"bytes,35,opt,name=stream_scan,json=streamScan,proto3" json:"stream_scan,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Instruction) Descriptor ¶
func (*Instruction) Descriptor() ([]byte, []int)
func (*Instruction) GetAgg ¶
func (m *Instruction) GetAgg() *Group
func (*Instruction) GetAnti ¶
func (m *Instruction) GetAnti() *AntiJoin
func (*Instruction) GetConnect ¶
func (m *Instruction) GetConnect() *Connector
func (*Instruction) GetDelete ¶ added in v0.8.0
func (m *Instruction) GetDelete() *Deletion
func (*Instruction) GetDispatch ¶
func (m *Instruction) GetDispatch() *Dispatch
func (*Instruction) GetExternalScan ¶
func (m *Instruction) GetExternalScan() *ExternalScan
func (*Instruction) GetFilter ¶
func (m *Instruction) GetFilter() *plan.Expr
func (*Instruction) GetHashBuild ¶
func (m *Instruction) GetHashBuild() *HashBuild
func (*Instruction) GetIdx ¶
func (m *Instruction) GetIdx() int32
func (*Instruction) GetInsert ¶ added in v0.7.0
func (m *Instruction) GetInsert() *Insert
func (*Instruction) GetIsFirst ¶ added in v0.7.0
func (m *Instruction) GetIsFirst() bool
func (*Instruction) GetIsLast ¶ added in v0.7.0
func (m *Instruction) GetIsLast() bool
func (*Instruction) GetJoin ¶
func (m *Instruction) GetJoin() *Join
func (*Instruction) GetLeftJoin ¶
func (m *Instruction) GetLeftJoin() *LeftJoin
func (*Instruction) GetLimit ¶
func (m *Instruction) GetLimit() uint64
func (*Instruction) GetLockOp ¶ added in v0.8.0
func (m *Instruction) GetLockOp() *LockOp
func (*Instruction) GetMarkJoin ¶
func (m *Instruction) GetMarkJoin() *MarkJoin
func (*Instruction) GetMerge ¶ added in v1.0.0
func (m *Instruction) GetMerge() *Merge
func (*Instruction) GetOffset ¶
func (m *Instruction) GetOffset() uint64
func (*Instruction) GetOnDuplicateKey ¶ added in v0.8.0
func (m *Instruction) GetOnDuplicateKey() *OnDuplicateKey
func (*Instruction) GetOp ¶
func (m *Instruction) GetOp() int32
func (*Instruction) GetOrderBy ¶
func (m *Instruction) GetOrderBy() []*plan.OrderBySpec
func (*Instruction) GetPreInsert ¶ added in v0.8.0
func (m *Instruction) GetPreInsert() *PreInsert
func (*Instruction) GetPreInsertUnique ¶ added in v0.8.0
func (m *Instruction) GetPreInsertUnique() *PreInsertUnique
func (*Instruction) GetProduct ¶
func (m *Instruction) GetProduct() *Product
func (*Instruction) GetProjectList ¶
func (m *Instruction) GetProjectList() []*plan.Expr
func (*Instruction) GetRightAntiJoin ¶ added in v0.8.0
func (m *Instruction) GetRightAntiJoin() *RightAntiJoin
func (*Instruction) GetRightJoin ¶ added in v0.8.0
func (m *Instruction) GetRightJoin() *RightJoin
func (*Instruction) GetRightSemiJoin ¶ added in v0.8.0
func (m *Instruction) GetRightSemiJoin() *RightSemiJoin
func (*Instruction) GetSemiJoin ¶
func (m *Instruction) GetSemiJoin() *SemiJoin
func (*Instruction) GetShuffle ¶ added in v1.0.0
func (m *Instruction) GetShuffle() *Shuffle
func (*Instruction) GetSingleJoin ¶
func (m *Instruction) GetSingleJoin() *SingleJoin
func (*Instruction) GetStreamScan ¶ added in v1.0.0
func (m *Instruction) GetStreamScan() *StreamScan
func (*Instruction) GetTableFunction ¶
func (m *Instruction) GetTableFunction() *TableFunction
func (*Instruction) Marshal ¶
func (m *Instruction) Marshal() (dAtA []byte, err error)
func (*Instruction) MarshalToSizedBuffer ¶
func (m *Instruction) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Instruction) ProtoMessage ¶
func (*Instruction) ProtoMessage()
func (*Instruction) ProtoSize ¶
func (m *Instruction) ProtoSize() (n int)
func (*Instruction) Reset ¶
func (m *Instruction) Reset()
func (*Instruction) String ¶
func (m *Instruction) String() string
func (*Instruction) Unmarshal ¶
func (m *Instruction) Unmarshal(dAtA []byte) error
func (*Instruction) XXX_DiscardUnknown ¶
func (m *Instruction) XXX_DiscardUnknown()
func (*Instruction) XXX_Marshal ¶
func (m *Instruction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Instruction) XXX_Merge ¶
func (m *Instruction) XXX_Merge(src proto.Message)
func (*Instruction) XXX_Size ¶
func (m *Instruction) XXX_Size() int
func (*Instruction) XXX_Unmarshal ¶
func (m *Instruction) XXX_Unmarshal(b []byte) error
type Join ¶
type Join struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` RelList []int32 `protobuf:"varint,3,rep,packed,name=rel_list,json=relList,proto3" json:"rel_list,omitempty"` ColList []int32 `protobuf:"varint,4,rep,packed,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Expr *plan.Expr `protobuf:"bytes,5,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,6,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,7,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,8,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ HashOnPk bool `protobuf:"varint,10,opt,name=hash_on_pk,json=hashOnPk,proto3" json:"hash_on_pk,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Join) Descriptor ¶
func (*Join) GetColList ¶
func (*Join) GetHashOnPk ¶ added in v1.0.0
func (*Join) GetIbucket ¶
func (*Join) GetLeftCond ¶
func (*Join) GetNbucket ¶
func (*Join) GetRelList ¶
func (*Join) GetRightCond ¶
func (*Join) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *Join) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*Join) ProtoMessage ¶
func (*Join) ProtoMessage()
func (*Join) XXX_DiscardUnknown ¶
func (m *Join) XXX_DiscardUnknown()
func (*Join) XXX_Unmarshal ¶
type LeftJoin ¶
type LeftJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` RelList []int32 `protobuf:"varint,3,rep,packed,name=rel_list,json=relList,proto3" json:"rel_list,omitempty"` ColList []int32 `protobuf:"varint,4,rep,packed,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Expr *plan.Expr `protobuf:"bytes,5,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,6,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,7,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,8,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeftJoin) Descriptor ¶
func (*LeftJoin) GetColList ¶
func (*LeftJoin) GetIbucket ¶
func (*LeftJoin) GetLeftCond ¶
func (*LeftJoin) GetNbucket ¶
func (*LeftJoin) GetRelList ¶
func (*LeftJoin) GetRightCond ¶
func (*LeftJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *LeftJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*LeftJoin) MarshalToSizedBuffer ¶
func (*LeftJoin) ProtoMessage ¶
func (*LeftJoin) ProtoMessage()
func (*LeftJoin) XXX_DiscardUnknown ¶
func (m *LeftJoin) XXX_DiscardUnknown()
func (*LeftJoin) XXX_Marshal ¶
func (*LeftJoin) XXX_Unmarshal ¶
type LockOp ¶ added in v0.8.0
type LockOp struct { Targets []*LockTarget `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` Block bool `protobuf:"varint,2,opt,name=block,proto3" json:"block,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LockOp) Descriptor ¶ added in v0.8.0
func (*LockOp) GetTargets ¶ added in v0.8.0
func (m *LockOp) GetTargets() []*LockTarget
func (*LockOp) MarshalToSizedBuffer ¶ added in v0.8.0
func (*LockOp) ProtoMessage ¶ added in v0.8.0
func (*LockOp) ProtoMessage()
func (*LockOp) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *LockOp) XXX_DiscardUnknown()
func (*LockOp) XXX_Marshal ¶ added in v0.8.0
func (*LockOp) XXX_Unmarshal ¶ added in v0.8.0
type LockTarget ¶ added in v0.8.0
type LockTarget struct { TableId uint64 `protobuf:"varint,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"` PrimaryColIdxInBat int32 `protobuf:"varint,2,opt,name=primary_col_idx_in_bat,json=primaryColIdxInBat,proto3" json:"primary_col_idx_in_bat,omitempty"` PrimaryColTyp *plan.Type `protobuf:"bytes,3,opt,name=primary_col_typ,json=primaryColTyp,proto3" json:"primary_col_typ,omitempty"` RefreshTsIdxInBat int32 `protobuf:"varint,4,opt,name=refresh_ts_idx_in_bat,json=refreshTsIdxInBat,proto3" json:"refresh_ts_idx_in_bat,omitempty"` FilterColIdxInBat int32 `protobuf:"varint,5,opt,name=filter_col_idx_in_bat,json=filterColIdxInBat,proto3" json:"filter_col_idx_in_bat,omitempty"` LockTable bool `protobuf:"varint,6,opt,name=lock_table,json=lockTable,proto3" json:"lock_table,omitempty"` ChangeDef bool `protobuf:"varint,7,opt,name=ChangeDef,proto3" json:"ChangeDef,omitempty"` Mode lock.LockMode `protobuf:"varint,8,opt,name=Mode,proto3,enum=lock.LockMode" json:"Mode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LockTarget) Descriptor ¶ added in v0.8.0
func (*LockTarget) Descriptor() ([]byte, []int)
func (*LockTarget) GetChangeDef ¶ added in v1.0.0
func (m *LockTarget) GetChangeDef() bool
func (*LockTarget) GetFilterColIdxInBat ¶ added in v0.8.0
func (m *LockTarget) GetFilterColIdxInBat() int32
func (*LockTarget) GetLockTable ¶ added in v0.8.0
func (m *LockTarget) GetLockTable() bool
func (*LockTarget) GetMode ¶ added in v1.0.0
func (m *LockTarget) GetMode() lock.LockMode
func (*LockTarget) GetPrimaryColIdxInBat ¶ added in v0.8.0
func (m *LockTarget) GetPrimaryColIdxInBat() int32
func (*LockTarget) GetPrimaryColTyp ¶ added in v0.8.0
func (m *LockTarget) GetPrimaryColTyp() *plan.Type
func (*LockTarget) GetRefreshTsIdxInBat ¶ added in v0.8.0
func (m *LockTarget) GetRefreshTsIdxInBat() int32
func (*LockTarget) GetTableId ¶ added in v0.8.0
func (m *LockTarget) GetTableId() uint64
func (*LockTarget) Marshal ¶ added in v0.8.0
func (m *LockTarget) Marshal() (dAtA []byte, err error)
func (*LockTarget) MarshalTo ¶ added in v0.8.0
func (m *LockTarget) MarshalTo(dAtA []byte) (int, error)
func (*LockTarget) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *LockTarget) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LockTarget) ProtoMessage ¶ added in v0.8.0
func (*LockTarget) ProtoMessage()
func (*LockTarget) ProtoSize ¶ added in v0.8.0
func (m *LockTarget) ProtoSize() (n int)
func (*LockTarget) Reset ¶ added in v0.8.0
func (m *LockTarget) Reset()
func (*LockTarget) String ¶ added in v0.8.0
func (m *LockTarget) String() string
func (*LockTarget) Unmarshal ¶ added in v0.8.0
func (m *LockTarget) Unmarshal(dAtA []byte) error
func (*LockTarget) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *LockTarget) XXX_DiscardUnknown()
func (*LockTarget) XXX_Marshal ¶ added in v0.8.0
func (m *LockTarget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LockTarget) XXX_Merge ¶ added in v0.8.0
func (m *LockTarget) XXX_Merge(src proto.Message)
func (*LockTarget) XXX_Size ¶ added in v0.8.0
func (m *LockTarget) XXX_Size() int
func (*LockTarget) XXX_Unmarshal ¶ added in v0.8.0
func (m *LockTarget) XXX_Unmarshal(b []byte) error
type Map ¶ added in v0.8.0
type Map struct { Mp map[string]int32 `` /* 146-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Map) Descriptor ¶ added in v0.8.0
func (*Map) MarshalToSizedBuffer ¶ added in v0.8.0
func (*Map) ProtoMessage ¶ added in v0.8.0
func (*Map) ProtoMessage()
func (*Map) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *Map) XXX_DiscardUnknown()
func (*Map) XXX_Marshal ¶ added in v0.8.0
func (*Map) XXX_Unmarshal ¶ added in v0.8.0
type MarkJoin ¶
type MarkJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Result []int32 `protobuf:"varint,3,rep,packed,name=result,proto3" json:"result,omitempty"` Expr *plan.Expr `protobuf:"bytes,4,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,5,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,6,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,7,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` OnList []*plan.Expr `protobuf:"bytes,8,rep,name=on_list,json=onList,proto3" json:"on_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MarkJoin) Descriptor ¶
func (*MarkJoin) GetIbucket ¶
func (*MarkJoin) GetLeftCond ¶
func (*MarkJoin) GetNbucket ¶
func (*MarkJoin) GetRightCond ¶
func (*MarkJoin) MarshalToSizedBuffer ¶
func (*MarkJoin) ProtoMessage ¶
func (*MarkJoin) ProtoMessage()
func (*MarkJoin) XXX_DiscardUnknown ¶
func (m *MarkJoin) XXX_DiscardUnknown()
func (*MarkJoin) XXX_Marshal ¶
func (*MarkJoin) XXX_Unmarshal ¶
type Merge ¶ added in v1.0.0
type Merge struct { SinkScan bool `protobuf:"varint,1,opt,name=sinkScan,proto3" json:"sinkScan,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Merge) Descriptor ¶ added in v1.0.0
func (*Merge) GetSinkScan ¶ added in v1.0.0
func (*Merge) MarshalToSizedBuffer ¶ added in v1.0.0
func (*Merge) ProtoMessage ¶ added in v1.0.0
func (*Merge) ProtoMessage()
func (*Merge) XXX_DiscardUnknown ¶ added in v1.0.0
func (m *Merge) XXX_DiscardUnknown()
func (*Merge) XXX_Marshal ¶ added in v1.0.0
func (*Merge) XXX_Unmarshal ¶ added in v1.0.0
type Message ¶
type Message struct { Sid uint64 `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"` Cmd uint64 `protobuf:"varint,2,opt,name=cmd,proto3" json:"cmd,omitempty"` Err []byte `protobuf:"bytes,3,opt,name=err,proto3" json:"err,omitempty"` Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` ProcInfoData []byte `protobuf:"bytes,5,opt,name=proc_info_data,json=procInfoData,proto3" json:"proc_info_data,omitempty"` Analyse []byte `protobuf:"bytes,6,opt,name=analyse,proto3" json:"analyse,omitempty"` Id uint64 `protobuf:"varint,7,opt,name=id,proto3" json:"id,omitempty"` Uuid []byte `protobuf:"bytes,8,opt,name=uuid,proto3" json:"uuid,omitempty"` BatchCnt uint64 `protobuf:"varint,9,opt,name=batch_cnt,json=batchCnt,proto3" json:"batch_cnt,omitempty"` Checksum uint32 `protobuf:"varint,10,opt,name=checksum,proto3" json:"checksum,omitempty"` Sequence uint64 `protobuf:"varint,11,opt,name=sequence,proto3" json:"sequence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Message) DebugString ¶
func (*Message) Descriptor ¶
func (*Message) GetAnalyse ¶
func (*Message) GetBatchCnt ¶ added in v0.7.0
func (*Message) GetChecksum ¶ added in v0.7.0
func (*Message) GetProcInfoData ¶
func (*Message) GetSequence ¶ added in v0.7.0
func (*Message) IsBatchMessage ¶ added in v0.7.0
func (*Message) IsEndMessage ¶
func (*Message) IsNotifyMessage ¶ added in v0.7.0
func (*Message) IsPipelineMessage ¶ added in v0.7.0
func (*Message) MarshalToSizedBuffer ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) SetAnalysis ¶ added in v0.7.0
func (*Message) SetCheckSum ¶ added in v0.7.0
func (*Message) SetMessageType ¶ added in v0.7.0
func (*Message) SetMoError ¶ added in v0.7.0
func (*Message) SetProcData ¶ added in v0.7.0
func (*Message) SetSequence ¶ added in v0.7.0
func (*Message) TryToGetMoErr ¶ added in v0.7.0
func (*Message) WaitingNextToMerge ¶ added in v0.7.0
func (*Message) XXX_DiscardUnknown ¶
func (m *Message) XXX_DiscardUnknown()
func (*Message) XXX_Marshal ¶
func (*Message) XXX_Unmarshal ¶
type MultiArguemnt ¶ added in v0.8.0
type MultiArguemnt struct { Dist bool `protobuf:"varint,1,opt,name=Dist,proto3" json:"Dist,omitempty"` GroupExpr []*plan.Expr `protobuf:"bytes,2,rep,name=GroupExpr,proto3" json:"GroupExpr,omitempty"` OrderByExpr []*plan.Expr `protobuf:"bytes,3,rep,name=OrderByExpr,proto3" json:"OrderByExpr,omitempty"` Separator string `protobuf:"bytes,4,opt,name=Separator,proto3" json:"Separator,omitempty"` OrderId int32 `protobuf:"varint,5,opt,name=OrderId,proto3" json:"OrderId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MultiArguemnt) Descriptor ¶ added in v0.8.0
func (*MultiArguemnt) Descriptor() ([]byte, []int)
func (*MultiArguemnt) GetDist ¶ added in v0.8.0
func (m *MultiArguemnt) GetDist() bool
func (*MultiArguemnt) GetGroupExpr ¶ added in v0.8.0
func (m *MultiArguemnt) GetGroupExpr() []*plan.Expr
func (*MultiArguemnt) GetOrderByExpr ¶ added in v0.8.0
func (m *MultiArguemnt) GetOrderByExpr() []*plan.Expr
func (*MultiArguemnt) GetOrderId ¶ added in v0.8.0
func (m *MultiArguemnt) GetOrderId() int32
func (*MultiArguemnt) GetSeparator ¶ added in v0.8.0
func (m *MultiArguemnt) GetSeparator() string
func (*MultiArguemnt) Marshal ¶ added in v0.8.0
func (m *MultiArguemnt) Marshal() (dAtA []byte, err error)
func (*MultiArguemnt) MarshalTo ¶ added in v0.8.0
func (m *MultiArguemnt) MarshalTo(dAtA []byte) (int, error)
func (*MultiArguemnt) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *MultiArguemnt) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MultiArguemnt) ProtoMessage ¶ added in v0.8.0
func (*MultiArguemnt) ProtoMessage()
func (*MultiArguemnt) ProtoSize ¶ added in v0.8.0
func (m *MultiArguemnt) ProtoSize() (n int)
func (*MultiArguemnt) Reset ¶ added in v0.8.0
func (m *MultiArguemnt) Reset()
func (*MultiArguemnt) String ¶ added in v0.8.0
func (m *MultiArguemnt) String() string
func (*MultiArguemnt) Unmarshal ¶ added in v0.8.0
func (m *MultiArguemnt) Unmarshal(dAtA []byte) error
func (*MultiArguemnt) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *MultiArguemnt) XXX_DiscardUnknown()
func (*MultiArguemnt) XXX_Marshal ¶ added in v0.8.0
func (m *MultiArguemnt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MultiArguemnt) XXX_Merge ¶ added in v0.8.0
func (m *MultiArguemnt) XXX_Merge(src proto.Message)
func (*MultiArguemnt) XXX_Size ¶ added in v0.8.0
func (m *MultiArguemnt) XXX_Size() int
func (*MultiArguemnt) XXX_Unmarshal ¶ added in v0.8.0
func (m *MultiArguemnt) XXX_Unmarshal(b []byte) error
type NodeInfo ¶
type NodeInfo struct { Mcpu int32 `protobuf:"varint,1,opt,name=mcpu,proto3" json:"mcpu,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` Addr string `protobuf:"bytes,3,opt,name=addr,proto3" json:"addr,omitempty"` Payload []string `protobuf:"bytes,4,rep,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*NodeInfo) Descriptor ¶
func (*NodeInfo) GetPayload ¶
func (*NodeInfo) MarshalToSizedBuffer ¶
func (*NodeInfo) ProtoMessage ¶
func (*NodeInfo) ProtoMessage()
func (*NodeInfo) XXX_DiscardUnknown ¶
func (m *NodeInfo) XXX_DiscardUnknown()
func (*NodeInfo) XXX_Marshal ¶
func (*NodeInfo) XXX_Unmarshal ¶
type OnDuplicateKey ¶ added in v0.8.0
type OnDuplicateKey struct { TableDef *plan.TableDef `protobuf:"bytes,1,opt,name=table_def,json=tableDef,proto3" json:"table_def,omitempty"` OnDuplicateIdx []int32 `protobuf:"varint,2,rep,packed,name=on_duplicate_idx,json=onDuplicateIdx,proto3" json:"on_duplicate_idx,omitempty"` OnDuplicateExpr map[string]*plan.Expr `` /* 196-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OnDuplicateKey) Descriptor ¶ added in v0.8.0
func (*OnDuplicateKey) Descriptor() ([]byte, []int)
func (*OnDuplicateKey) GetOnDuplicateExpr ¶ added in v0.8.0
func (m *OnDuplicateKey) GetOnDuplicateExpr() map[string]*plan.Expr
func (*OnDuplicateKey) GetOnDuplicateIdx ¶ added in v0.8.0
func (m *OnDuplicateKey) GetOnDuplicateIdx() []int32
func (*OnDuplicateKey) GetTableDef ¶ added in v0.8.0
func (m *OnDuplicateKey) GetTableDef() *plan.TableDef
func (*OnDuplicateKey) Marshal ¶ added in v0.8.0
func (m *OnDuplicateKey) Marshal() (dAtA []byte, err error)
func (*OnDuplicateKey) MarshalTo ¶ added in v0.8.0
func (m *OnDuplicateKey) MarshalTo(dAtA []byte) (int, error)
func (*OnDuplicateKey) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *OnDuplicateKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OnDuplicateKey) ProtoMessage ¶ added in v0.8.0
func (*OnDuplicateKey) ProtoMessage()
func (*OnDuplicateKey) ProtoSize ¶ added in v0.8.0
func (m *OnDuplicateKey) ProtoSize() (n int)
func (*OnDuplicateKey) Reset ¶ added in v0.8.0
func (m *OnDuplicateKey) Reset()
func (*OnDuplicateKey) String ¶ added in v0.8.0
func (m *OnDuplicateKey) String() string
func (*OnDuplicateKey) Unmarshal ¶ added in v0.8.0
func (m *OnDuplicateKey) Unmarshal(dAtA []byte) error
func (*OnDuplicateKey) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *OnDuplicateKey) XXX_DiscardUnknown()
func (*OnDuplicateKey) XXX_Marshal ¶ added in v0.8.0
func (m *OnDuplicateKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OnDuplicateKey) XXX_Merge ¶ added in v0.8.0
func (m *OnDuplicateKey) XXX_Merge(src proto.Message)
func (*OnDuplicateKey) XXX_Size ¶ added in v0.8.0
func (m *OnDuplicateKey) XXX_Size() int
func (*OnDuplicateKey) XXX_Unmarshal ¶ added in v0.8.0
func (m *OnDuplicateKey) XXX_Unmarshal(b []byte) error
type Pipeline ¶
type Pipeline struct { PipelineType Pipeline_PipelineType `` /* 134-byte string literal not displayed */ PipelineId int32 `protobuf:"varint,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` Qry *plan.Plan `protobuf:"bytes,3,opt,name=qry,proto3" json:"qry,omitempty"` DataSource *Source `protobuf:"bytes,4,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"` Children []*Pipeline `protobuf:"bytes,5,rep,name=children,proto3" json:"children,omitempty"` InstructionList []*Instruction `protobuf:"bytes,6,rep,name=instruction_list,json=instructionList,proto3" json:"instruction_list,omitempty"` IsEnd bool `protobuf:"varint,7,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"` IsJoin bool `protobuf:"varint,8,opt,name=is_join,json=isJoin,proto3" json:"is_join,omitempty"` IsLoad bool `protobuf:"varint,9,opt,name=is_load,json=isLoad,proto3" json:"is_load,omitempty"` Node *NodeInfo `protobuf:"bytes,10,opt,name=node,proto3" json:"node,omitempty"` PushDownInfo int32 `protobuf:"varint,11,opt,name=push_down_info,json=pushDownInfo,proto3" json:"push_down_info,omitempty"` ChildrenCount int32 `protobuf:"varint,12,opt,name=children_count,json=childrenCount,proto3" json:"children_count,omitempty"` UuidsToRegIdx []*UuidToRegIdx `protobuf:"bytes,13,rep,name=uuids_to_reg_idx,json=uuidsToRegIdx,proto3" json:"uuids_to_reg_idx,omitempty"` BuildIdx int32 `protobuf:"varint,14,opt,name=build_idx,json=buildIdx,proto3" json:"build_idx,omitempty"` ShuffleCnt int32 `protobuf:"varint,15,opt,name=shuffle_cnt,json=shuffleCnt,proto3" json:"shuffle_cnt,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Pipeline) Descriptor ¶
func (*Pipeline) GetBuildIdx ¶ added in v1.0.0
func (*Pipeline) GetChildren ¶
func (*Pipeline) GetChildrenCount ¶
func (*Pipeline) GetDataSource ¶
func (*Pipeline) GetInstructionList ¶
func (m *Pipeline) GetInstructionList() []*Instruction
func (*Pipeline) GetPipelineId ¶
func (*Pipeline) GetPipelineType ¶
func (m *Pipeline) GetPipelineType() Pipeline_PipelineType
func (*Pipeline) GetPushDownInfo ¶
func (*Pipeline) GetShuffleCnt ¶ added in v1.0.0
func (*Pipeline) GetUuidsToRegIdx ¶ added in v0.7.0
func (m *Pipeline) GetUuidsToRegIdx() []*UuidToRegIdx
func (*Pipeline) MarshalToSizedBuffer ¶
func (*Pipeline) ProtoMessage ¶
func (*Pipeline) ProtoMessage()
func (*Pipeline) XXX_DiscardUnknown ¶
func (m *Pipeline) XXX_DiscardUnknown()
func (*Pipeline) XXX_Marshal ¶
func (*Pipeline) XXX_Unmarshal ¶
type Pipeline_PipelineType ¶
type Pipeline_PipelineType int32
const ( Pipeline_Merge Pipeline_PipelineType = 0 Pipeline_Normal Pipeline_PipelineType = 1 Pipeline_Remote Pipeline_PipelineType = 2 Pipeline_Parallel Pipeline_PipelineType = 3 )
func (Pipeline_PipelineType) EnumDescriptor ¶
func (Pipeline_PipelineType) EnumDescriptor() ([]byte, []int)
func (Pipeline_PipelineType) String ¶
func (x Pipeline_PipelineType) String() string
type PreInsert ¶ added in v0.8.0
type PreInsert struct { SchemaName string `protobuf:"bytes,1,opt,name=schema_name,json=schemaName,proto3" json:"schema_name,omitempty"` TableDef *plan.TableDef `protobuf:"bytes,2,opt,name=table_def,json=tableDef,proto3" json:"table_def,omitempty"` Idx []int32 `protobuf:"varint,3,rep,packed,name=idx,proto3" json:"idx,omitempty"` Attrs []string `protobuf:"bytes,4,rep,name=attrs,proto3" json:"attrs,omitempty"` HasAutoCol bool `protobuf:"varint,5,opt,name=has_auto_col,json=hasAutoCol,proto3" json:"has_auto_col,omitempty"` IsUpdate bool `protobuf:"varint,6,opt,name=is_update,json=isUpdate,proto3" json:"is_update,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PreInsert) Descriptor ¶ added in v0.8.0
func (*PreInsert) GetHasAutoCol ¶ added in v0.8.0
func (*PreInsert) GetIsUpdate ¶ added in v0.8.0
func (*PreInsert) GetSchemaName ¶ added in v0.8.0
func (*PreInsert) GetTableDef ¶ added in v0.8.0
func (*PreInsert) MarshalToSizedBuffer ¶ added in v0.8.0
func (*PreInsert) ProtoMessage ¶ added in v0.8.0
func (*PreInsert) ProtoMessage()
func (*PreInsert) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *PreInsert) XXX_DiscardUnknown()
func (*PreInsert) XXX_Marshal ¶ added in v0.8.0
func (*PreInsert) XXX_Unmarshal ¶ added in v0.8.0
type PreInsertUnique ¶ added in v0.8.0
type PreInsertUnique struct { PreInsertUkCtx *plan.PreInsertUkCtx `protobuf:"bytes,1,opt,name=pre_insert_uk_ctx,json=preInsertUkCtx,proto3" json:"pre_insert_uk_ctx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PreInsertUnique) Descriptor ¶ added in v0.8.0
func (*PreInsertUnique) Descriptor() ([]byte, []int)
func (*PreInsertUnique) GetPreInsertUkCtx ¶ added in v0.8.0
func (m *PreInsertUnique) GetPreInsertUkCtx() *plan.PreInsertUkCtx
func (*PreInsertUnique) Marshal ¶ added in v0.8.0
func (m *PreInsertUnique) Marshal() (dAtA []byte, err error)
func (*PreInsertUnique) MarshalTo ¶ added in v0.8.0
func (m *PreInsertUnique) MarshalTo(dAtA []byte) (int, error)
func (*PreInsertUnique) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *PreInsertUnique) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PreInsertUnique) ProtoMessage ¶ added in v0.8.0
func (*PreInsertUnique) ProtoMessage()
func (*PreInsertUnique) ProtoSize ¶ added in v0.8.0
func (m *PreInsertUnique) ProtoSize() (n int)
func (*PreInsertUnique) Reset ¶ added in v0.8.0
func (m *PreInsertUnique) Reset()
func (*PreInsertUnique) String ¶ added in v0.8.0
func (m *PreInsertUnique) String() string
func (*PreInsertUnique) Unmarshal ¶ added in v0.8.0
func (m *PreInsertUnique) Unmarshal(dAtA []byte) error
func (*PreInsertUnique) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *PreInsertUnique) XXX_DiscardUnknown()
func (*PreInsertUnique) XXX_Marshal ¶ added in v0.8.0
func (m *PreInsertUnique) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PreInsertUnique) XXX_Merge ¶ added in v0.8.0
func (m *PreInsertUnique) XXX_Merge(src proto.Message)
func (*PreInsertUnique) XXX_Size ¶ added in v0.8.0
func (m *PreInsertUnique) XXX_Size() int
func (*PreInsertUnique) XXX_Unmarshal ¶ added in v0.8.0
func (m *PreInsertUnique) XXX_Unmarshal(b []byte) error
type ProcessInfo ¶
type ProcessInfo struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Lim *ProcessLimitation `protobuf:"bytes,2,opt,name=lim,proto3" json:"lim,omitempty"` UnixTime int64 `protobuf:"varint,3,opt,name=unix_time,json=unixTime,proto3" json:"unix_time,omitempty"` AccountId uint32 `protobuf:"varint,4,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Snapshot string `protobuf:"bytes,5,opt,name=snapshot,proto3" json:"snapshot,omitempty"` SessionInfo *SessionInfo `protobuf:"bytes,6,opt,name=session_info,json=sessionInfo,proto3" json:"session_info,omitempty"` AnalysisNodeList []int32 `protobuf:"varint,7,rep,packed,name=analysis_node_list,json=analysisNodeList,proto3" json:"analysis_node_list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ProcessInfo) Descriptor ¶
func (*ProcessInfo) Descriptor() ([]byte, []int)
func (*ProcessInfo) GetAccountId ¶ added in v0.8.0
func (m *ProcessInfo) GetAccountId() uint32
func (*ProcessInfo) GetAnalysisNodeList ¶
func (m *ProcessInfo) GetAnalysisNodeList() []int32
func (*ProcessInfo) GetId ¶
func (m *ProcessInfo) GetId() string
func (*ProcessInfo) GetLim ¶
func (m *ProcessInfo) GetLim() *ProcessLimitation
func (*ProcessInfo) GetSessionInfo ¶
func (m *ProcessInfo) GetSessionInfo() *SessionInfo
func (*ProcessInfo) GetSnapshot ¶
func (m *ProcessInfo) GetSnapshot() string
func (*ProcessInfo) GetUnixTime ¶
func (m *ProcessInfo) GetUnixTime() int64
func (*ProcessInfo) Marshal ¶
func (m *ProcessInfo) Marshal() (dAtA []byte, err error)
func (*ProcessInfo) MarshalToSizedBuffer ¶
func (m *ProcessInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessInfo) ProtoMessage ¶
func (*ProcessInfo) ProtoMessage()
func (*ProcessInfo) ProtoSize ¶
func (m *ProcessInfo) ProtoSize() (n int)
func (*ProcessInfo) Reset ¶
func (m *ProcessInfo) Reset()
func (*ProcessInfo) String ¶
func (m *ProcessInfo) String() string
func (*ProcessInfo) Unmarshal ¶
func (m *ProcessInfo) Unmarshal(dAtA []byte) error
func (*ProcessInfo) XXX_DiscardUnknown ¶
func (m *ProcessInfo) XXX_DiscardUnknown()
func (*ProcessInfo) XXX_Marshal ¶
func (m *ProcessInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessInfo) XXX_Merge ¶
func (m *ProcessInfo) XXX_Merge(src proto.Message)
func (*ProcessInfo) XXX_Size ¶
func (m *ProcessInfo) XXX_Size() int
func (*ProcessInfo) XXX_Unmarshal ¶
func (m *ProcessInfo) XXX_Unmarshal(b []byte) error
type ProcessLimitation ¶
type ProcessLimitation struct { Size int64 `protobuf:"varint,1,opt,name=size,proto3" json:"size,omitempty"` BatchRows int64 `protobuf:"varint,2,opt,name=batch_rows,json=batchRows,proto3" json:"batch_rows,omitempty"` BatchSize int64 `protobuf:"varint,3,opt,name=batch_size,json=batchSize,proto3" json:"batch_size,omitempty"` PartitionRows int64 `protobuf:"varint,4,opt,name=partition_rows,json=partitionRows,proto3" json:"partition_rows,omitempty"` ReaderSize int64 `protobuf:"varint,5,opt,name=reader_size,json=readerSize,proto3" json:"reader_size,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ProcessLimitation) Descriptor ¶
func (*ProcessLimitation) Descriptor() ([]byte, []int)
func (*ProcessLimitation) GetBatchRows ¶
func (m *ProcessLimitation) GetBatchRows() int64
func (*ProcessLimitation) GetBatchSize ¶
func (m *ProcessLimitation) GetBatchSize() int64
func (*ProcessLimitation) GetPartitionRows ¶
func (m *ProcessLimitation) GetPartitionRows() int64
func (*ProcessLimitation) GetReaderSize ¶
func (m *ProcessLimitation) GetReaderSize() int64
func (*ProcessLimitation) GetSize ¶
func (m *ProcessLimitation) GetSize() int64
func (*ProcessLimitation) Marshal ¶
func (m *ProcessLimitation) Marshal() (dAtA []byte, err error)
func (*ProcessLimitation) MarshalTo ¶
func (m *ProcessLimitation) MarshalTo(dAtA []byte) (int, error)
func (*ProcessLimitation) MarshalToSizedBuffer ¶
func (m *ProcessLimitation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ProcessLimitation) ProtoMessage ¶
func (*ProcessLimitation) ProtoMessage()
func (*ProcessLimitation) ProtoSize ¶
func (m *ProcessLimitation) ProtoSize() (n int)
func (*ProcessLimitation) Reset ¶
func (m *ProcessLimitation) Reset()
func (*ProcessLimitation) String ¶
func (m *ProcessLimitation) String() string
func (*ProcessLimitation) Unmarshal ¶
func (m *ProcessLimitation) Unmarshal(dAtA []byte) error
func (*ProcessLimitation) XXX_DiscardUnknown ¶
func (m *ProcessLimitation) XXX_DiscardUnknown()
func (*ProcessLimitation) XXX_Marshal ¶
func (m *ProcessLimitation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ProcessLimitation) XXX_Merge ¶
func (m *ProcessLimitation) XXX_Merge(src proto.Message)
func (*ProcessLimitation) XXX_Size ¶
func (m *ProcessLimitation) XXX_Size() int
func (*ProcessLimitation) XXX_Unmarshal ¶
func (m *ProcessLimitation) XXX_Unmarshal(b []byte) error
type Product ¶
type Product struct { RelList []int32 `protobuf:"varint,1,rep,packed,name=rel_list,json=relList,proto3" json:"rel_list,omitempty"` ColList []int32 `protobuf:"varint,2,rep,packed,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Types []*plan.Type `protobuf:"bytes,3,rep,name=types,proto3" json:"types,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Product) Descriptor ¶
func (*Product) GetColList ¶
func (*Product) GetRelList ¶
func (*Product) MarshalToSizedBuffer ¶
func (*Product) ProtoMessage ¶
func (*Product) ProtoMessage()
func (*Product) XXX_DiscardUnknown ¶
func (m *Product) XXX_DiscardUnknown()
func (*Product) XXX_Marshal ¶
func (*Product) XXX_Unmarshal ¶
type RightAntiJoin ¶ added in v0.8.0
type RightAntiJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Result []int32 `protobuf:"varint,3,rep,packed,name=result,proto3" json:"result,omitempty"` Expr *plan.Expr `protobuf:"bytes,4,opt,name=expr,proto3" json:"expr,omitempty"` RightTypes []*plan.Type `protobuf:"bytes,5,rep,name=right_types,json=rightTypes,proto3" json:"right_types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,6,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,7,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RightAntiJoin) Descriptor ¶ added in v0.8.0
func (*RightAntiJoin) Descriptor() ([]byte, []int)
func (*RightAntiJoin) GetExpr ¶ added in v0.8.0
func (m *RightAntiJoin) GetExpr() *plan.Expr
func (*RightAntiJoin) GetIbucket ¶ added in v0.8.0
func (m *RightAntiJoin) GetIbucket() uint64
func (*RightAntiJoin) GetLeftCond ¶ added in v0.8.0
func (m *RightAntiJoin) GetLeftCond() []*plan.Expr
func (*RightAntiJoin) GetNbucket ¶ added in v0.8.0
func (m *RightAntiJoin) GetNbucket() uint64
func (*RightAntiJoin) GetResult ¶ added in v0.8.0
func (m *RightAntiJoin) GetResult() []int32
func (*RightAntiJoin) GetRightCond ¶ added in v0.8.0
func (m *RightAntiJoin) GetRightCond() []*plan.Expr
func (*RightAntiJoin) GetRightTypes ¶ added in v0.8.0
func (m *RightAntiJoin) GetRightTypes() []*plan.Type
func (*RightAntiJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *RightAntiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*RightAntiJoin) Marshal ¶ added in v0.8.0
func (m *RightAntiJoin) Marshal() (dAtA []byte, err error)
func (*RightAntiJoin) MarshalTo ¶ added in v0.8.0
func (m *RightAntiJoin) MarshalTo(dAtA []byte) (int, error)
func (*RightAntiJoin) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *RightAntiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RightAntiJoin) ProtoMessage ¶ added in v0.8.0
func (*RightAntiJoin) ProtoMessage()
func (*RightAntiJoin) ProtoSize ¶ added in v0.8.0
func (m *RightAntiJoin) ProtoSize() (n int)
func (*RightAntiJoin) Reset ¶ added in v0.8.0
func (m *RightAntiJoin) Reset()
func (*RightAntiJoin) String ¶ added in v0.8.0
func (m *RightAntiJoin) String() string
func (*RightAntiJoin) Unmarshal ¶ added in v0.8.0
func (m *RightAntiJoin) Unmarshal(dAtA []byte) error
func (*RightAntiJoin) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *RightAntiJoin) XXX_DiscardUnknown()
func (*RightAntiJoin) XXX_Marshal ¶ added in v0.8.0
func (m *RightAntiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RightAntiJoin) XXX_Merge ¶ added in v0.8.0
func (m *RightAntiJoin) XXX_Merge(src proto.Message)
func (*RightAntiJoin) XXX_Size ¶ added in v0.8.0
func (m *RightAntiJoin) XXX_Size() int
func (*RightAntiJoin) XXX_Unmarshal ¶ added in v0.8.0
func (m *RightAntiJoin) XXX_Unmarshal(b []byte) error
type RightJoin ¶ added in v0.8.0
type RightJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` RelList []int32 `protobuf:"varint,3,rep,packed,name=rel_list,json=relList,proto3" json:"rel_list,omitempty"` ColList []int32 `protobuf:"varint,4,rep,packed,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Expr *plan.Expr `protobuf:"bytes,5,opt,name=expr,proto3" json:"expr,omitempty"` LeftTypes []*plan.Type `protobuf:"bytes,6,rep,name=left_types,json=leftTypes,proto3" json:"left_types,omitempty"` RightTypes []*plan.Type `protobuf:"bytes,7,rep,name=right_types,json=rightTypes,proto3" json:"right_types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,8,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,9,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 132-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RightJoin) Descriptor ¶ added in v0.8.0
func (*RightJoin) GetColList ¶ added in v0.8.0
func (*RightJoin) GetIbucket ¶ added in v0.8.0
func (*RightJoin) GetLeftCond ¶ added in v0.8.0
func (*RightJoin) GetLeftTypes ¶ added in v0.8.0
func (*RightJoin) GetNbucket ¶ added in v0.8.0
func (*RightJoin) GetRelList ¶ added in v0.8.0
func (*RightJoin) GetRightCond ¶ added in v0.8.0
func (*RightJoin) GetRightTypes ¶ added in v0.8.0
func (*RightJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *RightJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*RightJoin) MarshalToSizedBuffer ¶ added in v0.8.0
func (*RightJoin) ProtoMessage ¶ added in v0.8.0
func (*RightJoin) ProtoMessage()
func (*RightJoin) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *RightJoin) XXX_DiscardUnknown()
func (*RightJoin) XXX_Marshal ¶ added in v0.8.0
func (*RightJoin) XXX_Unmarshal ¶ added in v0.8.0
type RightSemiJoin ¶ added in v0.8.0
type RightSemiJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Result []int32 `protobuf:"varint,3,rep,packed,name=result,proto3" json:"result,omitempty"` Expr *plan.Expr `protobuf:"bytes,4,opt,name=expr,proto3" json:"expr,omitempty"` RightTypes []*plan.Type `protobuf:"bytes,5,rep,name=right_types,json=rightTypes,proto3" json:"right_types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,6,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,7,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RightSemiJoin) Descriptor ¶ added in v0.8.0
func (*RightSemiJoin) Descriptor() ([]byte, []int)
func (*RightSemiJoin) GetExpr ¶ added in v0.8.0
func (m *RightSemiJoin) GetExpr() *plan.Expr
func (*RightSemiJoin) GetIbucket ¶ added in v0.8.0
func (m *RightSemiJoin) GetIbucket() uint64
func (*RightSemiJoin) GetLeftCond ¶ added in v0.8.0
func (m *RightSemiJoin) GetLeftCond() []*plan.Expr
func (*RightSemiJoin) GetNbucket ¶ added in v0.8.0
func (m *RightSemiJoin) GetNbucket() uint64
func (*RightSemiJoin) GetResult ¶ added in v0.8.0
func (m *RightSemiJoin) GetResult() []int32
func (*RightSemiJoin) GetRightCond ¶ added in v0.8.0
func (m *RightSemiJoin) GetRightCond() []*plan.Expr
func (*RightSemiJoin) GetRightTypes ¶ added in v0.8.0
func (m *RightSemiJoin) GetRightTypes() []*plan.Type
func (*RightSemiJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *RightSemiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*RightSemiJoin) Marshal ¶ added in v0.8.0
func (m *RightSemiJoin) Marshal() (dAtA []byte, err error)
func (*RightSemiJoin) MarshalTo ¶ added in v0.8.0
func (m *RightSemiJoin) MarshalTo(dAtA []byte) (int, error)
func (*RightSemiJoin) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *RightSemiJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RightSemiJoin) ProtoMessage ¶ added in v0.8.0
func (*RightSemiJoin) ProtoMessage()
func (*RightSemiJoin) ProtoSize ¶ added in v0.8.0
func (m *RightSemiJoin) ProtoSize() (n int)
func (*RightSemiJoin) Reset ¶ added in v0.8.0
func (m *RightSemiJoin) Reset()
func (*RightSemiJoin) String ¶ added in v0.8.0
func (m *RightSemiJoin) String() string
func (*RightSemiJoin) Unmarshal ¶ added in v0.8.0
func (m *RightSemiJoin) Unmarshal(dAtA []byte) error
func (*RightSemiJoin) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *RightSemiJoin) XXX_DiscardUnknown()
func (*RightSemiJoin) XXX_Marshal ¶ added in v0.8.0
func (m *RightSemiJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RightSemiJoin) XXX_Merge ¶ added in v0.8.0
func (m *RightSemiJoin) XXX_Merge(src proto.Message)
func (*RightSemiJoin) XXX_Size ¶ added in v0.8.0
func (m *RightSemiJoin) XXX_Size() int
func (*RightSemiJoin) XXX_Unmarshal ¶ added in v0.8.0
func (m *RightSemiJoin) XXX_Unmarshal(b []byte) error
type RuntimeFilter ¶ added in v0.8.0
type RuntimeFilter struct { Typ RuntimeFilter_RuntimeFilterType `protobuf:"varint,1,opt,name=typ,proto3,enum=pipeline.RuntimeFilter_RuntimeFilterType" json:"typ,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RuntimeFilter) Descriptor ¶ added in v0.8.0
func (*RuntimeFilter) Descriptor() ([]byte, []int)
func (*RuntimeFilter) GetData ¶ added in v0.8.0
func (m *RuntimeFilter) GetData() []byte
func (*RuntimeFilter) GetTyp ¶ added in v0.8.0
func (m *RuntimeFilter) GetTyp() RuntimeFilter_RuntimeFilterType
func (*RuntimeFilter) Marshal ¶ added in v0.8.0
func (m *RuntimeFilter) Marshal() (dAtA []byte, err error)
func (*RuntimeFilter) MarshalTo ¶ added in v0.8.0
func (m *RuntimeFilter) MarshalTo(dAtA []byte) (int, error)
func (*RuntimeFilter) MarshalToSizedBuffer ¶ added in v0.8.0
func (m *RuntimeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RuntimeFilter) ProtoMessage ¶ added in v0.8.0
func (*RuntimeFilter) ProtoMessage()
func (*RuntimeFilter) ProtoSize ¶ added in v0.8.0
func (m *RuntimeFilter) ProtoSize() (n int)
func (*RuntimeFilter) Reset ¶ added in v0.8.0
func (m *RuntimeFilter) Reset()
func (*RuntimeFilter) String ¶ added in v0.8.0
func (m *RuntimeFilter) String() string
func (*RuntimeFilter) Unmarshal ¶ added in v0.8.0
func (m *RuntimeFilter) Unmarshal(dAtA []byte) error
func (*RuntimeFilter) XXX_DiscardUnknown ¶ added in v0.8.0
func (m *RuntimeFilter) XXX_DiscardUnknown()
func (*RuntimeFilter) XXX_Marshal ¶ added in v0.8.0
func (m *RuntimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RuntimeFilter) XXX_Merge ¶ added in v0.8.0
func (m *RuntimeFilter) XXX_Merge(src proto.Message)
func (*RuntimeFilter) XXX_Size ¶ added in v0.8.0
func (m *RuntimeFilter) XXX_Size() int
func (*RuntimeFilter) XXX_Unmarshal ¶ added in v0.8.0
func (m *RuntimeFilter) XXX_Unmarshal(b []byte) error
type RuntimeFilter_RuntimeFilterType ¶ added in v0.8.0
type RuntimeFilter_RuntimeFilterType int32
const ( RuntimeFilter_IN RuntimeFilter_RuntimeFilterType = 0 RuntimeFilter_BITMAP RuntimeFilter_RuntimeFilterType = 1 RuntimeFilter_MIN_MAX RuntimeFilter_RuntimeFilterType = 2 RuntimeFilter_BINARY_FUSE RuntimeFilter_RuntimeFilterType = 3 RuntimeFilter_PASS RuntimeFilter_RuntimeFilterType = 100 RuntimeFilter_DROP RuntimeFilter_RuntimeFilterType = 101 )
func (RuntimeFilter_RuntimeFilterType) EnumDescriptor ¶ added in v0.8.0
func (RuntimeFilter_RuntimeFilterType) EnumDescriptor() ([]byte, []int)
func (RuntimeFilter_RuntimeFilterType) String ¶ added in v0.8.0
func (x RuntimeFilter_RuntimeFilterType) String() string
type SemiJoin ¶
type SemiJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` Result []int32 `protobuf:"varint,3,rep,packed,name=result,proto3" json:"result,omitempty"` Expr *plan.Expr `protobuf:"bytes,4,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,5,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,6,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,7,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SemiJoin) Descriptor ¶
func (*SemiJoin) GetIbucket ¶
func (*SemiJoin) GetLeftCond ¶
func (*SemiJoin) GetNbucket ¶
func (*SemiJoin) GetRightCond ¶
func (*SemiJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *SemiJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*SemiJoin) MarshalToSizedBuffer ¶
func (*SemiJoin) ProtoMessage ¶
func (*SemiJoin) ProtoMessage()
func (*SemiJoin) XXX_DiscardUnknown ¶
func (m *SemiJoin) XXX_DiscardUnknown()
func (*SemiJoin) XXX_Marshal ¶
func (*SemiJoin) XXX_Unmarshal ¶
type SessionInfo ¶
type SessionInfo struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` ConnectionId uint64 `protobuf:"varint,4,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` Database string `protobuf:"bytes,5,opt,name=database,proto3" json:"database,omitempty"` Version string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"` TimeZone []byte `protobuf:"bytes,7,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` Account string `protobuf:"bytes,8,opt,name=account,proto3" json:"account,omitempty"` QueryId []string `protobuf:"bytes,9,rep,name=query_id,json=queryId,proto3" json:"query_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SessionInfo) Descriptor ¶
func (*SessionInfo) Descriptor() ([]byte, []int)
func (*SessionInfo) GetAccount ¶ added in v0.7.0
func (m *SessionInfo) GetAccount() string
func (*SessionInfo) GetConnectionId ¶
func (m *SessionInfo) GetConnectionId() uint64
func (*SessionInfo) GetDatabase ¶
func (m *SessionInfo) GetDatabase() string
func (*SessionInfo) GetHost ¶
func (m *SessionInfo) GetHost() string
func (*SessionInfo) GetQueryId ¶ added in v0.8.0
func (m *SessionInfo) GetQueryId() []string
func (*SessionInfo) GetRole ¶
func (m *SessionInfo) GetRole() string
func (*SessionInfo) GetTimeZone ¶
func (m *SessionInfo) GetTimeZone() []byte
func (*SessionInfo) GetUser ¶
func (m *SessionInfo) GetUser() string
func (*SessionInfo) GetVersion ¶
func (m *SessionInfo) GetVersion() string
func (*SessionInfo) Marshal ¶
func (m *SessionInfo) Marshal() (dAtA []byte, err error)
func (*SessionInfo) MarshalToSizedBuffer ¶
func (m *SessionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SessionInfo) ProtoMessage ¶
func (*SessionInfo) ProtoMessage()
func (*SessionInfo) ProtoSize ¶
func (m *SessionInfo) ProtoSize() (n int)
func (*SessionInfo) Reset ¶
func (m *SessionInfo) Reset()
func (*SessionInfo) String ¶
func (m *SessionInfo) String() string
func (*SessionInfo) Unmarshal ¶
func (m *SessionInfo) Unmarshal(dAtA []byte) error
func (*SessionInfo) XXX_DiscardUnknown ¶
func (m *SessionInfo) XXX_DiscardUnknown()
func (*SessionInfo) XXX_Marshal ¶
func (m *SessionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionInfo) XXX_Merge ¶
func (m *SessionInfo) XXX_Merge(src proto.Message)
func (*SessionInfo) XXX_Size ¶
func (m *SessionInfo) XXX_Size() int
func (*SessionInfo) XXX_Unmarshal ¶
func (m *SessionInfo) XXX_Unmarshal(b []byte) error
type Shuffle ¶ added in v1.0.0
type Shuffle struct { ShuffleColIdx int32 `protobuf:"varint,1,opt,name=ShuffleColIdx,proto3" json:"ShuffleColIdx,omitempty"` ShuffleType int32 `protobuf:"varint,2,opt,name=ShuffleType,proto3" json:"ShuffleType,omitempty"` ShuffleColMin int64 `protobuf:"varint,3,opt,name=ShuffleColMin,proto3" json:"ShuffleColMin,omitempty"` ShuffleColMax int64 `protobuf:"varint,4,opt,name=ShuffleColMax,proto3" json:"ShuffleColMax,omitempty"` AliveRegCnt int32 `protobuf:"varint,5,opt,name=AliveRegCnt,proto3" json:"AliveRegCnt,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Shuffle) Descriptor ¶ added in v1.0.0
func (*Shuffle) GetAliveRegCnt ¶ added in v1.0.0
func (*Shuffle) GetShuffleColIdx ¶ added in v1.0.0
func (*Shuffle) GetShuffleColMax ¶ added in v1.0.0
func (*Shuffle) GetShuffleColMin ¶ added in v1.0.0
func (*Shuffle) GetShuffleType ¶ added in v1.0.0
func (*Shuffle) MarshalToSizedBuffer ¶ added in v1.0.0
func (*Shuffle) ProtoMessage ¶ added in v1.0.0
func (*Shuffle) ProtoMessage()
func (*Shuffle) XXX_DiscardUnknown ¶ added in v1.0.0
func (m *Shuffle) XXX_DiscardUnknown()
func (*Shuffle) XXX_Marshal ¶ added in v1.0.0
func (*Shuffle) XXX_Unmarshal ¶ added in v1.0.0
type SingleJoin ¶
type SingleJoin struct { Ibucket uint64 `protobuf:"varint,1,opt,name=ibucket,proto3" json:"ibucket,omitempty"` Nbucket uint64 `protobuf:"varint,2,opt,name=nbucket,proto3" json:"nbucket,omitempty"` RelList []int32 `protobuf:"varint,3,rep,packed,name=rel_list,json=relList,proto3" json:"rel_list,omitempty"` ColList []int32 `protobuf:"varint,4,rep,packed,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Expr *plan.Expr `protobuf:"bytes,5,opt,name=expr,proto3" json:"expr,omitempty"` Types []*plan.Type `protobuf:"bytes,6,rep,name=types,proto3" json:"types,omitempty"` LeftCond []*plan.Expr `protobuf:"bytes,7,rep,name=left_cond,json=leftCond,proto3" json:"left_cond,omitempty"` RightCond []*plan.Expr `protobuf:"bytes,8,rep,name=right_cond,json=rightCond,proto3" json:"right_cond,omitempty"` RuntimeFilterBuildList []*plan.RuntimeFilterSpec `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SingleJoin) Descriptor ¶
func (*SingleJoin) Descriptor() ([]byte, []int)
func (*SingleJoin) GetColList ¶
func (m *SingleJoin) GetColList() []int32
func (*SingleJoin) GetExpr ¶
func (m *SingleJoin) GetExpr() *plan.Expr
func (*SingleJoin) GetIbucket ¶
func (m *SingleJoin) GetIbucket() uint64
func (*SingleJoin) GetLeftCond ¶
func (m *SingleJoin) GetLeftCond() []*plan.Expr
func (*SingleJoin) GetNbucket ¶
func (m *SingleJoin) GetNbucket() uint64
func (*SingleJoin) GetRelList ¶
func (m *SingleJoin) GetRelList() []int32
func (*SingleJoin) GetRightCond ¶
func (m *SingleJoin) GetRightCond() []*plan.Expr
func (*SingleJoin) GetRuntimeFilterBuildList ¶ added in v1.0.0
func (m *SingleJoin) GetRuntimeFilterBuildList() []*plan.RuntimeFilterSpec
func (*SingleJoin) GetTypes ¶
func (m *SingleJoin) GetTypes() []*plan.Type
func (*SingleJoin) Marshal ¶
func (m *SingleJoin) Marshal() (dAtA []byte, err error)
func (*SingleJoin) MarshalToSizedBuffer ¶
func (m *SingleJoin) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SingleJoin) ProtoMessage ¶
func (*SingleJoin) ProtoMessage()
func (*SingleJoin) ProtoSize ¶
func (m *SingleJoin) ProtoSize() (n int)
func (*SingleJoin) Reset ¶
func (m *SingleJoin) Reset()
func (*SingleJoin) String ¶
func (m *SingleJoin) String() string
func (*SingleJoin) Unmarshal ¶
func (m *SingleJoin) Unmarshal(dAtA []byte) error
func (*SingleJoin) XXX_DiscardUnknown ¶
func (m *SingleJoin) XXX_DiscardUnknown()
func (*SingleJoin) XXX_Marshal ¶
func (m *SingleJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SingleJoin) XXX_Merge ¶
func (m *SingleJoin) XXX_Merge(src proto.Message)
func (*SingleJoin) XXX_Size ¶
func (m *SingleJoin) XXX_Size() int
func (*SingleJoin) XXX_Unmarshal ¶
func (m *SingleJoin) XXX_Unmarshal(b []byte) error
type Source ¶
type Source struct { SchemaName string `protobuf:"bytes,1,opt,name=schema_name,json=schemaName,proto3" json:"schema_name,omitempty"` TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"` ColList []string `protobuf:"bytes,3,rep,name=col_list,json=colList,proto3" json:"col_list,omitempty"` Block string `protobuf:"bytes,4,opt,name=block,proto3" json:"block,omitempty"` PushdownId uint64 `protobuf:"varint,5,opt,name=pushdown_id,json=pushdownId,proto3" json:"pushdown_id,omitempty"` PushdownAddr string `protobuf:"bytes,6,opt,name=pushdown_addr,json=pushdownAddr,proto3" json:"pushdown_addr,omitempty"` Expr *plan.Expr `protobuf:"bytes,7,opt,name=expr,proto3" json:"expr,omitempty"` TableDef *plan.TableDef `protobuf:"bytes,8,opt,name=tableDef,proto3" json:"tableDef,omitempty"` Timestamp *timestamp.Timestamp `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"` RuntimeFilterProbeList []*plan.RuntimeFilterSpec `` /* 132-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Source) Descriptor ¶
func (*Source) GetColList ¶
func (*Source) GetPushdownAddr ¶
func (*Source) GetPushdownId ¶
func (*Source) GetRuntimeFilterProbeList ¶ added in v1.0.0
func (m *Source) GetRuntimeFilterProbeList() []*plan.RuntimeFilterSpec
func (*Source) GetSchemaName ¶
func (*Source) GetTableDef ¶
func (*Source) GetTableName ¶
func (*Source) GetTimestamp ¶
func (*Source) MarshalToSizedBuffer ¶
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) XXX_DiscardUnknown ¶
func (m *Source) XXX_DiscardUnknown()
func (*Source) XXX_Marshal ¶
func (*Source) XXX_Unmarshal ¶
type StreamScan ¶ added in v1.0.0
type StreamScan struct { TblDef *plan.TableDef `protobuf:"bytes,1,opt,name=tbl_def,json=tblDef,proto3" json:"tbl_def,omitempty"` Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"` Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*StreamScan) Descriptor ¶ added in v1.0.0
func (*StreamScan) Descriptor() ([]byte, []int)
func (*StreamScan) GetLimit ¶ added in v1.0.0
func (m *StreamScan) GetLimit() int64
func (*StreamScan) GetOffset ¶ added in v1.0.0
func (m *StreamScan) GetOffset() int64
func (*StreamScan) GetTblDef ¶ added in v1.0.0
func (m *StreamScan) GetTblDef() *plan.TableDef
func (*StreamScan) Marshal ¶ added in v1.0.0
func (m *StreamScan) Marshal() (dAtA []byte, err error)
func (*StreamScan) MarshalTo ¶ added in v1.0.0
func (m *StreamScan) MarshalTo(dAtA []byte) (int, error)
func (*StreamScan) MarshalToSizedBuffer ¶ added in v1.0.0
func (m *StreamScan) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StreamScan) ProtoMessage ¶ added in v1.0.0
func (*StreamScan) ProtoMessage()
func (*StreamScan) ProtoSize ¶ added in v1.0.0
func (m *StreamScan) ProtoSize() (n int)
func (*StreamScan) Reset ¶ added in v1.0.0
func (m *StreamScan) Reset()
func (*StreamScan) String ¶ added in v1.0.0
func (m *StreamScan) String() string
func (*StreamScan) Unmarshal ¶ added in v1.0.0
func (m *StreamScan) Unmarshal(dAtA []byte) error
func (*StreamScan) XXX_DiscardUnknown ¶ added in v1.0.0
func (m *StreamScan) XXX_DiscardUnknown()
func (*StreamScan) XXX_Marshal ¶ added in v1.0.0
func (m *StreamScan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StreamScan) XXX_Merge ¶ added in v1.0.0
func (m *StreamScan) XXX_Merge(src proto.Message)
func (*StreamScan) XXX_Size ¶ added in v1.0.0
func (m *StreamScan) XXX_Size() int
func (*StreamScan) XXX_Unmarshal ¶ added in v1.0.0
func (m *StreamScan) XXX_Unmarshal(b []byte) error
type TableFunction ¶
type TableFunction struct { Attrs []string `protobuf:"bytes,1,rep,name=attrs,proto3" json:"attrs,omitempty"` Rets []*plan.ColDef `protobuf:"bytes,2,rep,name=rets,proto3" json:"rets,omitempty"` Args []*plan.Expr `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Params []byte `protobuf:"bytes,4,opt,name=params,proto3" json:"params,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TableFunction) Descriptor ¶
func (*TableFunction) Descriptor() ([]byte, []int)
func (*TableFunction) GetArgs ¶ added in v0.7.0
func (m *TableFunction) GetArgs() []*plan.Expr
func (*TableFunction) GetAttrs ¶
func (m *TableFunction) GetAttrs() []string
func (*TableFunction) GetName ¶ added in v0.7.0
func (m *TableFunction) GetName() string
func (*TableFunction) GetParams ¶ added in v0.7.0
func (m *TableFunction) GetParams() []byte
func (*TableFunction) GetRets ¶ added in v0.7.0
func (m *TableFunction) GetRets() []*plan.ColDef
func (*TableFunction) Marshal ¶
func (m *TableFunction) Marshal() (dAtA []byte, err error)
func (*TableFunction) MarshalToSizedBuffer ¶
func (m *TableFunction) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TableFunction) ProtoMessage ¶
func (*TableFunction) ProtoMessage()
func (*TableFunction) ProtoSize ¶
func (m *TableFunction) ProtoSize() (n int)
func (*TableFunction) Reset ¶
func (m *TableFunction) Reset()
func (*TableFunction) String ¶
func (m *TableFunction) String() string
func (*TableFunction) Unmarshal ¶
func (m *TableFunction) Unmarshal(dAtA []byte) error
func (*TableFunction) XXX_DiscardUnknown ¶
func (m *TableFunction) XXX_DiscardUnknown()
func (*TableFunction) XXX_Marshal ¶
func (m *TableFunction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TableFunction) XXX_Merge ¶
func (m *TableFunction) XXX_Merge(src proto.Message)
func (*TableFunction) XXX_Size ¶
func (m *TableFunction) XXX_Size() int
func (*TableFunction) XXX_Unmarshal ¶
func (m *TableFunction) XXX_Unmarshal(b []byte) error
type UuidToRegIdx ¶ added in v0.7.0
type UuidToRegIdx struct { Idx int32 `protobuf:"varint,1,opt,name=idx,proto3" json:"idx,omitempty"` Uuid []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` FromAddr string `protobuf:"bytes,3,opt,name=from_addr,json=fromAddr,proto3" json:"from_addr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UuidToRegIdx) Descriptor ¶ added in v0.7.0
func (*UuidToRegIdx) Descriptor() ([]byte, []int)
func (*UuidToRegIdx) GetFromAddr ¶ added in v0.7.0
func (m *UuidToRegIdx) GetFromAddr() string
func (*UuidToRegIdx) GetIdx ¶ added in v0.7.0
func (m *UuidToRegIdx) GetIdx() int32
func (*UuidToRegIdx) GetUuid ¶ added in v0.7.0
func (m *UuidToRegIdx) GetUuid() []byte
func (*UuidToRegIdx) Marshal ¶ added in v0.7.0
func (m *UuidToRegIdx) Marshal() (dAtA []byte, err error)
func (*UuidToRegIdx) MarshalTo ¶ added in v0.7.0
func (m *UuidToRegIdx) MarshalTo(dAtA []byte) (int, error)
func (*UuidToRegIdx) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *UuidToRegIdx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*UuidToRegIdx) ProtoMessage ¶ added in v0.7.0
func (*UuidToRegIdx) ProtoMessage()
func (*UuidToRegIdx) ProtoSize ¶ added in v0.7.0
func (m *UuidToRegIdx) ProtoSize() (n int)
func (*UuidToRegIdx) Reset ¶ added in v0.7.0
func (m *UuidToRegIdx) Reset()
func (*UuidToRegIdx) String ¶ added in v0.7.0
func (m *UuidToRegIdx) String() string
func (*UuidToRegIdx) Unmarshal ¶ added in v0.7.0
func (m *UuidToRegIdx) Unmarshal(dAtA []byte) error
func (*UuidToRegIdx) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *UuidToRegIdx) XXX_DiscardUnknown()
func (*UuidToRegIdx) XXX_Marshal ¶ added in v0.7.0
func (m *UuidToRegIdx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UuidToRegIdx) XXX_Merge ¶ added in v0.7.0
func (m *UuidToRegIdx) XXX_Merge(src proto.Message)
func (*UuidToRegIdx) XXX_Size ¶ added in v0.7.0
func (m *UuidToRegIdx) XXX_Size() int
func (*UuidToRegIdx) XXX_Unmarshal ¶ added in v0.7.0
func (m *UuidToRegIdx) XXX_Unmarshal(b []byte) error
type WrapNode ¶ added in v0.7.0
type WrapNode struct { NodeAddr string `protobuf:"bytes,1,opt,name=node_addr,json=nodeAddr,proto3" json:"node_addr,omitempty"` Uuid []byte `protobuf:"bytes,2,opt,name=uuid,proto3" json:"uuid,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WrapNode) Descriptor ¶ added in v0.7.0
func (*WrapNode) GetNodeAddr ¶ added in v0.7.0
func (*WrapNode) MarshalToSizedBuffer ¶ added in v0.7.0
func (*WrapNode) ProtoMessage ¶ added in v0.7.0
func (*WrapNode) ProtoMessage()
func (*WrapNode) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *WrapNode) XXX_DiscardUnknown()
func (*WrapNode) XXX_Marshal ¶ added in v0.7.0
func (*WrapNode) XXX_Unmarshal ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.