pub type FileExtMeta = Option<(i8, ExtensionRow)>;Expand description
Per-file extension metadata carried into the Arrow index. (plugin_type_id, extracted fields) — None for files with no matching plugin.
Aliased Type§
pub enum FileExtMeta {
None,
Some((i8, ExtensionRow)),
}