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

Function Defaults

cpp/src/arrow/compute/api_vector.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 explicit FilterOptions(NullSelectionBehavior null_selection = DROP);
47 static constexpr const char kTypeName[] = "FilterOptions";
48 static FilterOptions Defaults() { return FilterOptions(); }
49
50 NullSelectionBehavior null_selection_behavior = DROP;
51};

Callers 1

api_vector.hFile · 0.70

Calls 4

BoundsCheckFunction · 0.85
RankOptionsFunction · 0.85
RankQuantileOptionsFunction · 0.85
SortOptionsClass · 0.50

Tested by

no test coverage detected