| 接口 | 说明 |
|---|---|
| Aggregate<I,O> |
A function that converts lists of data frame values to
aggregate results.
|
| Function<I,O> |
A function that is applied to objects (rows or values) in a
DataFrame.
|
| KeyFunction<I> |
A function that converts data frame rows to index or
group keys.
|
| Predicate<I> |
An interface used to filter a DataFrame.
|
| TimeFunction<I,O> |
A function that converts DateTime value to String
|
| Transforms.CumulativeFunction<I,O> |
| 枚举 | 说明 |
|---|---|
| SortDirection |
Copyright © 2019. All rights reserved.