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

Method FilterOptions

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

Source from the content-addressed store, hash-verified

159} // namespace internal
160
161FilterOptions::FilterOptions(NullSelectionBehavior null_selection)
162 : FunctionOptions(internal::kFilterOptionsType),
163 null_selection_behavior(null_selection) {}
164constexpr char FilterOptions::kTypeName[];
165
166TakeOptions::TakeOptions(bool boundscheck)

Callers 1

Calls

no outgoing calls

Tested by 1