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

Function IsPositive

cpp/src/arrow/compute/kernels/scalar_round.cc:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83bool IsPositive(const Scalar& scalar) {
84 IsPositiveVisitor visitor{};
85 std::ignore = VisitScalarInline(scalar, &visitor);
86 return visitor.result;
87}
88
89struct RoundUtil {
90 // Calculate powers of ten with arbitrary integer exponent

Callers 1

InitMethod · 0.85

Calls 1

VisitScalarInlineFunction · 0.85

Tested by

no test coverage detected