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

Method DictionaryEncodeOptions

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

Source from the content-addressed store, hash-verified

168constexpr char TakeOptions::kTypeName[];
169
170DictionaryEncodeOptions::DictionaryEncodeOptions(NullEncodingBehavior null_encoding)
171 : FunctionOptions(internal::kDictionaryEncodeOptionsType),
172 null_encoding_behavior(null_encoding) {}
173constexpr char DictionaryEncodeOptions::kTypeName[];
174
175RunEndEncodeOptions::RunEndEncodeOptions(std::shared_ptr<DataType> run_end_type)

Callers 1

Calls

no outgoing calls

Tested by 1