\brief Slice from first row at offset until end of the table
| 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 |