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

Function Defaults

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

Source from the content-addressed store, hash-verified

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

Callers 1

api_vector.hFile · 0.70

Calls 3

BoundsCheckFunction · 0.85
RankOptionsFunction · 0.85
RankQuantileOptionsFunction · 0.85

Tested by

no test coverage detected