# Packages
Package types is a package that contains some generic data types.
# Functions
GetBaseKindSize returns the size of the base kinds such as int, float, bool, etc.
GetKindFromName returns the kind from the given name.
No description provided by the author
No description provided by the author
NewBuffer creates a new buffer with the given maximum size in bytes.
NewData creates a new data with the given key and value.
NewDataBatch returns a new data batch.
NewDataSet returns a new data set.
# Constants
DefaultMaxBufferLength is the default maximum length of the buffer.
256 MB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BaseValueType implements ValueType interface.
Buffer is a thread-safe data buffer.
Data is a key-value pair.
Map is a map of data types.
# Interfaces
BufferObserver is an interface that can be implemented to observe the buffer.
Type is the interface that has the basic data type methods.
ValueType is a Type that holds a value with same kind.