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

Function NoBoundsCheck

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

Source from the content-addressed store, hash-verified

57 static constexpr const char kTypeName[] = "TakeOptions";
58 static TakeOptions BoundsCheck() { return TakeOptions(true); }
59 static TakeOptions NoBoundsCheck() { return TakeOptions(false); }
60 static TakeOptions Defaults() { return BoundsCheck(); }
61
62 bool boundscheck = true;

Callers 6

DoFinishMethod · 0.85
DoFinishMethod · 0.85
FilterWithTakeExecFunction · 0.85
FinishMethod · 0.85
FinishMethod · 0.85
ExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected