浏览代码

iterative solution with recursive function

master
nitowa 2 年前
父节点
当前提交
0801220596
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/spark/main.py

+ 0
- 1
src/spark/main.py 查看文件

71
 # take the first tx
71
 # take the first tx
72
 tx_zero = tx_grouped \
72
 tx_zero = tx_grouped \
73
     .select('*') \
73
     .select('*') \
74
-    .where('tx_id = 3') \
75
     .limit(1)
74
     .limit(1)
76
 
75
 
77
 # find txs with overlapping addresses
76
 # find txs with overlapping addresses

正在加载...
取消
保存