if(schemaPath != null && !schemaPath.exists()) | if(schemaPaths != null && !schemaPaths.stream().allMatch(File::exists)) | schemaPath.exists() | schemaPath.stream().allMatch(File::exists) | voltdb | f7ba8b66db7bf97f9f2caece84fd643dfb4e60a8 | org.voltdb.compiler.VoltCompiler | | _1 | schemaPath |
---|
_2 | schemaPaths |
---|
| | | | Uses | True |