>> DataSet> data;
>> DataSet> partitionedData = data.sortPartition(0,
>> Order.DESCENDING);
>>
>> But I couldn't find any methods to sort the elements in datastream.
>> DataStream> data;
>> DataStream> partitionedData =data.??
>>
>> What could be the way to achieve sorting in datastream elements.
>>
>>
>> Best Regards,
>> Subash Basnet
>>
>
>
ering the
> dataset elements as below:
> DataSet> data;
> DataSet> partitionedData = data.sortPartition(0,
> Order.DESCENDING);
>
> But I couldn't find any methods to sort the elements in datastream.
> DataStream> data;
> DataStream> partitionedData =data.?
ta;
DataStream> partitionedData =data.??
What could be the way to achieve sorting in datastream elements.
Best Regards,
Subash Basnet