RAPIDS
Preparing search index...
@rapidsai/cudf
GroupByMultipleProps
Interface GroupByMultipleProps<T, R, IndexKey>
interface
GroupByMultipleProps
<
T
extends
TypeMap
,
R
extends
keyof
T
,
IndexKey
extends
string
,
>
{
by
:
R
[]
;
column_order
?:
boolean
[]
;
include_nulls
?:
boolean
;
index_key
:
IndexKey
;
keys_are_sorted
?:
boolean
;
null_precedence
?:
NullOrder
[]
;
}
Type Parameters
T
extends
TypeMap
R
extends
keyof
T
IndexKey
extends
string
Hierarchy (
View Summary
)
GroupByBaseProps
GroupByMultipleProps
Index
Properties
by
column_
order?
include_
nulls?
index_
key
keys_
are_
sorted?
null_
precedence?
Properties
by
by
:
R
[]
Optional
column_
order
column_order
?:
boolean
[]
Optional
include_
nulls
include_nulls
?:
boolean
index_
key
index_key
:
IndexKey
Optional
keys_
are_
sorted
keys_are_sorted
?:
boolean
Optional
null_
precedence
null_precedence
?:
NullOrder
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
by
column_
order
include_
nulls
index_
key
keys_
are_
sorted
null_
precedence
RAPIDS
Loading...