| 2008 | fbb_.AddOffset(DictionaryEncoding::VT_INDEXTYPE, indexType); |
| 2009 | } |
| 2010 | void add_isOrdered(bool isOrdered) { |
| 2011 | fbb_.AddElement<uint8_t>(DictionaryEncoding::VT_ISORDERED, static_cast<uint8_t>(isOrdered), 0); |
| 2012 | } |
| 2013 | void add_dictionaryKind(org::apache::arrow::flatbuf::DictionaryKind dictionaryKind) { |
| 2014 | fbb_.AddElement<int16_t>(DictionaryEncoding::VT_DICTIONARYKIND, static_cast<int16_t>(dictionaryKind), 0); |
| 2015 | } |
no outgoing calls
no test coverage detected