This class is used to optimize the copy of several dataSetItems by caching the mapping between the columns from the input and the output. More...
Go to the source code of this file.
Classes | |
class | te::mem::PreparedItemCopy |
This class is used to optimize the copy of several dataSetItems by caching the mapping between the columns from the input and the output. More... | |
Namespaces | |
te | |
TerraLib. | |
te::da | |
Namespace for the DataAccess API of TerraLib. | |
te::mem | |
Namespace for the memory data source of TerraLib. | |
Typedefs | |
using | te::mem::ColumnMapping = std::vector< std::pair< std::size_t, std::size_t > > |
This class is used to optimize the copy of several dataSetItems by caching the mapping between the columns from the input and the output.
Definition in file PreparedItemCopy.h.