Create a tuple with size fields. Whenever possible this is preferred over the null constructor, as the constructor can preallocate the size of the container holding the fields. Once this is called, it is legal to call Tuple.set(x, object), where x < size.
Specified by: newTuple(...) in TupleMaker
Parameters:
size Number of fields in the tuple.
Returns:
Tuple with size fields
注意:如果要使用方法二,就不能使用append,必须要使用set方法设置值。