- get(String) - Method in class io.delta.standalone.types.FieldMetadata
-
- get(String) - Method in class io.delta.standalone.types.StructType
-
- getActions() - Method in class io.delta.standalone.VersionLog
-
- getActionsIterator() - Method in class io.delta.standalone.VersionLog
-
- getAllFiles() - Method in interface io.delta.standalone.Snapshot
-
- getAppId() - Method in class io.delta.standalone.actions.SetTransaction
-
- getBigDecimal(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a java.math.BigDecimal
.
- getBinary(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as binary (byte array).
- getBoolean(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive boolean.
- getByte(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive byte.
- getCatalogString() - Method in class io.delta.standalone.types.DataType
-
- getChanges(long, boolean) - Method in interface io.delta.standalone.DeltaLog
-
Get all actions starting from startVersion
(inclusive) in increasing order of
committed version.
- getChild() - Method in class io.delta.standalone.expressions.UnaryExpression
-
- getClusterId() - Method in class io.delta.standalone.actions.CommitInfo
-
- getCommitInfoAt(long) - Method in interface io.delta.standalone.DeltaLog
-
- getConfiguration() - Method in class io.delta.standalone.actions.Metadata
-
- getCreatedTime() - Method in class io.delta.standalone.actions.Metadata
-
- getDataType() - Method in class io.delta.standalone.types.StructField
-
- getDate(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a java.sql.Date
.
- getDeletionTimestamp() - Method in class io.delta.standalone.actions.RemoveFile
-
- getDescription() - Method in class io.delta.standalone.actions.Metadata
-
- getDouble(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive double.
- getElementType() - Method in class io.delta.standalone.types.ArrayType
-
- getEngineInfo() - Method in class io.delta.standalone.actions.CommitInfo
-
- getEntries() - Method in class io.delta.standalone.types.FieldMetadata
-
- getFieldNames() - Method in class io.delta.standalone.types.StructType
-
- getFields() - Method in class io.delta.standalone.types.StructType
-
- getFiles() - Method in interface io.delta.standalone.DeltaScan
-
- getFloat(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive float.
- getFormat() - Method in class io.delta.standalone.actions.Metadata
-
- getId() - Method in class io.delta.standalone.actions.Metadata
-
- getInputPredicate() - Method in interface io.delta.standalone.DeltaScan
-
- getInt(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive int.
- getIsBlindAppend() - Method in class io.delta.standalone.actions.CommitInfo
-
- getIsolationLevel() - Method in class io.delta.standalone.actions.CommitInfo
-
- getJobId() - Method in class io.delta.standalone.actions.JobInfo
-
- getJobInfo() - Method in class io.delta.standalone.actions.CommitInfo
-
- getJobName() - Method in class io.delta.standalone.actions.JobInfo
-
- getJobOwnerId() - Method in class io.delta.standalone.actions.JobInfo
-
- getKeyType() - Method in class io.delta.standalone.types.MapType
-
- getLastUpdated() - Method in class io.delta.standalone.actions.SetTransaction
-
- getLeft() - Method in class io.delta.standalone.expressions.BinaryExpression
-
- getLength() - Method in interface io.delta.standalone.data.RowRecord
-
- getList(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a java.util.List<T>
object.
- getLong(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive long.
- getMap(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a java.util.Map<K, V>
object.
- getMetadata() - Method in interface io.delta.standalone.Snapshot
-
- getMetadata() - Method in class io.delta.standalone.types.StructField
-
- getMetrics() - Method in class io.delta.standalone.Operation
-
- getMinReaderVersion() - Method in class io.delta.standalone.actions.Protocol
-
- getMinWriterVersion() - Method in class io.delta.standalone.actions.Protocol
-
- getModificationTime() - Method in class io.delta.standalone.actions.AddFile
-
- getName() - Method in class io.delta.standalone.actions.Metadata
-
- getName() - Method in class io.delta.standalone.Operation
-
- getName() - Method in class io.delta.standalone.types.StructField
-
- getNotebookId() - Method in class io.delta.standalone.actions.NotebookInfo
-
- getNotebookInfo() - Method in class io.delta.standalone.actions.CommitInfo
-
- getOperation() - Method in class io.delta.standalone.actions.CommitInfo
-
- getOperationMetrics() - Method in class io.delta.standalone.actions.CommitInfo
-
- getOperationParameters() - Method in class io.delta.standalone.actions.CommitInfo
-
- getOptions() - Method in class io.delta.standalone.actions.Format
-
- getParameters() - Method in class io.delta.standalone.Operation
-
- getPartitionColumns() - Method in class io.delta.standalone.actions.Metadata
-
- getPartitionValues() - Method in class io.delta.standalone.actions.AddCDCFile
-
- getPartitionValues() - Method in class io.delta.standalone.actions.AddFile
-
- getPartitionValues() - Method in class io.delta.standalone.actions.RemoveFile
-
- getPath() - Method in class io.delta.standalone.actions.AddCDCFile
-
- getPath() - Method in class io.delta.standalone.actions.AddFile
-
- getPath() - Method in interface io.delta.standalone.actions.FileAction
-
- getPath() - Method in class io.delta.standalone.actions.RemoveFile
-
- getPath() - Method in interface io.delta.standalone.DeltaLog
-
- getPrecision() - Method in class io.delta.standalone.types.DecimalType
-
- getProvider() - Method in class io.delta.standalone.actions.Format
-
- getPushedPredicate() - Method in interface io.delta.standalone.DeltaScan
-
- getReadVersion() - Method in class io.delta.standalone.actions.CommitInfo
-
- getRecord(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a RowRecord
object.
- getResidualPredicate() - Method in interface io.delta.standalone.DeltaScan
-
- getRight() - Method in class io.delta.standalone.expressions.BinaryExpression
-
- getRunId() - Method in class io.delta.standalone.actions.JobInfo
-
- getScale() - Method in class io.delta.standalone.types.DecimalType
-
- getSchema() - Method in class io.delta.standalone.actions.Metadata
-
- getSchema() - Method in interface io.delta.standalone.data.RowRecord
-
- getShort(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a primitive short.
- getSimpleString() - Method in class io.delta.standalone.types.ByteType
-
- getSimpleString() - Method in class io.delta.standalone.types.DataType
-
- getSimpleString() - Method in class io.delta.standalone.types.IntegerType
-
- getSimpleString() - Method in class io.delta.standalone.types.LongType
-
- getSimpleString() - Method in class io.delta.standalone.types.ShortType
-
- getSize() - Method in class io.delta.standalone.actions.AddCDCFile
-
- getSize() - Method in class io.delta.standalone.actions.AddFile
-
- getSize() - Method in class io.delta.standalone.actions.RemoveFile
-
- getSnapshotForTimestampAsOf(long) - Method in interface io.delta.standalone.DeltaLog
-
Travel back in time to the latest
Snapshot
that was generated at or before
timestamp
.
- getSnapshotForVersionAsOf(long) - Method in interface io.delta.standalone.DeltaLog
-
Travel back in time to the
Snapshot
with the provided
version
number.
- getStats() - Method in class io.delta.standalone.actions.AddFile
-
- getString(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a String
object.
- getTags() - Method in class io.delta.standalone.actions.AddCDCFile
-
- getTags() - Method in class io.delta.standalone.actions.AddFile
-
- getTags() - Method in class io.delta.standalone.actions.RemoveFile
-
- getTimestamp() - Method in class io.delta.standalone.actions.CommitInfo
-
- getTimestamp(String) - Method in interface io.delta.standalone.data.RowRecord
-
Retrieves value from data record and returns the value as a java.sql.Timestamp
.
- getTreeString() - Method in class io.delta.standalone.types.StructType
-
- getTriggerType() - Method in class io.delta.standalone.actions.JobInfo
-
- getTypeName() - Method in class io.delta.standalone.types.DataType
-
- getUserId() - Method in class io.delta.standalone.actions.CommitInfo
-
- getUserMetadata() - Method in class io.delta.standalone.actions.CommitInfo
-
- getUserMetadata() - Method in class io.delta.standalone.Operation
-
- getUserName() - Method in class io.delta.standalone.actions.CommitInfo
-
- getValueType() - Method in class io.delta.standalone.types.MapType
-
- getVersion() - Method in class io.delta.standalone.actions.CommitInfo
-
- getVersion() - Method in class io.delta.standalone.actions.SetTransaction
-
- getVersion() - Method in class io.delta.standalone.CommitResult
-
- getVersion() - Method in interface io.delta.standalone.Snapshot
-
- getVersion() - Method in class io.delta.standalone.VersionLog
-
- getVersionAtOrAfterTimestamp(long) - Method in interface io.delta.standalone.DeltaLog
-
Returns the latest version that was committed at or after timestamp
.
- getVersionBeforeOrAtTimestamp(long) - Method in interface io.delta.standalone.DeltaLog
-
Returns the latest version that was committed before or at timestamp
.
- GreaterThan - Class in io.delta.standalone.expressions
-
Evaluates expr1
> expr2
for new GreaterThan(expr1, expr2)
.
- GreaterThan(Expression, Expression) - Constructor for class io.delta.standalone.expressions.GreaterThan
-
- GreaterThanOrEqual - Class in io.delta.standalone.expressions
-
Evaluates expr1
>= expr2
for new GreaterThanOrEqual(expr1, expr2)
.
- GreaterThanOrEqual(Expression, Expression) - Constructor for class io.delta.standalone.expressions.GreaterThanOrEqual
-