ArkoudaSymEntryCompat

Usage

use ArkoudaSymEntryCompat;

or

import ArkoudaSymEntryCompat;
type SymEntryAny = SymEntry(?)
type mapAny = map(?)
override proc SymEntry.serialize(writer, ref serializer) throws
proc GenSymEntry.init(type etype, len: int = 0, ndim: int = 1)
proc SymEntry.init(args: int ...?N, type etype)

This init takes length and element type

Arguments
  • len : int – length of array to be allocated

  • etype : type – type to be instantiated

proc SymEntry.init(in a: [?D] ?etype, max_bits = -1)

This init takes an array whose type matches makeDistArray()

Arguments

a : [] ?etype – array