hhl

Results 5 comments of hhl

@xiehuc see https://github.com/lemire/BitSliceIndex/tree/master/src/main/java/org/roaringbitmap/circuits/topk, the author of roaringBitmap write two type of algorithm for topK, one is RinfretONeil, one is simple by Tree

@Antonio-RiveroMartnez can this feature support PIVOT TABLE ? I tested and found not.

some issue @Pycharm and IEDA ( after upgrade, it's fine)

java.lang.NoSuchMethodError: 'com.maddyhome.idea.vim.api.VimOptionGroup com.maddyhome.idea.vim.api.VimInjector.getOptionGroup()' at eu.theblob42.idea.whichkey.WhichKeyTypeActionHandler.beforeExecute(WhichKeyTypeActionHandler.kt:34) at com.intellij.openapi.editor.actionSystem.TypedAction.beforeActionPerformed(TypedAction.java:190) at com.intellij.openapi.editor.impl.EditorImpl.processKeyTypedImmediately(EditorImpl.java:1316) at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1301) at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:3621) at com.intellij.openapi.editor.impl.EditorImpl$6.keyTyped(EditorImpl.java:1139) at java.desktop/java.awt.AWTEventMulticaster.keyTyped(AWTEventMulticaster.java:247) at java.desktop/java.awt.AWTEventMulticaster.keyTyped(AWTEventMulticaster.java:247) at java.desktop/java.awt.AWTEventMulticaster.keyTyped(AWTEventMulticaster.java:247) at java.desktop/java.awt.Component.processKeyEvent(Component.java:6612) at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2892) at java.desktop/java.awt.Component.processEvent(Component.java:6434) at java.desktop/java.awt.Container.processEvent(Container.java:2266) at...