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

Function CreateDate

cpp/src/generated/Schema_generated.h:1556–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1554};
1555
1556inline ::flatbuffers::Offset<Date> CreateDate(
1557 ::flatbuffers::FlatBufferBuilder &_fbb,
1558 org::apache::arrow::flatbuf::DateUnit unit = org::apache::arrow::flatbuf::DateUnit_MILLISECOND) {
1559 DateBuilder builder_(_fbb);
1560 builder_.add_unit(unit);
1561 return builder_.Finish();
1562}
1563
1564/// Time is either a 32-bit or 64-bit signed integer type representing an
1565/// elapsed time since midnight, stored in either of four units: seconds,

Callers 1

VisitMethod · 0.85

Calls 2

add_unitMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected