MCPcopy Create free account
hub / github.com/apache/arrow / CreateKeyValueDirect

Function CreateKeyValueDirect

cpp/src/generated/Schema_generated.h:1945–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1943}
1944
1945inline ::flatbuffers::Offset<KeyValue> CreateKeyValueDirect(
1946 ::flatbuffers::FlatBufferBuilder &_fbb,
1947 const char *key = nullptr,
1948 const char *value = nullptr) {
1949 auto key__ = key ? _fbb.CreateString(key) : 0;
1950 auto value__ = value ? _fbb.CreateString(value) : 0;
1951 return org::apache::arrow::flatbuf::CreateKeyValue(
1952 _fbb,
1953 key__,
1954 value__);
1955}
1956
1957struct DictionaryEncoding FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
1958 typedef DictionaryEncodingBuilder Builder;

Callers

nothing calls this directly

Calls 1

CreateKeyValueFunction · 0.85

Tested by

no test coverage detected