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

Function FetchNodeOptions

cpp/src/arrow/acero/options.h:267–267  ·  view source on GitHub ↗

\brief create an instance from values

Source from the content-addressed store, hash-verified

265 static constexpr std::string_view kName = "fetch";
266 /// \brief create an instance from values
267 FetchNodeOptions(int64_t offset, int64_t count) : offset(offset), count(count) {}
268 /// \brief the number of rows to skip
269 int64_t offset;
270 /// \brief the number of rows to keep (not counting skipped rows)

Callers 1

FromProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected