| 396 | const DataTypePtr & getType() const { return type; } |
| 397 | const ColumnPtr & getColumn() const { return column; } |
| 398 | Int64 getRow() const { return row; } |
| 399 | std::string_view getLastKey() const { return last_key; } |
| 400 | |
| 401 | private: |
no outgoing calls
no test coverage detected