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

Method FilterOptions

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

Source from the content-addressed store, hash-verified

173} // namespace internal
174
175FilterOptions::FilterOptions(NullSelectionBehavior null_selection)
176 : FunctionOptions(internal::kFilterOptionsType),
177 null_selection_behavior(null_selection) {}
178constexpr char FilterOptions::kTypeName[];
179
180TakeOptions::TakeOptions(bool boundscheck)

Callers 1

Calls

no outgoing calls

Tested by 1