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

Method bit_width

cpp/src/parquet/types.cc:1683–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1681}
1682
1683int IntLogicalType::bit_width() const {
1684 return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).bit_width();
1685}
1686
1687bool IntLogicalType::is_signed() const {
1688 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