MCPcopy Create free account
hub / github.com/alibaba/GraphScope / long

Method long

interactive_engine/executor/store/groot/src/db/api/property.rs:620–623  ·  view source on GitHub ↗
(v: i64)

Source from the content-addressed store, hash-verified

618 }
619
620 pub fn long(v: i64) -> Self {
621 let data = transform::i64_to_vec(v.to_be());
622 Value::new(ValueType::Long, data)
623 }
624
625 pub fn float(v: f32) -> Self {
626 let data = transform::u32_to_vec(v.to_bits().to_be());

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

i64_to_vecFunction · 0.85

Tested by

no test coverage detected