Changes between Initial Version and Version 1 of Ticket #30130
- Timestamp:
- Jan 24, 2019, 2:56:43 PM (6 years ago)
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.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. 2 2 3 3 using .values().distinct().count(), it return 2k rows