-d ssbm -o /opt/arrow/f_lineorder_sorted.arrow --progress ¥ -c ‘SELECT * FROM lineorder ORDER BY lo_orderdate’ ¥ --stat=lo_orderdate : $ pg2arrow --dump /opt/arrow/f_lineorder_sorted.arrow [Footer] {Footer: version=V4, schema={Schema: endianness=little, fields=[ {Field: name="lo_orderkey", nullable=true, type={Int64}, children=[], custom_metadata=[]}, {Field: name="lo_linenumber", nullable=true, type={Int32}, children=[], custom_metadata=[]}, {Field: name="lo_custkey", nullable=true, type={Int32}, children=[], custom_metadata=[]}, {Field: name="lo_partkey", nullable=true, type={Int32}, children=[], custom_metadata=[]}, {Field: name="lo_suppkey", nullable=true, type={Int32}, children=[], custom_metadata=[]}, {Field: name="lo_orderdate", nullable=true, type={Int32}, children=[], custom_metadata=[{KeyValue: key="min_values" value="19920101,19920102,19920103,19920104, 19920105,19920107,19920108,...”}, {KeyValue: key="max_values" value="19920102,19920103,19920104,19920105, 19920107,19920108,19920109,...”}]}, {Field: name="lo_orderpriority", nullable=true, type={Utf8}, children=[], custom_metadata=[]}, : : : PostgreSQL Conference Japan 2025 ~PostgreSQL で列データ”ファイル”を利用する~ 47