datatable.Type.is_compound

Added in version 1.1.0

Test whether this type represents a “compound” type, i.e. whether it may contain one or more dependent types. Currently, datatable implements only arr32 and arr64 compound types.

Parameters

return
bool

Examples

dt.Type.arr32(dt.int32).is_compound
True
dt.Type.void.is_compound
False