Searched +defs:read +defs:csv (Results 1 – 4 of 4) sorted by relevance
94 public static RangeKey read(List<String> parts) { in read() method in RecipesTableSchema133 public static RangeTable toRangeTable(CsvTable<RangeKey> csv) { in toRangeTable()150 CsvTable.Builder<RangeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local
98 private static ShortcodeKey read(List<String> parts) { in read() method in ShortcodesTableSchema.ShortcodeKey191 CsvTable.Builder<ShortcodeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local208 CsvTable<ShortcodeKey> csv) { in toShortcodeTables()
107 toExampleTable(CsvTable<ExampleNumberKey> csv) { in toExampleTable()120 private static ExampleNumberKey read(List<String> parts) { in read() method in ExamplesTableSchema
285 CsvTable.Builder<RangeKey> csv = CsvTable.builder(SCHEMA); in toCsv() local317 public static RangeTable toRangeTable(CsvTable<RangeKey> csv) { in toRangeTable()341 public static RangeKey read(List<String> parts) { in read() method in RangesTableSchema