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

Method add_isOrdered

cpp/src/generated/Schema_generated.h:2010–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 1

CreateDictionaryEncodingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected