Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csimplestring/delta-go
/ functions
Functions
719 in github.com/csimplestring/delta-go
⨍
Functions
719
◇
Types & classes
134
↓ 4 callers
Function
LiteralShort
(n int8)
types/expr_literal.go:70
↓ 4 callers
Function
LiteralString
(s string)
types/expr_literal.go:74
↓ 4 callers
Function
LiteralTimestamp
(t time.Time)
types/expr_literal.go:78
↓ 4 callers
Method
RemoveWithTimestamp
(ts *int64, dataChange *bool)
action/add.go:40
↓ 4 callers
Function
UnmarshalBool
(obj interfaces.UnmarshalObject, fieldName string, setter func(s bool))
internal/util/parquet/serde.go:38
↓ 4 callers
Method
Unwrap
()
action/action.go:63
↓ 4 callers
Method
copyLog
(name string)
log_test.go:149
↓ 4 callers
Function
getTestDirDataFile
(tablePath string)
log_timetravel_test.go:17
↓ 4 callers
Function
getTestMetedata
()
log_test.go:102
↓ 4 callers
Function
mustNoError
(err error)
scan_test.go:30
↓ 4 callers
Function
newScanTestFixtures
()
scan_test.go:49
↓ 4 callers
Function
newTestLogCase
(name string, baseDir string, c Config)
log_test.go:193
↓ 4 callers
Function
testDatatypeChange
(t *testing.T, scenario string, makeFn func(DataType) *StructType)
types/type_utils_test.go:37
↓ 4 callers
Method
update
()
snapshot_reader.go:279
↓ 3 callers
Function
CheckpointVersion
(path string)
internal/util/filenames/filename.go:21
↓ 3 callers
Method
CommitInfoAt
(version int64)
log.go:32
↓ 3 callers
Method
Compare
(other CheckpointInstance)
checkpoint.go:35
↓ 3 callers
Method
DeleteFile
(file string)
internal/util/blob.go:125
↓ 3 callers
Function
ExplodeNestedFieldNames
(schema *StructType)
types/type_utils.go:275
↓ 3 callers
Function
FromJson
(s string)
action/action.go:26
↓ 3 callers
Function
IllegalStateError
(msg string)
errno/errors.go:54
↓ 3 callers
Function
InvalidProtocolVersionError
()
errno/errors.go:50
↓ 3 callers
Function
LastCheckpoint
(s store.Store)
checkpoint.go:91
↓ 3 callers
Function
MapOptional
(m mo.Option[S], mapper func(v S) D)
internal/util/optional.go:5
↓ 3 callers
Method
Metadata
the metadata for this transaction. It refers to the metadata of the table's latest version as of this transaction's instantiation unless updated durin
trnx.go:58
↓ 3 callers
Function
NestedNotNullConstraintError
(parent string, nested string, nestType string)
errno/errors.go:108
↓ 3 callers
Function
NewNot
(e Expression)
types/expr_unary.go:68
↓ 3 callers
Method
Open
(path string, schema string)
parquet_writer.go:22
↓ 3 callers
Method
ResidualPredicate
ResidualPredicate Returns portion of the input predicate that may not be fully applied. Files returned by Files() are not guaranteed to satisfy the re
scan.go:39
↓ 3 callers
Method
ResolvePathOnPhysicalStore
Resolve the fully qualified path for the given `path`.
store/azure.go:107
↓ 3 callers
Method
ResolvePathOnPhysicalStore
Resolve the fully qualified path for the given `path`.
store/s3.go:110
↓ 3 callers
Method
ResolvePathOnPhysicalStore
(path string)
store/local.go:52
↓ 3 callers
Method
ResolvePathOnPhysicalStore
Resolve the fully qualified path for the given `path`.
store/gcs.go:104
↓ 3 callers
Method
TimeModified
()
store/store.go:67
↓ 3 callers
Function
VersionNotExist
(userVersion int64, earliest int64, latest int64)
errno/errors.go:154
↓ 3 callers
Method
createSnapshot
(segment *LogSegment, lastCommitTs int64)
snapshot_reader.go:270
↓ 3 callers
Method
fromMetadata
(metadata *action.Metadata)
config.go:25
↓ 3 callers
Method
getActiveCommitAtTime
(sr *SnapshotReader, timestamp int64, canReturnLastCommit bool, mustBeRecreatable bool, canReturnEarliestComm
history_manager.go:68
↓ 3 callers
Method
getLogSegmentForVersion
(startCheckpoint mo.Option[int64], versionToLoad mo.Option[int64])
snapshot_reader.go:133
↓ 3 callers
Function
getTestEngineInfo
()
log_test.go:94
↓ 3 callers
Function
getTestFileConfig
()
log_test.go:50
↓ 3 callers
Function
matchesNullableType
(x DataType)
types/type_utils.go:154
↓ 3 callers
Function
prettyFieldName
(columnPath []string)
types/type_utils.go:193
↓ 3 callers
Method
setUp
(log Log, actions []action.Action)
scan_test.go:36
↓ 3 callers
Method
updateInternal
updateInternal is not goroutine-safe, the caller should take care of locking.
snapshot_reader.go:287
↓ 2 callers
Method
Add3
(fieldName string, dt DataType, nullable bool)
types/type_struct.go:50
↓ 2 callers
Function
AsReadCloser
(itr Iter[string], appendNewline bool)
iter/line_reader.go:43
↓ 2 callers
Function
CheckColumnNameDuplication
(schema *StructType, colType string)
types/type_utils.go:290
↓ 2 callers
Function
CheckpointFileSingular
(dir string, version int64)
internal/util/filenames/filename.go:69
↓ 2 callers
Function
CheckpointPrefix
(path string, version int64)
internal/util/filenames/filename.go:65
↓ 2 callers
Method
Close
()
parquet_writer.go:24
↓ 2 callers
Function
ConcurrentDeleteRead
(file string)
errno/errors.go:181
↓ 2 callers
Method
Copy
(version int64)
action/commit_info.go:55
↓ 2 callers
Method
CreateTemp
()
internal/util/blob.go:129
↓ 2 callers
Function
DefaultProtocol
()
action/protocol.go:23
↓ 2 callers
Function
DeltaVersionNotContinuous
(versions []int64)
errno/errors.go:130
↓ 2 callers
Method
Equals
(other *Protocol)
action/protocol.go:16
↓ 2 callers
Function
FindLastCompleteCheckpoint
(s store.Store, cv CheckpointInstance)
checkpoint.go:156
↓ 2 callers
Function
FromMetadata
(metadata CheckpointMetaDataJSON)
checkpoint.go:80
↓ 2 callers
Function
FromPath
(path string)
checkpoint.go:73
↓ 2 callers
Function
FromReadCloser
FromReadCloser returns an iterator producing lines from the given reader.
iter/line_reader.go:12
↓ 2 callers
Function
GetLatestCompleteCheckpointFromList
(instances []*CheckpointInstance, notLaterThan CheckpointInstance)
checkpoint.go:214
↓ 2 callers
Method
GetReverseIterator
()
replay_file.go:77
↓ 2 callers
Function
JsonMarshalError
(err error)
errno/errors.go:38
↓ 2 callers
Method
Length
()
types/interfaces.go:12
↓ 2 callers
Function
MaxInt64
(x int64, y int64)
internal/util/partition_utils.go:73
↓ 2 callers
Method
Metadata
the metadata for this transaction. It refers to the metadata of the table's latest version as of this transaction's instantiation unless updated durin
trnx.go:311
↓ 2 callers
Function
NewAzureBlobLogStore
(logDir string)
store/azure.go:20
↓ 2 callers
Function
NewBlobDir
(urlstr string)
internal/util/blob.go:25
↓ 2 callers
Function
NewFileLogStore
(logDirUrl string)
store/local.go:17
↓ 2 callers
Function
NewGCSLogStore
(logDir string)
store/gcs.go:17
↓ 2 callers
Function
NewIsNotNull
(e Expression)
types/expr_unary.go:94
↓ 2 callers
Function
NewIsNull
(e Expression)
types/expr_unary.go:53
↓ 2 callers
Function
NewLessThan
(l Expression, r Expression)
types/expr_binary.go:237
↓ 2 callers
Function
NewS3LogStore
Note: currently s3 log store only supports single driver. TODO: support multi-drivers writes see https://delta.io/blog/2022-05-18-multi-cluster-writes
store/s3.go:20
↓ 2 callers
Function
NoHistoryFound
(path string)
errno/errors.go:150
↓ 2 callers
Function
NoReproducibleHistoryFound
(path string)
errno/errors.go:146
↓ 2 callers
Method
NowInMillis
()
clock.go:6
↓ 2 callers
Function
NumCheckpointParts
(path string)
internal/util/filenames/filename.go:54
↓ 2 callers
Function
ParseName
ParseName attempts to convert a string to a Name.
op/names.go:87
↓ 2 callers
Method
PartitionSchema
()
action/metadata.go:55
↓ 2 callers
Method
ReadWholeTable
Mark the entire table as tainted (i.e. read) by this transaction.
trnx.go:61
↓ 2 callers
Method
References
References returns the set of column names
types/interfaces.go:50
↓ 2 callers
Function
Relative
(base string, path string)
internal/util/path/resolver.go:25
↓ 2 callers
Method
Schema
()
action/metadata.go:43
↓ 2 callers
Method
TableExists
()
log.go:52
↓ 2 callers
Method
TableExists
()
log.go:283
↓ 2 callers
Function
TimestampLaterThanTableLastCommit
(userTimestamp int64, commitTs int64)
errno/errors.go:163
↓ 2 callers
Method
TxnVersion
returns the latest version that has committed for the idempotent transaction with given id.
trnx.go:64
↓ 2 callers
Function
UnmarshalInt32
(obj interfaces.UnmarshalObject, fieldName string, setter func(s int32))
internal/util/parquet/serde.go:27
↓ 2 callers
Function
UnsupportedFileSystem
(msg string)
errno/errors.go:30
↓ 2 callers
Function
assertProtocolRead
(protocol *action.Protocol)
conflict_checker.go:245
↓ 2 callers
Method
checkVersionExists
(versionToCkeck int64, sr *SnapshotReader)
history_manager.go:50
↓ 2 callers
Function
compareTime
(t1 time.Time, t2 time.Time)
types/expr_binary.go:124
↓ 2 callers
Function
dataTypeToJSON
(d DataType)
types/type_parser.go:67
↓ 2 callers
Method
doCommit
(attemptVersion int64, actions []action.Action, isolationLevel isolation.Level)
trnx.go:578
↓ 2 callers
Function
explode
(schema *StructType)
types/type_utils.go:236
↓ 2 callers
Method
files
()
snapshot.go:170
↓ 2 callers
Method
findNextValid
()
scan.go:92
↓ 2 callers
Method
getEarliestReproducibleCommitVersion
()
history_manager.go:130
← previous
next →
101–200 of 719, ranked by callers