Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ min
Method
min
cpp/src/arrow/compute/kernels/hash_aggregate.cc:319–319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
template <typename CType>
318
struct MinMaxOp {
319
static constexpr CType min(CType a, CType b) { return std::min(a, b); }
320
static constexpr CType max(CType a, CType b) { return std::max(a, b); }
321
};
322
Callers
15
statistics.cpp
File · 0.45
gparquet_fixed_length_byte_array_statistics_get_min
Function · 0.45
TestParquetFloatStatistics
Class · 0.45
TestParquetDoubleStatistics
Class · 0.45
TestParquetInt32Statistics
Class · 0.45
TestParquetByteArrayStatistics
Class · 0.45
TestParquetFixedLengthByteArrayStatistics
Class · 0.45
TestParquetInt64Statistics
Class · 0.45
build_record_batch
Method · 0.45
HasCorrectStatistics
Method · 0.45
ToThrift
Function · 0.45
TestWriteTypedColumnIndex
Function · 0.45
Calls
no outgoing calls
Tested by
15
build_record_batch
Method · 0.36
TestWriteTypedColumnIndex
Function · 0.36
CheckColumnIndex
Method · 0.36
TestMinMaxEncode
Method · 0.36
TestMerge
Method · 0.36
TestFullRoundtrip
Method · 0.36
TestMinMaxEncode
Method · 0.36
VerifyParquetStats
Method · 0.36
TestByteArrayStatisticsFromArrow
Function · 0.36
CheckMinMaxZeroesSign
Method · 0.36
TEST
Function · 0.36
TEST
Function · 0.36