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

Method ExtractRegexOptions

cpp/src/arrow/compute/api_scalar.cc:443–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441constexpr char ElementWiseAggregateOptions::kTypeName[];
442
443ExtractRegexOptions::ExtractRegexOptions(std::string pattern)
444 : FunctionOptions(internal::kExtractRegexOptionsType), pattern(std::move(pattern)) {}
445ExtractRegexOptions::ExtractRegexOptions() : ExtractRegexOptions("") {}
446constexpr char ExtractRegexOptions::kTypeName[];
447

Callers 1

Calls

no outgoing calls

Tested by 1