We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130dfcd commit b9d1162Copy full SHA for b9d1162
1 file changed
docs/source/format/Columnar.rst
@@ -815,6 +815,9 @@ A run must have have a length of at least 1. This means the values in the
815
run ends array all are positive and in strictly ascending order. A run end cannot be
816
null.
817
818
+The REE parent has no validity bitmap, and it's null count field should always be 0.
819
+Null values are encoded as runs with the value null.
820
+
821
As an example, you could have the following data: ::
822
823
type: Float32
@@ -824,7 +827,7 @@ In Run-end-encoded form, this could appear as:
824
827
825
828
::
826
829
- * Length: 7, Null count: 2
830
+ * Length: 7, Null count: 0
831
* Child Arrays:
832
833
* run_ends (Int32):
0 commit comments