Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
477
Type::type Tensor::type_id() const { return type_->id(); }
478
479
bool Tensor::Equals(const Tensor& other, const EqualOptions& opts) const {
480
return TensorEquals(*this, other, opts);
Callers
15
garrow_tensor_get_value_type
Function · 0.45
garrow_array_get_value_type
Function · 0.45
garrow_array_new_raw_valist
Function · 0.45
TensorEquals
Function · 0.45
VisitArrayInline
Function · 0.45
WrapArray
Method · 0.45
FromStructArray
Method · 0.45
operator==
Function · 0.45
DirectPutImpl
Function · 0.45
AssertVarLengthBinary
Function · 0.45
Put
Method · 0.45
AssertFixedSizeBinary
Function · 0.45
Calls
1
id
Method · 0.45
Tested by
1
TEST
Function · 0.36