Changes between Initial Version and Version 1 of Ticket #30130


Ignore:
Timestamp:
Jan 24, 2019, 2:56:43 PM (5 years ago)
Author:
James Lin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30130 – Description

    initial v1  
    1 I have a table virtualmachineresources, which has 100k+ rows, it has columns 'machine` and `cluster`, some rows the cluster field is empty. it has repeating rows of machine + with/without cluster, hence I want to use the distinct() method.
     1I have a table virtualmachineresources, which has 100k+ rows, it has columns `machine` and `cluster`, some rows the cluster field is empty. it has repeating rows of machine + with/without cluster, hence I want to use the distinct() method.
    22
    33using .values().distinct().count(), it return 2k rows
Back to Top