πŸ“„ Indexed Row MajorΒΆ

serializers.table.indexed_row_major

Explanation about SerializeTableAsIndexedRowMajorΒΆ

Indexed Row Major Table Serializer.

Commonly used row major serialization format. Format: col : col1 | col2 | col 3 row 1 : val1 | val2 | val3 | val4 row 2 : val1 | …

Read more about catalog usage here.