| 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 | } |