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

Function PromoteTableToSchema

cpp/src/arrow/table.cc:453–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table,
454 const std::shared_ptr<Schema>& schema,
455 MemoryPool* pool) {
456 return PromoteTableToSchema(table, schema, compute::CastOptions::Safe(), pool);
457}
458
459Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table,
460 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