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

Method schema

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

Source from the content-addressed store, hash-verified

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

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