430431432433434435436437438439440
switch (type.getName()) { case ASCII: case TEXT: case VARCHAR: return new Strings(name, config); case BIGINT: case COUNTER: return new Longs(name, config); case BLOB: return new Bytes(name, config);
486487488489490491492493494495496
426427428429430431432433434435436