MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / build

Method build

nodedb-array/src/tile/sparse_tile.rs:316–326  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 }
315
316 pub fn build(self) -> SparseTile {
317 SparseTile {
318 dim_dicts: self.dim_dicts,
319 attr_cols: self.attr_cols,
320 surrogates: self.surrogates,
321 valid_from_ms: self.valid_from_ms,
322 valid_until_ms: self.valid_until_ms,
323 row_kinds: self.row_kinds,
324 mbr: self.mbr.build(),
325 }
326 }
327}
328
329#[cfg(test)]

Calls

no outgoing calls