MCPcopy Create free account
hub / github.com/acking-you/static_flow / value_string

Function value_string

crates/store/src/lancedb_api.rs:3131–3133  ·  view source on GitHub ↗
(array: &StringArray, row: usize)

Source from the content-addressed store, hash-verified

3129}
3130
3131fn value_string(array: &StringArray, row: usize) -> String {
3132 array.value(row).to_string()
3133}
3134
3135fn value_string_opt(array: &StringArray, row: usize) -> Option<String> {
3136 if array.is_null(row) {

Callers 7

count_unique_categoriesFunction · 0.85
batches_to_search_rowsFunction · 0.85
batches_to_article_listFunction · 0.85
batches_to_articlesFunction · 0.85
batches_to_imagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected