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

Method add_id

cpp/src/generated/Schema_generated.h:2004–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2002 ::flatbuffers::FlatBufferBuilder &fbb_;
2003 ::flatbuffers::uoffset_t start_;
2004 void add_id(int64_t id) {
2005 fbb_.AddElement<int64_t>(DictionaryEncoding::VT_ID, id, 0);
2006 }
2007 void add_indexType(::flatbuffers::Offset<org::apache::arrow::flatbuf::Int> indexType) {
2008 fbb_.AddOffset(DictionaryEncoding::VT_INDEXTYPE, indexType);
2009 }

Callers 1

CreateDictionaryEncodingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected