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

Method type_id

cpp/src/arrow/tensor.cc:477–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477Type::type Tensor::type_id() const { return type_->id(); }
478
479bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const {
480 return TensorEquals(*this, other, opts);

Callers 15

TensorEqualsFunction · 0.45
VisitArrayInlineFunction · 0.45
WrapArrayMethod · 0.45
FromStructArrayMethod · 0.45
operator==Function · 0.45
DirectPutImplFunction · 0.45
AssertVarLengthBinaryFunction · 0.45
PutMethod · 0.45
AssertFixedSizeBinaryFunction · 0.45

Calls 1

idMethod · 0.45

Tested by 1

TESTFunction · 0.36