| 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 | } |
no outgoing calls
no test coverage detected