JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.delta.kernel.client
Interface FileReadContext
public interface
FileReadContext
Placeholder interface allowing connectors to attach their own custom implementation. Connectors can use this to pass additional context about a scan file through Delta Kernel and back to the connector for interpretation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Row
getScanFileRow
()
Get the scan file info associated with the read context.
Method Detail
getScanFileRow
Row
getScanFileRow()
Get the scan file info associated with the read context.
Returns:
scan file
Row
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method