MCPcopy Create free account
hub / github.com/apache/arrow / BaseBinaryScalar

Method BaseBinaryScalar

cpp/src/arrow/scalar.cc:585–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585BaseBinaryScalar::BaseBinaryScalar(std::string s, std::shared_ptr<DataType> type)
586 : BaseBinaryScalar(Buffer::FromString(std::move(s)), std::move(type)) {}
587
588void BinaryScalar::FillScratchSpace(uint8_t* scratch_space,
589 const std::shared_ptr<Buffer>& value) {

Callers

nothing calls this directly

Calls 1

FromStringFunction · 0.85

Tested by

no test coverage detected