![]() |
IOLink 1.16.1
|
Static Public Member Functions | |
| static bool | isDataFrame (std::shared_ptr< View > view) |
| static std::shared_ptr< DataFrameView > | toDataFrame (std::shared_ptr< View > view) |
| static std::shared_ptr< DataFrameView > | toReadOnly (std::shared_ptr< DataFrameView > dataframe) |
| Remove all capacities except READ to a DataFrameView. | |
|
static |
Remove all capacities except READ to a DataFrameView.
If given DataFrame only has READ capacity, it is returned directly.
| dataframe | DataFrameView for which we want to only have READ capacity |