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

Method bit_width

cpp/src/parquet/types.cc:1695–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1693}
1694
1695int IntLogicalType::bit_width() const {
1696 return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).bit_width();
1697}
1698
1699bool IntLogicalType::is_signed() const {
1700 return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).is_signed();

Callers 5

EqualsMethod · 0.45
ReconstructMethod · 0.45
MakeArrowIntFunction · 0.45
MakeArrowInt64Function · 0.45
MakeMinMaxIntegralScalarFunction · 0.45

Calls

no outgoing calls

Tested by 1

ReconstructMethod · 0.36