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

Method Contains

cpp/src/arrow/io/interfaces.h:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool Contains(const ReadRange& other) const {
48 return (offset <= other.offset && offset + length >= other.offset + other.length);
49 }
50};
51
52/// EXPERIMENTAL: options provider for IO tasks

Callers 9

ReadMethod · 0.45
WaitForMethod · 0.45
SetMetadataInRequestMethod · 0.45
TEST_FFunction · 0.45
ExportMetadataMethod · 0.45
ArrayOfMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
MakeGeoArrowCrsMetadataFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36