[ CCode ( has_construct_function = false ) ]
[ Version ( since = "13.0.0" ) ]
public RunEndEncodedArray (DataType data_type, int64 logical_length, Array run_ends, Array values, int64 logical_offset) throws Error
| data_type |
The data type of the run-end encoded array. |
| logical_length |
The logical length of the run-end encoded array. |
| run_ends |
The run-ends of the run-end encoded array. |
| values |
The values of the run-end encoded array. |
| logical_offset |
The offset of the run-end encoded array. |
|
A newly created RunEndEncodedArray or null on error. |