Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogDir = "_delta_log" LastCheckPointFile = "_last_checkpoint" AddPath = "add.path" RemovePath = "remove.path" CDCPath = "cdc.path" MetadataPath = "metaData.id" TxnPath = "txn.lastUpdated" ProtocolPath = "protocol.minReaderVersion" )
Variables ¶
View Source
var ActionPaths = []string{AddPath, RemovePath, MetadataPath, CDCPath, TxnPath, ProtocolPath}
Functions ¶
This section is empty.
Types ¶
type ActionFormat ¶
type ActionTypes ¶
type ActionTypes interface { AddAction | RemoveAction | Metadata | CommitInfo | Protocol }
type Checkpoint ¶
type CommitInfo ¶
type CommitInfo map[string]interface{}
type RemoveAction ¶
type Table ¶
type Table struct { Storage storage.Backend Options TableOptions Version int64 VersionTimestamp int64 URI string State TableState // contains filtered or unexported fields }
type TableOptions ¶
type TableOptions struct {
// contains filtered or unexported fields
}
type TableState ¶
Click to show internal directories.
Click to hide internal directories.