MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / AppendTimestamp

Method AppendTimestamp

src/codec/codec.cc:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269bool RowBuilder::AppendTimestamp(int64_t val) {
270 if (!SetTimestamp(cnt_, val)) return false;
271 cnt_++;
272 return true;
273}
274
275bool RowBuilder::SetTimestamp(uint32_t index, int64_t val) {
276 if (!Check(index, ::fedb::type::kTimestamp)) return false;

Callers 5

TEST_FFunction · 0.45
EncodeRowMethod · 0.45
TEST_FFunction · 0.45
ProjectMethod · 0.45
AppendJsonValueMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36