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

Function BoundsCheck

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

Source from the content-addressed store, hash-verified

56 explicit TakeOptions(bool boundscheck = true);
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

Callers 4

DefaultsFunction · 0.85
GetRecordBatchReaderMethod · 0.85
ReadRowGroupsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected