Loading...
Searching...
No Matches
PreparedItemCopy.h File Reference

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...

#include "Config.h"
#include <utility>
#include <vector>

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

namespace  te
 TerraLib.
 
namespace  te::da
 Namespace for the DataAccess API of TerraLib.
 
namespace  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 > >
 

Detailed Description

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.