Interface CLALibSeparator
public interface CLALibSeparator
The job of this Lib is to separate and combine back a list of column groups from its dictionaries, and vice versa
combine back together dictionaries with their respective column groups
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionCombine a set of separated groups back together.Split a given list of column groups into separate subparts.
-
Field Details
-
LOG
static final org.apache.commons.logging.Log LOG
-
-
Method Details
-
split
Split a given list of column groups into separate subparts.- Parameters:
gs- the list of groups to separate.- Returns:
- A split of the groups and their dictionaries.
-
combine
Combine a set of separated groups back together.- Parameters:
gs- groups to combine with dictionariesd- dictionaries to combine back into the groups.blen- The block size.- Returns:
- A combined list of column groups.
-