Open3
Dataflowテンプレート解析中の疑問点と調査メモ
不明点
- @AutoValueって?
- @Setupって?
↓
- @Autovalue: Valueを持つクラス(KotlinのDataクラス)のequalsやhashCodeやtoStringとかを実装したくないのでよしなにやってもらうやつ(参考: https://github.com/google/auto/blob/main/value/userguide/index.md
- @Setup: DoFnのライフサイクル中の最初の処理(参考: https://stackoverflow.com/questions/45985753/what-is-the-difference-between-dofn-setup-and-dofn-startbundle
AutoValue
AutoValue_
というプレフィックス付きで自動生成される
DoFn.Setup