Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ciphermodelabs/ciphercore
/ get_entry
Method
get_entry
ciphercore-base/src/evaluators/join.rs:69–71 ·
view source on GitHub ↗
(&self, row_index: usize, header: &str)
Source
from the content-addressed store, hash-verified
67
}
68
69
fn get_entry(&self, row_index: usize, header: &str) -> Vec<u128> {
70
self.get_flattened_row(row_index, &[header.to_owned()])
71
}
72
}
73
74
fn extract_columns(
Callers
1
copy_entry_from_column
Method · 0.80
Calls
1
get_flattened_row
Method · 0.80
Tested by
no test coverage detected