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

Method add_timezone

cpp/src/generated/Schema_generated.h:1772–1774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770 fbb_.AddElement<int16_t>(Timestamp::VT_UNIT, static_cast<int16_t>(unit), 0);
1771 }
1772 void add_timezone(::flatbuffers::Offset<::flatbuffers::String> timezone) {
1773 fbb_.AddOffset(Timestamp::VT_TIMEZONE, timezone);
1774 }
1775 explicit TimestampBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
1776 : fbb_(_fbb) {
1777 start_ = fbb_.StartTable();

Callers 1

CreateTimestampFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected