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

Method schema

cpp/src/arrow/record_batch.cc:827–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825 }
826
827 std::shared_ptr<Schema> schema() const override { return schema_; }
828
829 DeviceAllocationType device_type() const override { return device_type_; }
830

Callers 6

CanIgnoreNaNInEqualityFunction · 0.45
EqualsMethod · 0.45
ValidateBatchFunction · 0.45
EnumerateStatisticsFunction · 0.45
MakeMethod · 0.45
ConcatenateRecordBatchesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected