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

Function PromoteTableToSchema

cpp/src/arrow/table.cc:462–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table,
463 const std::shared_ptr<Schema>& schema,
464 MemoryPool* pool) {
465 return PromoteTableToSchema(table, schema, compute::CastOptions::Safe(), pool);
466}
467
468Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table,
469 const std::shared_ptr<Schema>& schema,

Callers 2

ConcatenateTablesFunction · 0.85
TEST_FFunction · 0.85

Calls 15

SafeFunction · 0.85
CanCastFunction · 0.85
push_backMethod · 0.80
GetAllFieldIndicesMethod · 0.80
nullableMethod · 0.80
chunked_arrayMethod · 0.80
OKFunction · 0.70
InvalidFunction · 0.70
TypeErrorFunction · 0.70
MakeFunction · 0.70
schemaMethod · 0.45
EqualsMethod · 0.45

Tested by 1

TEST_FFunction · 0.68