コード例 #1
0
ファイル: LineItemColumn.java プロジェクト: sopel39/tpch
 public String getString(LineItem lineItem) {
   return lineItem.getShipInstructions();
 }