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

Method data

java/core/src/test/org/apache/orc/TestUnicode.java:46–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 Path testFilePath;
45
46 private static Stream<Arguments> data() {
47 ArrayList<Arguments> data = new ArrayList<>();
48 for (int j = 0; j < 2; j++) {
49 for (int i = 1; i <= 5; i++) {
50 data.add(Arguments.of(j == 0 ? "char" : "varchar", i, true));
51 }
52 }
53 return data.stream();
54 }
55
56 static final String[] utf8strs = new String[] {
57 // Character.UnicodeBlock GREEK (2 bytes)

Callers

nothing calls this directly

Calls 2

ofMethod · 0.80
addMethod · 0.65

Tested by

no test coverage detected