- get(String) - Method in class io.delta.kernel.types.StructType
-
- getAllPrimitiveTypes() - Static method in class io.delta.kernel.types.BasePrimitiveType
-
For testing only
- 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.
- 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.
- 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.
- 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.
- getChild(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Get the child vector associated with the given ordinal.
- getChildren() - Method in class io.delta.kernel.expressions.Column
-
- getChildren() - Method in interface io.delta.kernel.expressions.Expression
-
- getChildren() - Method in class io.delta.kernel.expressions.Literal
-
- getChildren() - Method in class io.delta.kernel.expressions.PartitionValueExpression
-
- getChildren() - Method in class io.delta.kernel.expressions.ScalarExpression
-
- getColumnVector(int) - Method in interface io.delta.kernel.data.ColumnarBatch
-
Return the
ColumnVector
for the given ordinal in the columnar batch.
- getData() - Method in interface io.delta.kernel.data.FileDataReadResult
-
Get the data read from the file.
- getData() - Method in class io.delta.kernel.data.FilteredColumnarBatch
-
- getDataType() - Method in interface io.delta.kernel.data.ColumnVector
-
- getDataType() - Method in class io.delta.kernel.expressions.Literal
-
Get the datatype of the literal object.
- getDataType() - Method in class io.delta.kernel.expressions.PartitionValueExpression
-
Get the data type of the partition value.
- getDataType() - Method in class io.delta.kernel.types.StructField
-
- getDecimal(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Returns the decimal type value for rowId
.
- getDecimal(int) - Method in interface io.delta.kernel.data.Row
-
Return decimal value of the column located at the given ordinal.
- 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.
- getElements() - Method in interface io.delta.kernel.data.ArrayValue
-
- getElementType() - Method in class io.delta.kernel.types.ArrayType
-
- getEvaluator(StructType, Expression, DataType) - Method in interface io.delta.kernel.client.ExpressionHandler
-
- getEvaluator(StructType, Expression, DataType) - Method in class io.delta.kernel.defaults.client.DefaultExpressionHandler
-
- getExpressionHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getExpressionHandler() - Method in class io.delta.kernel.defaults.client.DefaultTableClient
-
- getFileSystemClient() - Method in interface io.delta.kernel.client.TableClient
-
- getFileSystemClient() - Method in class io.delta.kernel.defaults.client.DefaultTableClient
-
- 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.
- getInput() - Method in class io.delta.kernel.expressions.PartitionValueExpression
-
Get the expression reference to the serialized partition value.
- 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.
- getJsonHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getJsonHandler() - Method in class io.delta.kernel.defaults.client.DefaultTableClient
-
- getKeys() - Method in interface io.delta.kernel.data.MapValue
-
- getKeyType() - Method in class io.delta.kernel.types.MapType
-
- getLatestSnapshot(TableClient) - Method in interface io.delta.kernel.Table
-
Get the latest snapshot of the table.
- getLeft() - Method in class io.delta.kernel.expressions.And
-
- getLeft() - Method in class io.delta.kernel.expressions.Or
-
- 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.
- getMap(int) - Method in interface io.delta.kernel.data.ColumnVector
-
Return the map 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.
- getMessage() - Method in exception io.delta.kernel.TableNotFoundException
-
- getMetadata() - Method in class io.delta.kernel.types.StructField
-
- getModificationTime() - Method in class io.delta.kernel.utils.FileStatus
-
Get the modification time of the file in epoch millis.
- getName() - Method in class io.delta.kernel.expressions.ScalarExpression
-
- getName() - Method in class io.delta.kernel.types.StructField
-
- getNames() - Method in class io.delta.kernel.expressions.Column
-
- getParquetHandler() - Method in interface io.delta.kernel.client.TableClient
-
- getParquetHandler() - Method in class io.delta.kernel.defaults.client.DefaultTableClient
-
- getPath() - Method in interface io.delta.kernel.client.FileReadRequest
-
Get the fully qualified path of the file from which to read the data.
- getPath() - Method in class io.delta.kernel.utils.FileStatus
-
Get the path to the file.
- getPrecision() - Method in class io.delta.kernel.types.DecimalType
-
- getPredicateEvaluator(StructType, Predicate) - Method in interface io.delta.kernel.client.ExpressionHandler
-
- getPredicateEvaluator(StructType, Predicate) - Method in class io.delta.kernel.defaults.client.DefaultExpressionHandler
-
- getReadLength() - Method in interface io.delta.kernel.client.FileReadRequest
-
Get the length of the data to read from the file starting at the startOffset.
- 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.And
-
- getRight() - Method in class io.delta.kernel.expressions.Or
-
- getRows() - Method in interface io.delta.kernel.data.ColumnarBatch
-
- getRows() - Method in class io.delta.kernel.data.FilteredColumnarBatch
-
Iterator of rows that survived the filter.
- getScale() - Method in class io.delta.kernel.types.DecimalType
-
- 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() - Method in class io.delta.kernel.defaults.client.DefaultFileReadContext
-
- getScanFiles(TableClient) - Method in interface io.delta.kernel.Scan
-
Get an iterator of data files to scan.
- 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(TableClient) - Method in interface io.delta.kernel.Snapshot
-
Get the schema of the table at this snapshot.
- getSelectionVector() - Method in class io.delta.kernel.data.FilteredColumnarBatch
-
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.
- getSize() - Method in interface io.delta.kernel.data.ArrayValue
-
The number of elements in the array
- getSize() - Method in interface io.delta.kernel.data.ColumnarBatch
-
- getSize() - Method in interface io.delta.kernel.data.ColumnVector
-
- getSize() - Method in interface io.delta.kernel.data.MapValue
-
The number of elements in the map
- getSize() - Method in class io.delta.kernel.utils.FileStatus
-
Get the size of the file in bytes.
- getStartOffset() - Method in interface io.delta.kernel.client.FileReadRequest
-
Get the start offset in the file from where to start reading the data.
- 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.
- getStruct(int) - Method in interface io.delta.kernel.data.Row
-
Return struct value of the column located at the given ordinal.
- getValue() - Method in class io.delta.kernel.expressions.Literal
-
Get the literal value.
- getValues() - Method in interface io.delta.kernel.data.MapValue
-
- getValueType() - Method in class io.delta.kernel.types.MapType
-
- getVersion(TableClient) - Method in interface io.delta.kernel.Snapshot
-
Get the version of this snapshot in the table.