Module data_order

Source
Expand description

This module provides two data orders: row-wise and column-wise for tabular data, as well as a function to coordinate the data order between source and destination.

Enums§

DataOrder

Functions§

coordinate
Given the supported data order from source and destination, decide the optimal data order for producing and writing.