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

Method is_signed

cpp/src/parquet/types.cc:1687–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687bool IntLogicalType::is_signed() const {
1688 return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).is_signed();
1689}
1690
1691class LogicalType::Impl::Null final : public LogicalType::Impl::Incompatible,
1692 public LogicalType::Impl::UniversalApplicable {

Callers 7

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

Calls

no outgoing calls

Tested by 1

ReconstructMethod · 0.36