| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
CountOptions |
CountOptions.count_mode(CountOptions.mode setter) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
arrow.Count(FunctionContext context,
CountOptions options,
Array array,
Datum out)
\brief Count non-null (or null) values in an array.
|
static Status |
arrow.Count(FunctionContext context,
CountOptions options,
Datum datum,
Datum out)
\brief Count non-null (or null) values in an array.
|
Copyright © 2020. All rights reserved.