Build a Table file from the contents of `iter`. The generated file will be named according to `meta.number`. On success, the rest of meta will be filled with metadata about the generated table. If no data is present in iter, `meta.file_size` will be set to zero, and no Table file will be produced.
(
options: Arc<Options<C>>,
storage: &S,
db_path: &str,
table_cache: &TableCache<S, C>,
iter: &mut dyn Iterator,
meta: &mut FileMetaData,
)
source not stored for this graph (policy: none)
no test coverage detected