public class GroupCollect extends GroupOperation<ArrayValue>
| Constructor and Description |
|---|
GroupCollect(FieldPath sourceFieldName) |
GroupCollect(FieldPath sourceFieldName,
FieldPath targetFieldName) |
GroupCollect(FieldPath sourceFieldName,
FieldPath targetFieldName,
boolean excludeNulls) |
GroupCollect(String sourceFieldName) |
GroupCollect(String sourceFieldName,
String targetFieldName) |
GroupCollect(String sourceFieldName,
String targetFieldName,
boolean excludeNulls) |
| Modifier and Type | Method and Description |
|---|---|
protected GroupOperationField<ArrayValue> |
createField() |
boolean |
isDistinctValues() |
boolean |
isFlattenArrayValues() |
GroupCollect |
setDistinctValues(boolean distinctValues) |
GroupCollect |
setFlattenArrayValues(boolean flattenArrayValues) |
String |
toString() |
getExcludeNulls, getFilter, getSourceFieldName, getSourceFieldPath, getTargetFieldName, getTargetFieldPath, setExcludeNulls, setFilter, setTargetFieldNamepublic GroupCollect(String sourceFieldName)
public GroupCollect(FieldPath sourceFieldName)
public GroupCollect(String sourceFieldName, String targetFieldName, boolean excludeNulls)
public boolean isDistinctValues()
public GroupCollect setDistinctValues(boolean distinctValues)
public boolean isFlattenArrayValues()
public GroupCollect setFlattenArrayValues(boolean flattenArrayValues)
protected GroupOperationField<ArrayValue> createField()
createField in class GroupOperation<ArrayValue>public String toString()
toString in class GroupOperation<ArrayValue>Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.