ray.data.datasource.FileBasedDatasource.get_projection_map#

FileBasedDatasource.get_projection_map() Dict[str, str] | None#

Return the projection map (always an identity mapping).

Returns:

Dict mapping selected column names to themselves. None means all columns are selected. Empty dict {} means no columns are selected.