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

Function FromArrays

cpp/src/arrow/array/array_dict.h:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 const std::shared_ptr<Array>& dictionary);
77
78 static Result<std::shared_ptr<Array>> FromArrays(
79 const std::shared_ptr<Array>& indices, const std::shared_ptr<Array>& dictionary) {
80 return FromArrays(::arrow::dictionary(indices->type(), dictionary->type()), indices,
81 dictionary);
82 }
83
84 /// \brief Transpose this DictionaryArray
85 ///

Callers 15

garrow_map_array_newFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
DictArrayFromJSONStringFunction · 0.85
TestIntegerListMethod · 0.85
TestNullListMethod · 0.85
TestIntegerListListMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 2

dictionaryFunction · 0.50
typeMethod · 0.45

Tested by 15

TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TestIntegerListMethod · 0.68
TestNullListMethod · 0.68
TestIntegerListListMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
ListArrayMethod · 0.68
ListViewArrayMethod · 0.68
TEST_FFunction · 0.68
FromArraysMethod · 0.68