- CastingComparator<T extends java.lang.Comparable<T>> - Class in io.delta.kernel.internal.expressions
-
- CastingComparator() - Constructor for class io.delta.kernel.internal.expressions.CastingComparator
-
- checkArgument(boolean) - Static method in class io.delta.kernel.internal.util.InternalUtils
-
Precondition-style validation that throws IllegalArgumentException.
- checkArgument(boolean, String) - Static method in class io.delta.kernel.internal.util.InternalUtils
-
Precondition-style validation that throws IllegalArgumentException.
- Checkpointer - Class in io.delta.kernel.internal.checkpoints
-
- Checkpointer(Path) - Constructor for class io.delta.kernel.internal.checkpoints.Checkpointer
-
- checkpointFileSingular(Path, long) - Static method in class io.delta.kernel.internal.util.FileNames
-
Returns the path for a singular checkpoint up to the given version.
- checkpointFileWithParts(Path, long, int) - Static method in class io.delta.kernel.internal.util.FileNames
-
Returns the paths for all parts of the checkpoint up to the given version.
- CheckpointInstance - Class in io.delta.kernel.internal.checkpoints
-
Metadata about Delta checkpoint.
- CheckpointInstance(Path) - Constructor for class io.delta.kernel.internal.checkpoints.CheckpointInstance
-
- CheckpointInstance(long) - Constructor for class io.delta.kernel.internal.checkpoints.CheckpointInstance
-
- CheckpointInstance(long, Optional<Integer>) - Constructor for class io.delta.kernel.internal.checkpoints.CheckpointInstance
-
- CheckpointMetaData - Class in io.delta.kernel.internal.checkpoints
-
- CheckpointMetaData(long, long, Optional<Long>) - Constructor for class io.delta.kernel.internal.checkpoints.CheckpointMetaData
-
- checkpoints - Variable in class io.delta.kernel.internal.snapshot.LogSegment
-
- checkpointVersion(Path) - Static method in class io.delta.kernel.internal.util.FileNames
-
Returns the version for the given checkpoint path.
- checkpointVersionOpt - Variable in class io.delta.kernel.internal.snapshot.LogSegment
-
- children() - Method in class io.delta.kernel.expressions.BinaryExpression
-
- children() - Method in interface io.delta.kernel.expressions.Expression
-
- children() - Method in class io.delta.kernel.expressions.LeafExpression
-
- close() - Method in interface io.delta.kernel.data.ColumnVector
-
Cleans up memory for this column vector.
- close() - Method in class io.delta.kernel.internal.data.SelectionColumnVector
-
- close() - Method in class io.delta.kernel.internal.lang.FilteredCloseableIterator
-
- CloseableIterable<T> - Interface in io.delta.kernel.internal.lang
-
- CloseableIterator<T> - Interface in io.delta.kernel.utils
-
- closeCloseables(Closeable...) - Static method in class io.delta.kernel.utils.Utils
-
Close the given one or more Closeables.
- closeCloseablesSilently(Closeable...) - Static method in class io.delta.kernel.utils.Utils
-
Close the given list of Closeable objects.
- Column - Class in io.delta.kernel.expressions
-
A column whose row-value will be computed based on the data in a
Row.
- Column(int, String, DataType) - Constructor for class io.delta.kernel.expressions.Column
-
- column(int) - Method in class io.delta.kernel.types.StructType
-
Creates a
Column expression for the field at the given
ordinal
- column(String) - Method in class io.delta.kernel.types.StructType
-
Creates a
Column expression for the field with the given
fieldName.
- ColumnarBatch - Interface in io.delta.kernel.data
-
Represents zero or more rows of records with same schema type.
- ColumnarBatchRow - Class in io.delta.kernel.internal.data
-
Row abstraction around a columnar batch and a particular row within the columnar batch.
- ColumnarBatchRow(ColumnarBatch, int) - Constructor for class io.delta.kernel.internal.data.ColumnarBatchRow
-
- ColumnVector - Interface in io.delta.kernel.data
-
Represents zero or more values of a single column.
- CommitInfo - Class in io.delta.kernel.internal.actions
-
- CommitInfo() - Constructor for class io.delta.kernel.internal.actions.CommitInfo
-
- compare(Object, Object) - Method in class io.delta.kernel.expressions.BinaryComparison
-
- compare(Object, Object) - Method in class io.delta.kernel.internal.expressions.CastingComparator
-
- compareTo(CheckpointInstance) - Method in class io.delta.kernel.internal.checkpoints.CheckpointInstance
-
- compareTo(Path) - Method in class io.delta.kernel.internal.fs.Path
-
- contains(long) - Method in class io.delta.kernel.internal.deletionvectors.RoaringBitmapArray
-
Checks whether the value is included,
which is equivalent to checking if the corresponding bit is set.
- containsNull() - Method in class io.delta.kernel.types.ArrayType
-
- contextualizeFileReads(CloseableIterator<Row>, Expression) - Method in interface io.delta.kernel.client.FileHandler
-
Associates a connector specific
FileReadContext for each scan file represented by a
Row in
fileIter.
- convertToPhysicalSchema(StructType, StructType, String) - Static method in class io.delta.kernel.internal.util.InternalSchemaUtils
-
Helper method that converts the logical schema (requested by the connector) to physical
schema of the data stored in data files.
- copyWithDataChange(boolean) - Method in class io.delta.kernel.internal.actions.AddCDCFile
-
- copyWithDataChange(boolean) - Method in class io.delta.kernel.internal.actions.AddFile
-
- copyWithDataChange(boolean) - Method in class io.delta.kernel.internal.actions.FileAction
-
- copyWithDataChange(boolean) - Method in class io.delta.kernel.internal.actions.RemoveFile
-
- create(long...) - Static method in class io.delta.kernel.internal.deletionvectors.RoaringBitmapArray
-
- createPrimitive(String) - Static method in class io.delta.kernel.types.BasePrimitiveType
-
- CUR_DIR - Static variable in class io.delta.kernel.internal.fs.Path
-
The current directory, ".".
- get() - Method in class io.delta.kernel.internal.lang.Lazy
-
- get(String) - Method in class io.delta.kernel.types.StructType
-
- getAbsolutePath(String) - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getAddFiles() - Method in class io.delta.kernel.internal.replay.LogReplay
-
- getAllPrimitiveTypes() - Static method in class io.delta.kernel.types.BasePrimitiveType
-
For testing only
- getAppId() - Method in class io.delta.kernel.internal.actions.SetTransaction
-
- getArray(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Return the array value located at rowId.
- getArray(int) - Method in interface io.delta.kernel.data.Row
-
Return array value of the column located at the given ordinal.
- getArray(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getArray(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getArray(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getArray(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getBinary(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the binary type value for rowId.
- getBinary(int) - Method in interface io.delta.kernel.data.Row
-
Return binary value of the column located at the given ordinal.
- getBinary(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getBinary(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getBinary(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getBinary(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getBoolean(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the boolean type value for rowId.
- getBoolean(int) - Method in interface io.delta.kernel.data.Row
-
Return boolean value of the column located at the given ordinal.
- getBoolean(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getBoolean(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getBoolean(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getBoolean(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getBoolean(int) - Method in class io.delta.kernel.internal.data.SelectionColumnVector
-
- getByte(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the byte type value for rowId.
- getByte(int) - Method in interface io.delta.kernel.data.Row
-
Return byte value of the column located at the given ordinal.
- getByte(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getByte(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getByte(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getByte(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getCardinality() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getColumnMappingMode(Row) - Static method in class io.delta.kernel.utils.Utils
-
- getColumnVector(int) - Method in interface io.delta.kernel.data.ColumnarBatch
-
Return the
ColumnVector for the given ordinal in the columnar batch.
- getColumnVector(int) - Method in class io.delta.kernel.internal.data.PojoColumnarBatch
-
- getConfiguration() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getConfiguration() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getConfigurationColOrdinal() - Static method in class io.delta.kernel.internal.data.ScanStateRow
-
- getCorrespondingFiles(Path) - Method in class io.delta.kernel.internal.checkpoints.CheckpointInstance
-
- getCreatedTime() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getData() - Method in class io.delta.kernel.data.DataReadResult
-
- getData() - Method in interface io.delta.kernel.data.FileDataReadResult
-
Get the data read from the file.
- getDataType() - Method in interface io.delta.kernel.data.ColumnVector
-
- getDataType() - Method in class io.delta.kernel.internal.data.SelectionColumnVector
-
- getDataType() - Method in class io.delta.kernel.types.StructField
-
- getDeletionVector() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getDeletionVectorAsRow() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getDeletionVectorColOrdinal() - Static method in class io.delta.kernel.internal.data.AddFileColumnarBatch
-
- getDeletionVectorUniqueId() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getDeletionVectorUniqueId() - Method in class io.delta.kernel.internal.actions.RemoveFile
-
- getDescription() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getDouble(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the double type value for rowId.
- getDouble(int) - Method in interface io.delta.kernel.data.Row
-
Return double value of the column located at the given ordinal.
- getDouble(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getDouble(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getDouble(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getDouble(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getElementType() - Method in class io.delta.kernel.types.ArrayType
-
- getEvaluator(StructType, Expression) - Method in interface io.delta.kernel.client.ExpressionHandler
-
- getExpressionHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getFileStatus(Row) - Static method in class io.delta.kernel.utils.Utils
-
- getFileSystemClient() - Method in interface io.delta.kernel.client.TableClient
-
- getFileVersion(Path) - Static method in class io.delta.kernel.internal.util.FileNames
-
Get the version of the checkpoint, checksum or delta file.
- getFloat(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the float type value for rowId.
- getFloat(int) - Method in interface io.delta.kernel.data.Row
-
Return float value of the column located at the given ordinal.
- getFloat(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getFloat(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getFloat(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getFloat(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getFormat() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getId() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getInt(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the int type value for rowId.
- getInt(int) - Method in interface io.delta.kernel.data.Row
-
Return integer value of the column located at the given ordinal.
- getInt(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getInt(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getInt(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getInt(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getJsonHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getKeyType() - Method in class io.delta.kernel.types.MapType
-
- getLastUpdated() - Method in class io.delta.kernel.internal.actions.SetTransaction
-
- getLatestCompleteCheckpointFromList(List<CheckpointInstance>, CheckpointInstance) - Static method in class io.delta.kernel.internal.checkpoints.Checkpointer
-
Given a list of checkpoint files, pick the latest complete checkpoint instance which is not
later than `notLaterThan`.
- getLatestSnapshot(TableClient) - Method in class io.delta.kernel.internal.TableImpl
-
- getLatestSnapshot(TableClient) - Method in interface io.delta.kernel.Table
-
Get the latest snapshot of the table.
- getLeft() - Method in class io.delta.kernel.expressions.BinaryExpression
-
- getLogicalSchema(TableClient, Row) - Static method in class io.delta.kernel.utils.Utils
-
- getLogicalSchemaStringColOrdinal() - Static method in class io.delta.kernel.internal.data.ScanStateRow
-
- getLong(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the long type value for rowId.
- getLong(int) - Method in interface io.delta.kernel.data.Row
-
Return long value of the column located at the given ordinal.
- getLong(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getLong(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getLong(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getLong(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getMap(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Return the map type value located at rowId.
- getMap(int) - Method in interface io.delta.kernel.data.Row
-
Return map value of the column located at the given ordinal.
- getMap(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getMap(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getMap(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getMap(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getMetadata() - Method in class io.delta.kernel.internal.SnapshotImpl
-
- getMetadata() - Method in class io.delta.kernel.types.StructField
-
- getMinReaderVersion() - Method in class io.delta.kernel.internal.actions.Protocol
-
- getMinReaderVersion() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getMinWriterVersion() - Method in class io.delta.kernel.internal.actions.Protocol
-
- getMinWriterVersion() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getModificationTime() - Method in class io.delta.kernel.fs.FileStatus
-
Get the modification time of the file in epoch millis.
- getModificationTime() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getName() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getName() - Method in class io.delta.kernel.internal.fs.Path
-
Returns the final component of this path.
- getName(String) - Static method in class io.delta.kernel.internal.fs.Path
-
- getName() - Method in class io.delta.kernel.types.StructField
-
- getOffset() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getParent() - Method in class io.delta.kernel.internal.fs.Path
-
Returns the parent of a path or null if at root.
- getParquetHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getPartitionColumns() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getPartitionColumns() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getPartitionColumns(Row) - Static method in class io.delta.kernel.utils.Utils
-
- getPartitionColumnsColOrdinal() - Static method in class io.delta.kernel.internal.data.ScanStateRow
-
- getPartitionValues() - Method in class io.delta.kernel.internal.actions.AddCDCFile
-
- getPartitionValues() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getPartitionValues(Row) - Static method in class io.delta.kernel.utils.Utils
-
Get the partition columns and value belonging to the given scan file row.
- getPath() - Method in class io.delta.kernel.fs.FileStatus
-
Get the path to the file.
- getPath() - Method in class io.delta.kernel.internal.actions.FileAction
-
- getPathOrInlineDv() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getPathWithoutSchemeAndAuthority(Path) - Static method in class io.delta.kernel.internal.fs.Path
-
Return a version of the given Path without the scheme information.
- getPhysicalSchema(TableClient, Row) - Static method in class io.delta.kernel.utils.Utils
-
- getPhysicalSchemaStringColOrdinal() - Static method in class io.delta.kernel.internal.data.ScanStateRow
-
- getPrecision() - Method in class io.delta.kernel.types.DecimalType
-
- getProtocol() - Method in class io.delta.kernel.internal.SnapshotImpl
-
- getReaderFeatures() - Method in class io.delta.kernel.internal.actions.Protocol
-
- getReadSchemaLogicalJson() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getReadSchemaPhysicalJson() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getRemainingFilter() - Method in class io.delta.kernel.internal.ScanImpl
-
- getRemainingFilter() - Method in interface io.delta.kernel.Scan
-
Get the remaining filter that is not guaranteed to be satisfied for the data Delta Kernel
returns.
- getRight() - Method in class io.delta.kernel.expressions.BinaryExpression
-
- getRows() - Method in interface io.delta.kernel.data.ColumnarBatch
-
- getScale() - Method in class io.delta.kernel.types.DecimalType
-
- getScanBuilder(TableClient) - Method in class io.delta.kernel.internal.SnapshotImpl
-
- getScanBuilder(TableClient) - Method in interface io.delta.kernel.Snapshot
-
Create a scan builder to construct a
Scan to read data from this snapshot.
- getScanFileRow() - Method in interface io.delta.kernel.client.FileReadContext
-
Get the scan file info associated with the read context.
- getScanFileRow() - Method in interface io.delta.kernel.data.FileDataReadResult
-
Get the scan file information of the file from which the data is read as a
Row.
- getScanFileRow(FileStatus) - Static method in class io.delta.kernel.internal.util.InternalUtils
-
- getScanFiles(TableClient) - Method in class io.delta.kernel.internal.ScanImpl
-
Get an iterator of data files in this version of scan that survived the predicate pruning.
- getScanFiles(TableClient) - Method in interface io.delta.kernel.Scan
-
Get an iterator of data files to scan.
- getScanState(TableClient) - Method in class io.delta.kernel.internal.ScanImpl
-
- getScanState(TableClient) - Method in interface io.delta.kernel.Scan
-
Get the scan state associated with the current scan.
- getSchema() - Method in interface io.delta.kernel.data.ColumnarBatch
-
- getSchema() - Method in interface io.delta.kernel.data.Row
-
- getSchema() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getSchema() - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getSchema() - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getSchema() - Method in class io.delta.kernel.internal.data.PojoColumnarBatch
-
- getSchema() - Method in class io.delta.kernel.internal.data.PojoRow
-
- getSchema() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getSchema(TableClient) - Method in class io.delta.kernel.internal.SnapshotImpl
-
- getSchema(TableClient) - Method in interface io.delta.kernel.Snapshot
-
Get the schema of the table at this snapshot.
- getSchemaString() - Method in class io.delta.kernel.internal.actions.Metadata
-
- getSelectionVector() - Method in class io.delta.kernel.data.DataReadResult
-
Optional selection vector containing one entry for each row in data indicating whether
a row is selected or not selected.
- getShort(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the short type value for rowId.
- getShort(int) - Method in interface io.delta.kernel.data.Row
-
Return short value of the column located at the given ordinal.
- getShort(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getShort(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getShort(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getShort(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getSingularElement(CloseableIterator<T>) - Static method in class io.delta.kernel.internal.util.InternalUtils
-
- getSingularRow(CloseableIterator<FileDataReadResult>) - Static method in class io.delta.kernel.internal.util.InternalUtils
-
- getSize() - Method in interface io.delta.kernel.data.ColumnarBatch
-
- getSize() - Method in interface io.delta.kernel.data.ColumnVector
-
- getSize() - Method in class io.delta.kernel.fs.FileStatus
-
Get the size of the file in bytes.
- getSize() - Method in class io.delta.kernel.internal.actions.AddCDCFile
-
- getSize() - Method in class io.delta.kernel.internal.actions.AddFile
-
- getSize() - Method in class io.delta.kernel.internal.data.PojoColumnarBatch
-
- getSize() - Method in class io.delta.kernel.internal.data.SelectionColumnVector
-
- getSizeInBytes() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getStorageType() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getString(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the string type value for rowId.
- getString(int) - Method in interface io.delta.kernel.data.Row
-
Return string value of the column located at the given ordinal.
- getString(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getString(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getString(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getString(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getStruct(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Return the row value located at rowId.
- getStruct(int) - Method in interface io.delta.kernel.data.Row
-
Return struct value of the column located at the given ordinal.
- getStruct(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- getStruct(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- getStruct(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- getStruct(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getTablePath(Row) - Static method in class io.delta.kernel.internal.data.ScanStateRow
-
- getTablePath() - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- getUniqueId() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- getValueType() - Method in class io.delta.kernel.types.MapType
-
- getVersion() - Method in class io.delta.kernel.internal.actions.SetTransaction
-
- getVersion(TableClient) - Method in class io.delta.kernel.internal.SnapshotImpl
-
- getVersion(TableClient) - Method in interface io.delta.kernel.Snapshot
-
Get the version of this snapshot in the table.
- getWriterFeatures() - Method in class io.delta.kernel.internal.actions.Protocol
-
- indexOf(String) - Method in class io.delta.kernel.types.StructType
-
- INLINE_DV_MARKER - Static variable in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- inlineData() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- INSTANCE - Static variable in class io.delta.kernel.types.BinaryType
-
- INSTANCE - Static variable in class io.delta.kernel.types.BooleanType
-
- INSTANCE - Static variable in class io.delta.kernel.types.ByteType
-
- INSTANCE - Static variable in class io.delta.kernel.types.DateType
-
- INSTANCE - Static variable in class io.delta.kernel.types.DoubleType
-
- INSTANCE - Static variable in class io.delta.kernel.types.FloatType
-
- INSTANCE - Static variable in class io.delta.kernel.types.IntegerType
-
- INSTANCE - Static variable in class io.delta.kernel.types.LongType
-
- INSTANCE - Static variable in class io.delta.kernel.types.MixedDataType
-
- INSTANCE - Static variable in class io.delta.kernel.types.ShortType
-
- INSTANCE - Static variable in class io.delta.kernel.types.StringType
-
- INSTANCE - Static variable in class io.delta.kernel.types.TimestampType
-
- IntegerType - Class in io.delta.kernel.types
-
The data type representing integer type values.
- InternalSchemaUtils - Class in io.delta.kernel.internal.util
-
- InternalUtils - Class in io.delta.kernel.internal.util
-
- io.delta.kernel - package io.delta.kernel
-
Delta Kernel interfaces for constructing table object representing a Delta Lake table, getting
snapshot from the table and building a scan object to scan a subset of the data in the table.
- io.delta.kernel.client - package io.delta.kernel.client
-
Interfaces to allow the connector to bring their own implementation of functions such
as reading parquet files, listing files in a file system, parsing a JSON string etc.
- io.delta.kernel.data - package io.delta.kernel.data
-
Delta Kernel interfaces for representing data in columnar and row format.
- io.delta.kernel.expressions - package io.delta.kernel.expressions
-
Expressions framework that defines the most common expressions which the connectors
can use to pass predicates to Delta Kernel.
- io.delta.kernel.fs - package io.delta.kernel.fs
-
Utilities to represent files.
- io.delta.kernel.internal - package io.delta.kernel.internal
-
- io.delta.kernel.internal.actions - package io.delta.kernel.internal.actions
-
- io.delta.kernel.internal.checkpoints - package io.delta.kernel.internal.checkpoints
-
- io.delta.kernel.internal.data - package io.delta.kernel.internal.data
-
- io.delta.kernel.internal.deletionvectors - package io.delta.kernel.internal.deletionvectors
-
- io.delta.kernel.internal.expressions - package io.delta.kernel.internal.expressions
-
- io.delta.kernel.internal.fs - package io.delta.kernel.internal.fs
-
- io.delta.kernel.internal.lang - package io.delta.kernel.internal.lang
-
- io.delta.kernel.internal.replay - package io.delta.kernel.internal.replay
-
- io.delta.kernel.internal.snapshot - package io.delta.kernel.internal.snapshot
-
- io.delta.kernel.internal.types - package io.delta.kernel.internal.types
-
- io.delta.kernel.internal.util - package io.delta.kernel.internal.util
-
- io.delta.kernel.types - package io.delta.kernel.types
-
Data types defined by the Delta Kernel to exchange the type info between the Delta Kernel and
the connectors.
- io.delta.kernel.utils - package io.delta.kernel.utils
-
Utilities.
- isAbsolute() - Method in class io.delta.kernel.internal.fs.Path
-
Returns true if the path component (i.e.
- isAbsoluteAndSchemeAuthorityNull() - Method in class io.delta.kernel.internal.fs.Path
-
Returns true if the path component (i.e.
- isCheckpointFile(String) - Static method in class io.delta.kernel.internal.util.FileNames
-
- isCommitFile(String) - Static method in class io.delta.kernel.internal.util.FileNames
-
- isDataChange() - Method in class io.delta.kernel.internal.actions.FileAction
-
- isDataColumn() - Method in class io.delta.kernel.types.StructField
-
- isInline() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- isMetadataColumn() - Method in class io.delta.kernel.types.StructField
-
- isNullable() - Method in class io.delta.kernel.types.StructField
-
- isNullAt(int) - Method in interface io.delta.kernel.data.ColumnVector
-
- isNullAt(int) - Method in interface io.delta.kernel.data.Row
-
- isNullAt(int) - Method in class io.delta.kernel.internal.data.ColumnarBatchRow
-
- isNullAt(int) - Method in class io.delta.kernel.internal.data.PartitionRow
-
- isNullAt(int) - Method in class io.delta.kernel.internal.data.PojoRow
-
- isNullAt(int) - Method in class io.delta.kernel.internal.data.ScanStateRow
-
- isNullAt(int) - Method in class io.delta.kernel.internal.data.SelectionColumnVector
-
- isOnDisk() - Method in class io.delta.kernel.internal.actions.DeletionVectorDescriptor
-
- isPrimitiveType(String) - Static method in class io.delta.kernel.types.BasePrimitiveType
-
Is the given type name a primitive type?
- isRoot() - Method in class io.delta.kernel.internal.fs.Path
-
Returns true if and only if this path represents the root of a file system.
- isUriPathAbsolute() - Method in class io.delta.kernel.internal.fs.Path
-
Returns true if the path component (i.e.
- isValueContainsNull() - Method in class io.delta.kernel.types.MapType
-
- isWindowsAbsolutePath(String, boolean) - Static method in class io.delta.kernel.internal.fs.Path
-
Determine whether a given path string represents an absolute path on
Windows.
- iterator() - Method in interface io.delta.kernel.internal.lang.CloseableIterable
-
- iterator() - Method in class io.delta.kernel.internal.replay.ReverseFilesToActionsIterable
-