Graph_plan_memory doesn't support nested tuples?

@masahi FromTupleType is the one you probably want it takes a Type representing the layout of expr and returns a sequence of expressions which correspond to the linearized view of the tuple, i.e it will handle projecting nested tuples out.