MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / createDateArray

Function createDateArray

test/include/arrow_test_utils.h:392–394  ·  view source on GitHub ↗

Date array: Arrow date32 values are stored as int32 (days since 1970-01-01)

Source from the content-addressed store, hash-verified

390
391// Date array: Arrow date32 values are stored as int32 (days since 1970-01-01)
392inline void createDateArray(ArrowArray* array, const std::vector<int32_t>& days) {
393 createInt32Array(array, days);
394}
395
396// LIST<INT64> schema helper
397inline void createListInt64Schema(ArrowSchema* schema, const char* name) {

Callers 14

makeUserBatchFunction · 0.85
makeCityBatchFunction · 0.85
makeFollowsBatchFunction · 0.85
makeLivesInBatchFunction · 0.85
makePersonBatchFunction · 0.85
makeCityBatchFunction · 0.85
makeKnowsBatchFunction · 0.85
makeLivesInBatchFunction · 0.85
makeCsrNodeBatchFunction · 0.85
makeCsrEdgeBatchFunction · 0.85
makePersonBatchFunction · 0.85
makeKnowsBatchFunction · 0.85

Calls 1

createInt32ArrayFunction · 0.85

Tested by

no test coverage detected