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