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

Function CreateDuration

cpp/src/generated/Schema_generated.h:1881–1887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1879};
1880
1881inline ::flatbuffers::Offset<Duration> CreateDuration(
1882 ::flatbuffers::FlatBufferBuilder &_fbb,
1883 org::apache::arrow::flatbuf::TimeUnit unit = org::apache::arrow::flatbuf::TimeUnit_MILLISECOND) {
1884 DurationBuilder builder_(_fbb);
1885 builder_.add_unit(unit);
1886 return builder_.Finish();
1887}
1888
1889/// ----------------------------------------------------------------------
1890/// user defined key value pairs to add custom metadata to arrow

Callers 1

VisitMethod · 0.85

Calls 2

add_unitMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected