Array

array_partition_id(*args, **kwargs)

Overloaded function.

create_array(array_shape, dtype, fill_value, *)

Create new array, filled with a value

timestamp(*args, **kwargs)

Overloaded function.

lue.framework.array_partition_id(*args, **kwargs)

Overloaded function.

  1. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_uint8_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  2. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_uint32_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  3. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_uint64_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  4. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_int32_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  5. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_int64_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  6. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_float32_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

  7. array_partition_id(arg0: lue.lue_py.framework.PartitionedArray_float64_2) -> lue.lue_py.framework.PartitionedArray_uint64_2

lue.framework.create_array(array_shape: tuple, dtype: object, fill_value: object, *, partition_shape: tuple | None = None) object

Create new array, filled with a value

Parameters:
  • array_shape (tuple) – Shape of the array

  • dtype (numpy.dtype) – Type of the array elements

  • fill_value – Value to fill array with

  • partition_shape (tuple) – Shape of the array partitions. When not passed in, a default shape will be used which might not result in the best performance and scalability.

Return type:

PartitionedArray specialization

The type of the array returned depends on the rank of the array and the type of the array elements.

lue.framework.timestamp(*args, **kwargs)

Overloaded function.

  1. timestamp(arg0: lue.lue_py.framework.PartitionedArray_uint8_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  2. timestamp(arg0: lue.lue_py.framework.PartitionedArray_uint32_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  3. timestamp(arg0: lue.lue_py.framework.PartitionedArray_uint64_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  4. timestamp(arg0: lue.lue_py.framework.PartitionedArray_int32_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  5. timestamp(arg0: lue.lue_py.framework.PartitionedArray_int64_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  6. timestamp(arg0: lue.lue_py.framework.PartitionedArray_float32_2) -> lue.lue_py.framework.PartitionedArray_int64_2

  7. timestamp(arg0: lue.lue_py.framework.PartitionedArray_float64_2) -> lue.lue_py.framework.PartitionedArray_int64_2