MCPcopy Create free account
hub / github.com/apache/orc / data

Method data

java/core/src/test/org/apache/orc/TestVectorOrcFile.java:105–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103public class TestVectorOrcFile implements TestConf {
104
105 private static Stream<Arguments> data() {
106 return Stream.of(
107 Arguments.of(Version.V_0_11),
108 Arguments.of(Version.V_0_12),
109 Arguments.of(Version.UNSTABLE_PRE_2_0)
110 );
111 }
112
113 public static String getFileFromClasspath(String name) {
114 URL url = ClassLoader.getSystemResource(name);

Callers

nothing calls this directly

Calls 1

ofMethod · 0.80

Tested by

no test coverage detected