| 583 | } |
| 584 | |
| 585 | BaseBinaryScalar::BaseBinaryScalar(std::string s, std::shared_ptr<DataType> type) |
| 586 | : BaseBinaryScalar(Buffer::FromString(std::move(s)), std::move(type)) {} |
| 587 | |
| 588 | void BinaryScalar::FillScratchSpace(uint8_t* scratch_space, |
| 589 | const std::shared_ptr<Buffer>& value) { |
nothing calls this directly
no test coverage detected