r0 := UnboundTable: t
  col  int64
  col2 string
  col3 float64

Project[r0]
  col:  r0.col
  col2: r0.col2
  col3: r0.col3
  col4: StringLength(r0.col2)