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

Function schema

cpp/src/arrow/ipc/reader.h:343–343  ·  view source on GitHub ↗

\return the decoded schema

Source from the content-addressed store, hash-verified

341
342 /// \return the decoded schema
343 std::shared_ptr<Schema> schema() const { return schema_; }
344
345 /// \return the filtered schema
346 std::shared_ptr<Schema> filtered_schema() const { return filtered_schema_; }

Callers 15

CreateRecordBatchMethod · 0.70
schemaMethod · 0.70
ToTableMethod · 0.70
TESTFunction · 0.70
GetSchemaFunction · 0.70
MakeBooleanBatchSizedFunction · 0.70
MakeIntBatchSizedFunction · 0.70
MakeFloat3264BatchSizedFunction · 0.70
MakeFloatBatchSizedFunction · 0.70
MakeNullRecordBatchFunction · 0.70

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.56
MakeBooleanBatchSizedFunction · 0.56
MakeIntBatchSizedFunction · 0.56
MakeFloat3264BatchSizedFunction · 0.56
MakeFloatBatchSizedFunction · 0.56
MakeNullRecordBatchFunction · 0.56
MakeListRecordBatchSizedFunction · 0.56
MakeNonNullRecordBatchFunction · 0.56