Documentation
¶
Index ¶
- Variables
- type FragmentHandle
- func (*FragmentHandle) Descriptor() ([]byte, []int)deprecated
- func (x *FragmentHandle) GetMajorFragmentId() int32
- func (x *FragmentHandle) GetMinorFragmentId() int32
- func (x *FragmentHandle) GetParentQueryId() *shared.QueryId
- func (x *FragmentHandle) GetQueryId() *shared.QueryId
- func (*FragmentHandle) ProtoMessage()
- func (x *FragmentHandle) ProtoReflect() protoreflect.Message
- func (x *FragmentHandle) Reset()
- func (x *FragmentHandle) String() string
- type ServerPreparedStatementState
- func (*ServerPreparedStatementState) Descriptor() ([]byte, []int)deprecated
- func (x *ServerPreparedStatementState) GetSqlQuery() string
- func (*ServerPreparedStatementState) ProtoMessage()
- func (x *ServerPreparedStatementState) ProtoReflect() protoreflect.Message
- func (x *ServerPreparedStatementState) Reset()
- func (x *ServerPreparedStatementState) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ExecutionProtos_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FragmentHandle ¶
type FragmentHandle struct { QueryId *shared.QueryId `protobuf:"bytes,1,opt,name=query_id,json=queryId" json:"query_id,omitempty"` MajorFragmentId *int32 `protobuf:"varint,2,opt,name=major_fragment_id,json=majorFragmentId" json:"major_fragment_id,omitempty"` MinorFragmentId *int32 `protobuf:"varint,3,opt,name=minor_fragment_id,json=minorFragmentId" json:"minor_fragment_id,omitempty"` ParentQueryId *shared.QueryId `protobuf:"bytes,4,opt,name=parent_query_id,json=parentQueryId" json:"parent_query_id,omitempty"` // contains filtered or unexported fields }
func (*FragmentHandle) Descriptor
deprecated
func (*FragmentHandle) Descriptor() ([]byte, []int)
Deprecated: Use FragmentHandle.ProtoReflect.Descriptor instead.
func (*FragmentHandle) GetMajorFragmentId ¶
func (x *FragmentHandle) GetMajorFragmentId() int32
func (*FragmentHandle) GetMinorFragmentId ¶
func (x *FragmentHandle) GetMinorFragmentId() int32
func (*FragmentHandle) GetParentQueryId ¶
func (x *FragmentHandle) GetParentQueryId() *shared.QueryId
func (*FragmentHandle) GetQueryId ¶
func (x *FragmentHandle) GetQueryId() *shared.QueryId
func (*FragmentHandle) ProtoMessage ¶
func (*FragmentHandle) ProtoMessage()
func (*FragmentHandle) ProtoReflect ¶
func (x *FragmentHandle) ProtoReflect() protoreflect.Message
func (*FragmentHandle) Reset ¶
func (x *FragmentHandle) Reset()
func (*FragmentHandle) String ¶
func (x *FragmentHandle) String() string
type ServerPreparedStatementState ¶
type ServerPreparedStatementState struct { SqlQuery *string `protobuf:"bytes,1,opt,name=sql_query,json=sqlQuery" json:"sql_query,omitempty"` // contains filtered or unexported fields }
Prepared statement state on server side. Clients do not need to know the contents. They just need to submit it back to server when executing the prepared statement.
func (*ServerPreparedStatementState) Descriptor
deprecated
func (*ServerPreparedStatementState) Descriptor() ([]byte, []int)
Deprecated: Use ServerPreparedStatementState.ProtoReflect.Descriptor instead.
func (*ServerPreparedStatementState) GetSqlQuery ¶
func (x *ServerPreparedStatementState) GetSqlQuery() string
func (*ServerPreparedStatementState) ProtoMessage ¶
func (*ServerPreparedStatementState) ProtoMessage()
func (*ServerPreparedStatementState) ProtoReflect ¶
func (x *ServerPreparedStatementState) ProtoReflect() protoreflect.Message
func (*ServerPreparedStatementState) Reset ¶
func (x *ServerPreparedStatementState) Reset()
func (*ServerPreparedStatementState) String ¶
func (x *ServerPreparedStatementState) String() string
Click to show internal directories.
Click to hide internal directories.