MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / cast_to_float

Method cast_to_float

graphlite/src/exec/executor.rs:5106–5108  ·  view source on GitHub ↗

Cast value to FLOAT

(&self, value: Value)

Source from the content-addressed store, hash-verified

5104
5105 /// Cast value to FLOAT
5106 fn cast_to_float(&self, value: Value) -> Result<Value, ExecutionError> {
5107 self.cast_to_double(value) // Same as DOUBLE in our system
5108 }
5109
5110 /// Cast value to REAL
5111 fn cast_to_real(&self, value: Value) -> Result<Value, ExecutionError> {

Callers 1

cast_valueMethod · 0.80

Calls 1

cast_to_doubleMethod · 0.80

Tested by

no test coverage detected