Documentation ¶
Index ¶
- type DefaultSourceTuple
- func (t *DefaultSourceTuple) AllMeta() map[string]any
- func (t *DefaultSourceTuple) Meta(key, table string) (any, bool)
- func (t *DefaultSourceTuple) Range(f func(key string, value any) bool)
- func (t *DefaultSourceTuple) Raw() []byte
- func (t *DefaultSourceTuple) Timestamp() time.Time
- func (t *DefaultSourceTuple) ToMap() map[string]any
- func (t *DefaultSourceTuple) Value(key, table string) (any, bool)
- type InfoNode
- type NodeInfo
- type StreamReader
- type StreamWriter
- type UniqueConn
- type UniqueSub
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultSourceTuple ¶
type DefaultSourceTuple struct {
// contains filtered or unexported fields
}
func NewDefaultRawTuple ¶
NewDefaultRawTuple creates a new DefaultSourceTuple with raw data. Use this when extend source connector
func NewDefaultRawTupleIgnoreTs ¶
func NewDefaultRawTupleIgnoreTs(raw []byte, meta map[string]any) *DefaultSourceTuple
func NewDefaultSourceTuple ¶
func (*DefaultSourceTuple) AllMeta ¶
func (t *DefaultSourceTuple) AllMeta() map[string]any
func (*DefaultSourceTuple) Range ¶
func (t *DefaultSourceTuple) Range(f func(key string, value any) bool)
func (*DefaultSourceTuple) Raw ¶
func (t *DefaultSourceTuple) Raw() []byte
func (*DefaultSourceTuple) Timestamp ¶
func (t *DefaultSourceTuple) Timestamp() time.Time
func (*DefaultSourceTuple) ToMap ¶
func (t *DefaultSourceTuple) ToMap() map[string]any
type InfoNode ¶
InfoNode explain the node itself. Mainly used for planner to decide the split of source/sink
type StreamReader ¶
type StreamWriter ¶
type UniqueConn ¶
Click to show internal directories.
Click to hide internal directories.