MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / lbug_value_get_struct_field_value

Function lbug_value_get_struct_field_value

src/c_api/value.cpp:560–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560lbug_state lbug_value_get_struct_field_value(lbug_value* value, uint64_t index,
561 lbug_value* out_value) {
562 return lbug_value_get_list_element(value, index, out_value);
563}
564
565lbug_state lbug_value_get_map_size(lbug_value* value, uint64_t* out_result) {
566 auto logical_type_id = static_cast<Value*>(value->_value)->getDataType().getLogicalTypeID();

Callers 3

TEST_FFunction · 0.85
lbug_value_get_map_keyFunction · 0.85
lbug_value_get_map_valueFunction · 0.85

Calls 1

Tested by 1

TEST_FFunction · 0.68