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

Method DictionaryEncodeOptions

cpp/src/arrow/compute/api_vector.cc:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182constexpr char TakeOptions::kTypeName[];
183
184DictionaryEncodeOptions::DictionaryEncodeOptions(NullEncodingBehavior null_encoding)
185 : FunctionOptions(internal::kDictionaryEncodeOptionsType),
186 null_encoding_behavior(null_encoding) {}
187constexpr char DictionaryEncodeOptions::kTypeName[];
188
189RunEndEncodeOptions::RunEndEncodeOptions(std::shared_ptr<DataType> run_end_type)

Callers 1

Calls

no outgoing calls

Tested by 1