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

Method is_signed

cpp/src/parquet/types.cc:1699–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1697}
1698
1699bool IntLogicalType::is_signed() const {
1700 return (dynamic_cast<const LogicalType::Impl::Int&>(*impl_)).is_signed();
1701}
1702
1703class LogicalType::Impl::Null final : public LogicalType::Impl::Incompatible,
1704 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