Turi Create  4.0
SFrame : Physical

Modules

 Generic SFrame Eager Algorithms
 
 CSV Parsing and Writing
 
 Groupby Aggregation
 
 Integer Compression Routines
 
 Join
 
 Main SFrame Objects
 
 SFrame Internal
 

Classes

struct  turi::sframe_impl::is_sarray_like< T, DecayedT, Iterator >
 
struct  turi::sframe_impl::is_siterable< T, DecayedT, Iterator >
 
struct  turi::sframe_impl::is_swriter_base< T, DecayedT, Iterator >
 

Detailed Description

The SFrame Physical Format describes how SFrames are laid out on disk. The actual format is a bit ... complicated since it really grew organically. Hence unfortunately, the documentation is the code itself.

For a user of the SFrame, the main collection of objects that matter is in Main SFrame Objects.