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

Function Slice

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

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

Source from the content-addressed store, hash-verified

130
131 /// \brief Slice from first row at offset until end of the table
132 std::shared_ptr<Table> Slice(int64_t offset) const { return Slice(offset, num_rows_); }
133
134 /// \brief Return a column by name
135 /// \param[in] name field name

Callers 2

SliceMethod · 0.70
SliceMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected