AbstractStringColumn, StringColumn, TextColumnpublic interface StringReduceUtils extends Column<String>, Iterable<String>
| Modifier and Type | Method | Description |
|---|---|---|
default String |
appendAll() |
Returns a single string made by appending all the strings in this column, separated by a single
space character
|
default String |
appendAll(String delimiter) |
Returns a single string made by appending all the strings in this column, separated by the
given delimiter
|
allMatch, anyMatch, append, append, append, appendCell, appendCell, appendMissing, appendObj, asBytes, asList, asObjectArray, asStringColumn, byteSize, clear, columnWidth, contains, copy, count, count, countMissing, countUnique, emptyCopy, emptyCopy, filter, first, get, getString, getUnformattedString, indexOf, inRange, interpolate, isEmpty, isMissing, isMissing, isNotMissing, lag, last, lead, map, map, mapInto, max, max, min, min, name, noneMatch, parser, print, reduce, reduce, removeMissing, rolling, rowComparator, sampleN, sampleX, set, set, set, set, set, set, setMissing, setMissingTo, setName, setParser, size, sortAscending, sortDescending, sorted, subset, summary, title, type, unique, wherecompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongforEach, iterator, spliteratordefault String appendAll(String delimiter)
default String appendAll()
Copyright © 2021. All rights reserved.