type github.com/apache/arrow-go/v18/internal/hashing.TypedMemoTable (interface)

Method Implmentations


CopyValuesSubset(start int, out any)
Get(val interface{}) (int, bool)
GetNull() (idx int, exists bool)
GetOrInsert(val interface{}) (idx int, existed bool, err error)
GetOrInsertBytes(val []byte) (idx int, existed bool, err error)
GetOrInsertNull() (idx int, existed bool)
InsertOrGet(val T) (idx int, found bool, err error)
WriteOut(out []byte)
WriteOutSubset(offset int, out []byte)