MCPcopy Create free account

hub / github.com/csimplestring/delta-go / functions

Functions719 in github.com/csimplestring/delta-go

↓ 1 callersMethodverifySchemaCompatibility
( existingSchema *types.StructType, newSchema *types.StructType, actions []action.Action)
trnx.go:390
↓ 1 callersMethodwithGlobalConfigDefaults
(metadata *action.Metadata)
trnx.go:339
↓ 1 callersMethodwrite
The scala version passed the DeltaLog instance to infer if we need to use 'rename' but here I decide to pass some Config struct in future to instantia
checkpoint_writer.go:19
MethodActionIter
()
version_log.go:12
MethodActionIter
()
version_log.go:31
MethodActionIter
()
version_log.go:57
MethodActions
()
version_log.go:27
MethodActions
()
version_log.go:45
MethodAllFiles
AllFiles returns all of the files present in this snapshot
snapshot.go:121
MethodChanges
Get all actions starting from startVersion (inclusive) in increasing order of committed version. If startVersion doesn't exist, return an empty Iterat
log.go:188
MethodChildren
Children returns List of the immediate children of this node
types/expr_unary.go:36
MethodChildren
Children returns List of the immediate children of this node
types/expr_column.go:75
MethodChildren
Children returns List of the immediate children of this node
types/expr_literal.go:31
MethodClose
()
scan.go:176
MethodClose
()
checkpoint_reader.go:82
MethodClose
()
parquet_writer.go:94
MethodClose
()
checkpoint_test.go:120
MethodClose
()
replay_file.go:46
MethodClose
()
replay_file.go:66
MethodClose
func (l *logReplayIterator) ensureNextIterReady() error { if l.actionIter.IsPresent() && l.actionIter.MustGet().Next() { return nil } if l.action
replay_file.go:194
MethodClose
()
store/base.go:106
MethodClose
()
internal/util/blob.go:67
MethodClose
()
iter/map_iter.go:17
MethodClose
()
iter/line_reader.go:39
MethodClose
()
iter/line_reader.go:79
MethodClose
()
iter/slice.go:26
MethodCommit
Commit Modifies the state of the log by adding a new commit that is based on a read at the table's latest version as of this transaction's instantiati
trnx.go:144
MethodCommitInfoAt
(version int64)
log.go:173
FunctionConcurrentTransaction
()
errno/errors.go:193
MethodCopy
(dataChange bool, path string)
action/remove.go:42
MethodCreate
(path string)
checkpoint_test.go:139
MethodCreate
(path string)
store/base.go:114
MethodCreate
(path string)
store/azure.go:120
MethodCreate
(path string)
store/s3.go:123
MethodCreate
(path string)
store/local.go:106
MethodCreate
(path string)
store/gcs.go:117
MethodDataType
()
types/expr_binary.go:38
MethodDataType
DataType returns the DataType of the result of evaluating this expression.
types/expr_unary.go:22
MethodDataType
DataType returns the DataType of the result of evaluating this expression.
types/expr_column.go:65
MethodDataType
DataType returns the DataType of the result of evaluating this expression.
types/expr_literal.go:21
MethodError
()
errno/errors.go:171
MethodError
()
errno/errors.go:205
MethodError
()
errno/errors.go:214
MethodError
()
errno/errors.go:223
MethodEval
(record RowRecord)
types/expr_binary.go:20
MethodEval
Eval returns the result of evaluating this expression on the given input RowRecord.
types/expr_unary.go:13
MethodEval
(record RowRecord)
types/expr_unary.go:48
MethodEval
(record RowRecord)
types/expr_unary.go:86
MethodEval
Eval returns the result of evaluating this expression on the given input RowRecord.
types/expr_column.go:52
MethodEval
Eval returns the result of evaluating this expression on the given input RowRecord.
types/expr_literal.go:16
MethodExists
(path string)
checkpoint_test.go:136
MethodExists
(path string)
store/base.go:110
MethodExists
(path string)
store/azure.go:116
MethodExists
(path string)
store/s3.go:119
MethodExists
(path string)
store/local.go:102
MethodExists
(path string)
store/gcs.go:113
FunctionFileNotFound
(msg string)
errno/errors.go:247
MethodFiles
()
scan.go:60
MethodFiles
()
scan.go:233
MethodGet
(fieldName string)
types/type_struct.go:31
MethodGetBigDecimal
(fieldName string)
record.go:125
MethodGetBinary
(fieldName string)
record.go:117
MethodGetBoolean
(fieldName string)
record.go:88
MethodGetByte
(fieldName string)
record.go:63
MethodGetDate
(fieldName string)
record.go:141
MethodGetDouble
(fieldName string)
record.go:105
MethodGetFloat
(fieldName string)
record.go:96
MethodGetInt
(fieldName string)
record.go:47
MethodGetInt64
(fieldName string)
record.go:55
MethodGetList
(fieldName string)
record.go:153
MethodGetList
(fieldName string)
types/interfaces.go:28
MethodGetMap
(fieldName string)
record.go:157
MethodGetMap
(fieldName string)
types/interfaces.go:29
MethodGetRecord
(fieldName string)
record.go:149
MethodGetRecord
(fieldName string)
types/interfaces.go:27
MethodGetShort
(fieldName string)
record.go:76
MethodGetString
(fieldName string)
record.go:113
MethodGetTimestamp
(fieldName string)
record.go:133
MethodGetTimestamp
()
history_manager.go:251
MethodGetTimestamp
()
action/commit_info.go:8
MethodGetTimestamp
()
action/commit_info.go:39
MethodGetVersion
()
history_manager.go:262
MethodGetVersion
()
action/commit_info.go:10
MethodGetVersion
()
action/commit_info.go:51
FunctionHash
(v interface{})
internal/util/hash.go:5
MethodInputPredicate
InputPredicate Returns the input predicate passed in by the user
scan.go:30
MethodInputPredicate
()
scan.go:71
MethodInputPredicate
()
scan.go:237
FunctionIs
(a DataType)
types/type_utils.go:14
MethodIsDataChanged
()
action/remove.go:19
MethodIsDataChanged
()
action/cdc.go:15
MethodIsDataChanged
()
action/add.go:20
MethodIsNullAt
(fieldName string)
record.go:34
MethodIsPartialWriteVisible
(path string)
checkpoint_test.go:132
MethodIsPartialWriteVisible
Whether a partial write is visible for the underlying file system of `path`.
store/store.go:50
MethodIsPartialWriteVisible
Whether a partial write is visible for the underlying file system of `path`.
store/azure.go:112
MethodIsPartialWriteVisible
Whether a partial write is visible for the underlying file system of `path`.
store/s3.go:115
MethodIsPartialWriteVisible
(path string)
store/local.go:97
MethodIsPartialWriteVisible
Whether a partial write is visible for the underlying file system of `path`.
store/gcs.go:109
MethodIsValid
String implements the Stringer interface.
op/names.go:61
← previousnext →401–500 of 719, ranked by callers