6 #ifndef TURI_SFRAME_COMPACT_HPP 7 #define TURI_SFRAME_COMPACT_HPP
void sframe_compact(sframe &sf, size_t segment_threshold)
bool sframe_fast_compact(const sframe &sf)
bool sarray_fast_compact(sarray< T > &column)
void sarray_compact(sarray< T > &column, size_t segment_threshold)