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

Function Slice

cpp/src/arrow/table.h:144–144  ·  view source on GitHub ↗

\brief Slice from first row at offset until end of the table

Source from the content-addressed store, hash-verified

142
143 /// \brief Slice from first row at offset until end of the table
144 std::shared_ptr<Table> Slice(int64_t offset) const { return Slice(offset, num_rows_); }
145
146 /// \brief Return a column by name
147 /// \param[in] name field name

Callers 2

SliceMethod · 0.70
SliceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected