* @return Whether the contains a single batch. * * The naming is legacy. */
| 613 | * The naming is legacy. |
| 614 | */ |
| 615 | [[nodiscard]] bool SingleColBlock() const { return this->NumBatches() == 1; } |
| 616 | [[nodiscard]] virtual std::int32_t NumBatches() const { return 1; } |
| 617 | |
| 618 | virtual ~DMatrix(); |