diff --git a/docs/layouts/shortcodes/generated/core_configuration.html b/docs/layouts/shortcodes/generated/core_configuration.html index b2bd3a976d66..15b1aac93543 100644 --- a/docs/layouts/shortcodes/generated/core_configuration.html +++ b/docs/layouts/shortcodes/generated/core_configuration.html @@ -864,6 +864,12 @@
NOTE: records given to the writer must be sorted because it does not compare the min max keys
* to produce {@link DataFileMeta}.
*/
-public class KeyValueDataFileWriter
+public abstract class KeyValueDataFileWriter
extends StatsCollectingSingleFileWriter, SimpleStats> valueStatsPair =
- valueStatsConverter.toBinary(valFieldStats);
+ valueStatsConverter.toBinary(keyValueStats.getValue());
DataFileIndexWriter.FileIndexResult indexResult =
dataFileIndexWriter == null
@@ -204,6 +198,8 @@ public DataFileMeta result() throws IOException {
valueStatsPair.getKey());
}
+ abstract Pair