Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ endianness
Method
endianness
cpp/src/arrow/type.cc:2305–2305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2303
}
2304
2305
Endianness Schema::endianness() const { return impl_->endianness_; }
2306
2307
bool Schema::is_native_endian() const { return impl_->endianness_ == Endianness::Native; }
2308
Callers
5
Equals
Method · 0.45
MakeBatchesFromNumString
Function · 0.45
GetInclusionMaskAndOutSchema
Function · 0.45
SchemaToFlatbuffer
Function · 0.45
GetSchema
Function · 0.45
Calls
no outgoing calls
Tested by
1
MakeBatchesFromNumString
Function · 0.36