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

Function CreateTimestampDirect

cpp/src/generated/Schema_generated.h:1796–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795
1796inline ::flatbuffers::Offset<Timestamp> CreateTimestampDirect(
1797 ::flatbuffers::FlatBufferBuilder &_fbb,
1798 org::apache::arrow::flatbuf::TimeUnit unit = org::apache::arrow::flatbuf::TimeUnit_SECOND,
1799 const char *timezone = nullptr) {
1800 auto timezone__ = timezone ? _fbb.CreateString(timezone) : 0;
1801 return org::apache::arrow::flatbuf::CreateTimestamp(
1802 _fbb,
1803 unit,
1804 timezone__);
1805}
1806
1807struct Interval FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
1808 typedef IntervalBuilder Builder;

Callers

nothing calls this directly

Calls 1

CreateTimestampFunction · 0.85

Tested by

no test coverage detected