}
}
public static TranslatableTable view(String s) {
return new ViewTable(Object.class,
new RelProtoDataType() {
public RelDataType apply(RelDataTypeFactory typeFactory) {
return typeFactory.builder().add("c", SqlTypeName.INTEGER)
.build();
}
}, "values (1), (3), " + s, ImmutableList.<String>of());