Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeSnapshot = "s" TypeCDC = "c" )
Variables ¶
View Source
var ErrUnknownIteratorType = errors.New("unknown iterator type")
Functions ¶
This section is empty.
Types ¶
type Position ¶
type Position struct { // IteratorType - shows in what iterator was created position. IteratorType IteratorType // Snapshot information. // SnapshotLastProcessedVal - last processed value from ordering column. SnapshotLastProcessedVal any // SnapshotMaxValue - max value from ordering column. SnapshotMaxValue any // CDC information. // CDCLastID - last processed id from tracking table. CDCLastID int // TrackingTableName tracking table name. TrackingTableName string }
Position represents SAP Hana position.
func ParseSDKPosition ¶
ParseSDKPosition parses SDK position and returns Position.
Click to show internal directories.
Click to hide internal directories.