type github.com/apache/arrow-go/v18/internal/hashing.MemoTable (interface)
Method Implmentations
CopyValues(out any)
(*BinaryMemoTable).CopyValues
NumericMemoTable.CopyValues
(*Table[...]).CopyValues
TypedMemoTable[...].CopyValues
CopyValuesSubset(start int, out any)
(*BinaryMemoTable).CopyValuesSubset
NumericMemoTable.CopyValuesSubset
(*Table[...]).CopyValuesSubset
TypedMemoTable[...].CopyValuesSubset
Get(val interface{}) (int, bool)
(*BinaryMemoTable).Get
NumericMemoTable.Get
(*Table[...]).Get
TypedMemoTable[...].Get
GetNull() (idx int, exists bool)
(*BinaryMemoTable).GetNull
NumericMemoTable.GetNull
(*Table[...]).GetNull
TypedMemoTable[...].GetNull
GetOrInsert(val interface{}) (idx int, existed bool, err error)
(*BinaryMemoTable).GetOrInsert
NumericMemoTable.GetOrInsert
(*Table[...]).GetOrInsert
TypedMemoTable[...].GetOrInsert
GetOrInsertBytes(val []byte) (idx int, existed bool, err error)
(*BinaryMemoTable).GetOrInsertBytes
NumericMemoTable.GetOrInsertBytes
(*Table[...]).GetOrInsertBytes
TypedMemoTable[...].GetOrInsertBytes
GetOrInsertNull() (idx int, existed bool)
(*BinaryMemoTable).GetOrInsertNull
NumericMemoTable.GetOrInsertNull
(*Table[...]).GetOrInsertNull
TypedMemoTable[...].GetOrInsertNull
Reset()
(*BinaryMemoTable).Reset
NumericMemoTable.Reset
(*Table[...]).Reset
TypedMemoTable[...].Reset
Size() int
(*BinaryMemoTable).Size
NumericMemoTable.Size
(*Table[...]).Size
TypedMemoTable[...].Size
TypeTraits() TypeTraits
(*BinaryMemoTable).TypeTraits
NumericMemoTable.TypeTraits
(*Table[...]).TypeTraits
TypedMemoTable[...].TypeTraits
WriteOut(out []byte)
(*BinaryMemoTable).WriteOut
NumericMemoTable.WriteOut
(*Table[...]).WriteOut
TypedMemoTable[...].WriteOut
WriteOutSubset(offset int, out []byte)
(*BinaryMemoTable).WriteOutSubset
NumericMemoTable.WriteOutSubset
(*Table[...]).WriteOutSubset
TypedMemoTable[...].WriteOutSubset
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |