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

Function CreateInterval

cpp/src/generated/Schema_generated.h:1840–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838};
1839
1840inline ::flatbuffers::Offset<Interval> CreateInterval(
1841 ::flatbuffers::FlatBufferBuilder &_fbb,
1842 org::apache::arrow::flatbuf::IntervalUnit unit = org::apache::arrow::flatbuf::IntervalUnit_YEAR_MONTH) {
1843 IntervalBuilder builder_(_fbb);
1844 builder_.add_unit(unit);
1845 return builder_.Finish();
1846}
1847
1848struct Duration FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
1849 typedef DurationBuilder Builder;

Callers 1

VisitMethod · 0.85

Calls 2

add_unitMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected