OriginalCompleteBefore | OriginalCompleteAfter | Before | After | Project | Commit | CompilationUnit | LineNos | Names | TemplateVariableToCodeBefore | RelevantImports | TemplateVariableToCodeAfter | isRelevant | isSafe | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Assert.assertEquals(0L,rows.longValue()); | Assert.assertEquals(0d,rows,0.01); | rows.longValue() | rows | beam | 3a0d9c4fe16ced30a223557a4ad531365d4977ec | org.apache.beam.sdk.io.TextRowCountEstimatorTest |
|
|
|
| Uses | True | |||||||||||||
Assert.assertEquals(150L,rows.longValue()); | Assert.assertEquals(150d,rows,0.01); | rows.longValue() | rows | beam | 3a0d9c4fe16ced30a223557a4ad531365d4977ec | org.apache.beam.sdk.io.TextRowCountEstimatorTest |
|
|
|
| Uses | True |