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

Method first

nodedb/src/engine/timeseries/columnar_agg.rs:371–373  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

369 }
370
371 pub fn first(&self) -> f64 {
372 self.first
373 }
374
375 pub fn last(&self) -> f64 {
376 self.last

Callers 15

h3_to_boundaryFunction · 0.80
buffer_linestringFunction · 0.80
buffer_polygonFunction · 0.80
validate_recursiveFunction · 0.80
point_on_ring_boundaryFunction · 0.80
ring_edgesFunction · 0.80
point_intersects_polygonFunction · 0.80
polygons_intersectFunction · 0.80
polygon_contains_pointFunction · 0.80

Calls

no outgoing calls