.addColumn(new FixedPoint("h"))
.addColumn(new FloatingPoint("i"))
.addColumn(new Map("j", new Text(), new Text()))
.addColumn(new Set("k", new Text()))
.addColumn(new Text("l"))
.addColumn(new Time("m"))
.addColumn(new Unsupported("u"))
;
transferAndAssert(allTypes);
}