MCPcopy Create free account
hub / github.com/apache/arrow-rs / append

Method append

arrow-flight/src/sql/metadata/sql_info.rs:348–350  ·  view source on GitHub ↗

register the specific sql metadata item

(&mut self, name: impl SqlInfoName, value: impl Into<SqlInfoValue>)

Source from the content-addressed store, hash-verified

346
347 /// register the specific sql metadata item
348 pub fn append(&mut self, name: impl SqlInfoName, value: impl Into<SqlInfoValue>) {
349 self.infos.insert(name.as_u32(), value.into());
350 }
351
352 /// Encode the contents of this list according to the [FlightSQL spec]
353 ///

Callers 3

append_valueMethod · 0.45
test_sql_infosFunction · 0.45
test_filter_sql_infosFunction · 0.45

Calls 2

insertMethod · 0.45
as_u32Method · 0.45

Tested by 2

test_sql_infosFunction · 0.36
test_filter_sql_infosFunction · 0.36