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

Function dictionary

cpp/src/arrow/type.cc:3330–3334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3328}
3329
3330std::shared_ptr<DataType> dictionary(const std::shared_ptr<DataType>& index_type,
3331 const std::shared_ptr<DataType>& dict_type,
3332 bool ordered) {
3333 return std::make_shared<DictionaryType>(index_type, dict_type, ordered);
3334}
3335
3336std::shared_ptr<Field> field(std::string name, std::shared_ptr<DataType> type,
3337 bool nullable,

Callers 15

MergeDictionaryTypesFunction · 0.70
MakeMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70
type_test.ccFile · 0.70
SampleSchemasFunction · 0.70
TEST_FFunction · 0.70
MakeStatisticsArrayMethod · 0.70
MakeStatisticsArrayFunction · 0.70

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56
TEST_FFunction · 0.56
MakeStatisticsArrayFunction · 0.56
TestSessionFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_PFunction · 0.40
TESTMethod · 0.40
DictStrMethod · 0.40
DictIntMethod · 0.40