RowToUnsafeRowDataReaderFactory
RowToUnsafeRowDataReaderFactory is a DataReaderFactory of UnsafeRows.
RowToUnsafeRowDataReaderFactory is created exclusively when DataSourceV2ScanExec physical operator is requested for reader factories.
preferredLocations Method
|
1 2 3 4 5 |
preferredLocations: Array[String] |
|
Note
|
preferredLocations is part of DataReaderFactory Contract to…FIXME.
|
preferredLocations simply requests rowReaderFactory for preferredLocations.
createDataReader Method
|
1 2 3 4 5 |
createDataReader: DataReader[UnsafeRow] |
|
Note
|
createDataReader is part of DataReaderFactory Contract to…FIXME.
|
createDataReader…FIXME
spark技术分享