MCPcopy Create free account
hub / github.com/bytedance/bolt / maxPartialAggregationMemoryUsage

Method maxPartialAggregationMemoryUsage

bolt/core/QueryConfig.h:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816
817 /// If true, ignore null fields when generating JSON string.
818 /// If false, null fields are included with a null value.
819 static constexpr const char* kSparkJsonIgnoreNullFields =
820 "spark.json_ignore_null_fields";
821
822 bool operatorTrackExpressionStats() const {
823 return get<bool>(kOperatorTrackExpressionStats, false);
824 }

Callers 1

HashAggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected