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
Method
Json
()
action/commit_info.go:35
Method
Json
()
action/protocol.go:12
Method
Json
()
action/remove.go:31
Method
Json
()
action/metadata.go:39
Method
Json
()
action/cdc.go:27
Method
Json
()
action/add.go:32
Method
Json
()
action/trx.go:13
Method
Length
()
record.go:30
Method
Length
()
types/type_struct.go:27
Method
ListFrom
(path string)
checkpoint_test.go:102
Method
ListFrom
(path string)
store/base.go:53
Method
ListFrom
List the paths in the same directory that are lexicographically greater or equal to (UTF-8 sorting) the given `path`. The result should also be sorted
store/s3.go:73
Method
ListFrom
(path string)
store/local.go:65
Method
MarkFilesAsRead
Mark files matched by the readPredicate as read by this transaction. Please note filtering is only supported on partition columns, thus the files matc
trnx.go:235
Function
MustParseName
MustParseName converts a string to a Name, and panics if is not valid.
op/names.go:95
Method
Name
()
types/type_array.go:8
Method
Name
()
types/type_primitives.go:8
Method
Name
()
types/type_primitives.go:15
Method
Name
()
types/type_primitives.go:22
Method
Name
()
types/type_primitives.go:29
Method
Name
()
types/type_primitives.go:38
Method
Name
()
types/type_primitives.go:49
Method
Name
()
types/type_primitives.go:56
Method
Name
()
types/type_primitives.go:63
Method
Name
()
types/type_primitives.go:70
Method
Name
()
types/type_primitives.go:77
Method
Name
()
types/type_primitives.go:84
Method
Name
()
types/type_primitives.go:91
Method
Name
()
types/type_primitives.go:98
Method
Name
()
types/type_map.go:9
Method
Name
()
types/type_struct.go:15
Method
Next
()
scan.go:164
Method
Next
()
checkpoint_reader.go:66
Method
Next
()
checkpoint_test.go:112
Method
Next
()
replay_file.go:28
Method
Next
()
replay_file.go:54
Method
Next
()
replay_file.go:98
Method
Next
()
store/base.go:78
Method
Next
()
iter/map_iter.go:8
Method
Next
Value implements Iterator[T].Value by returning the next line from the reader.
iter/line_reader.go:28
Method
Next
()
iter/slice.go:16
Method
NowInMillis
()
clock.go:13
Method
NowInNano
()
clock.go:7
Method
NowInNano
()
clock.go:17
Function
NullValueFoundForNonNullSchemaField
(name string, schema string)
errno/errors.go:243
Method
Open
(path string, schemaString string)
parquet_writer.go:50
Function
OptionalFilter
(m mo.Option[V], filter func(V) bool)
internal/util/optional.go:36
Method
Path
()
log.go:182
Method
PathAsUri
()
action/remove.go:23
Method
PathAsUri
()
action/cdc.go:19
Method
PathAsUri
()
action/add.go:24
Method
PathAsUri
()
action/action.go:22
Method
PushedPredicate
()
scan.go:75
Method
PushedPredicate
()
scan.go:241
Method
Read
(path string)
checkpoint_reader.go:19
Method
Read
(path string)
checkpoint_reader.go:43
Method
Read
(path string)
checkpoint_test.go:96
Method
Read
(path string)
store/base.go:17
Method
Read
Read the given file and return an `Iterator` of lines, with line breaks removed from each line. Callers of this function are responsible to close the
store/s3.go:63
Method
Read
(path string)
store/local.go:56
Method
Read
(p []byte)
iter/line_reader.go:57
Method
ReadWholeTable
Mark the entire table as tainted (i.e. read) by this transaction.
trnx.go:323
Function
References
References returns the names of columns referenced by this expression.
types/interfaces.go:54
Method
References
()
types/expr_binary.go:46
Method
References
()
types/expr_unary.go:31
Method
References
()
types/expr_column.go:79
Method
References
()
types/expr_literal.go:35
Method
ResidualPredicate
()
scan.go:79
Method
ResidualPredicate
()
scan.go:245
Method
ResolvePathOnPhysicalStore
(path string)
checkpoint_test.go:128
Method
ResolvePathOnPhysicalStore
Resolve the fully qualified path for the given `path`.
store/store.go:47
Method
Root
()
checkpoint_test.go:92
Method
Root
()
store/azure.go:65
Method
Root
()
store/s3.go:56
Method
Root
()
store/local.go:47
Method
Root
()
store/gcs.go:62
Method
Scan
Scan scan of the files in this snapshot matching the pushed portion of predicate
snapshot.go:98
Method
Schema
()
record.go:26
Method
Snapshot
Snapshot the current Snapshot of the Delta table. You may need to call update() to access the latest snapshot if the current snapshot is stale.
log.go:148
Method
SnapshotForTimestampAsOf
(timestamp int64)
log.go:160
Method
SnapshotForVersionAsOf
(version int64)
log.go:156
Method
StartTransaction
()
log.go:164
Method
String
()
isolation/delta_isolationlevel.go:9
Method
String
()
isolation/delta_isolationlevel.go:13
Method
String
()
types/expr_binary.go:42
Method
String
String returns the String representation of this expression.
types/expr_unary.go:27
Method
String
()
types/expr_unary.go:44
Method
String
()
types/expr_unary.go:64
Method
String
()
types/expr_unary.go:82
Method
String
String returns the String representation of this expression.
types/expr_column.go:70
Method
String
String returns the String representation of this expression.
types/expr_literal.go:26
Method
String
String implements the Stringer interface.
op/names.go:56
Function
TestAnd
(t *testing.T)
types/expr_binary_test.go:30
Function
TestAsReader
(t *testing.T)
iter/line_reader_test.go:13
Function
TestAzureBlobExample
(t *testing.T)
examples/azblob_example_test.go:11
Function
TestAzureBlobLogStore
(t *testing.T)
store/azure_test.go:12
Function
TestCanonicalize
(t *testing.T)
internal/util/path/resolver_test.go:89
Function
TestCheckColumnNameDuplication
(t *testing.T)
types/type_utils_test.go:163
Function
TestColumnVariantions
(t *testing.T)
types/type_utils_test.go:95
Function
TestComparison
(t *testing.T)
types/expr_binary_test.go:43
← previous
next →
501–600 of 719, ranked by callers