-
Deprecated ClassesClassDescription
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse
Table.append(Row)
instead.usestream().anyMatch
use stream(2).forEach(rowConsumer)usestream().forEach
use stream(2).forEach(rowConsumer)use stream(n).forEach(rowConsumer)UseTable.selectColumns(String[])
insteadUseTable.selectColumns(Column[])
insteaduse steppingStream(n).forEach(rowConsumer)Please use valueIsMissing(double) insteadfor API name consistency. UseRelation.typeArray()
instead.Use the instance methodTable.append(Row)
insteadUse the static methodTable.compareRows(int, Table, Table)
insteadUse the instance methodTable.copyRowsToTable(int[], Table)
insteadUse the instance method {Table:where(Selection} insteadUseTable.first(int)
insteadUseTable.last(int)
instead
StringAggregateFunction
instead