pub type FulltextIndexOutput = IndexBaseOutput;
Expand description
Output of the fulltext index creation.
Aliased Type§
struct FulltextIndexOutput {
pub index_size: u64,
pub row_count: usize,
pub columns: Vec<u32>,
}
Fields§
§index_size: u64
Size of the index.
row_count: usize
Number of rows in the index.
columns: Vec<u32>
Available columns in the index.