# Functions
CastDateTime casts src to other DataForm according to the dt.
GetCategory returns the category string according to the dt.
GetDataFormString returns the data form in the string format based on its byte format.
GetDataTypeString returns the data type in the string format based on its byte format.
NewArrayVector returns an object of ArrayVector with specified data.
NewChart returns an object of chart according to in.
NewDataType returns an object of DataType according to datatype and arg.
NewDataTypeList instantiates a DataTypeList according to the datatype and data.
NewDataTypeListFromRawData instantiates a DataTypeList with specified datatype and args.
Deprecated.
NewDictionary returns an object of Dictionary according to keys and values.
NewEmptyDataTypeList instantiates an empty DataTypeList.
NewMatrix returns an object of matrix according to data, rowLabels and columnLabels.
NewPair returns an object of pair with specified vector v.
NewScalar returns an object of scalar with d.
NewSet returns an object of Set based on vector v.
NewTable returns an object of Table with colNames and colValues.
NewTableFromRawData returns an object of Table with colNames, colTypes and colValues.
NewTableFromStruct returns the table object according to the val which is a struct object with special tags.
NewVector returns an object of vector with specified data.
NewVectorWithArrayVector returns an object of vector according to the data.
No description provided by the author
ParseDataForm parses the raw bytes in r with bo and return a DataForm object.
ParseDataType parses raw data to DataType.
# Constants
ARRAY is the string type of category ARRAY.
BINARY is the string type of category BINARY.
DECIMAL is the string type of category ARRAY.
DfChart is the byte type of Chart.
DfChunk is the byte type of Chunk.
DfDictionary is the byte type of Dictionary.
DfMatrix is the byte type of Matrix.
DfPair is the byte type of Pair.
DfScalar is the byte type of Scalar.
DfSet is the byte type of Set.
DfTable is the byte type of Table.
DfVector is the byte type of Vector.
DtAny is the byte type of Any.
DtBlob is the byte type of Blob.
DtBool is the byte type of Bool.
DtChar is the byte type of Char.
DtCode is the byte type of Code.
DtComplex is the byte type of Complex.
DtCompress is the byte type of Compress.
DtDatasource is the byte type of Datasource.
DtDate is the byte type of Date.
DtDateHour is the byte type of DateHour.
DtDateMinute is the byte type of DateMinute.
DtDatetime is the byte type of Datetime.
DtDecimal128 is the byte type of Decimal128.
DtDecimal32 is the byte type of Decimal32.
DtDecimal64 is the byte type of Decimal64.
DtDictionary is the byte type of Dictionary.
DtDouble is the byte type of Double.
DtDuration is the byte type of Duration.
DtFloat is the byte type of Float.
DtFunction is the byte type of Function.
DtHandle is the byte type of Handle.
DtInt is the byte type of Int.
DtInt128 is the byte type of Int128.
DtIP is the byte type of IP.
DtLong is the byte type of Long.
DtMinute is the byte type of Minute.
DtMonth is the byte type of Month.
DtNanoTime is the byte type of NanoTime.
DtNanoTimestamp is the byte type of NanoTimestamp.
DtObject is the byte type of Object.
DtPoint is the byte type of Point.
DtResource is the byte type of Resource.
DtSecond is the byte type of Second.
DtShort is the byte type of Short.
DtString is the byte type of String.
DtSymbol is the byte type of Symbol.
DtTime is the byte type of Time.
DtTimestamp is the byte type of Timestamp.
DtUUID is the byte type of UUID.
DtVoid is the byte type of Void.
FLOATING is the string type of category FLOATING.
INTEGRAL is the string type of category INTEGRAL.
LITERAL is the string type of category LITERAL.
LOGICAL is the string type of category LOGICAL.
MinInt32 is minimum int32 of type uint32.
MinInt8 is the minimum int8 of type uint8.
MIXED is the string type of category MIXED.
NOTHING is the string type of category NOTHING.
SYSTEM is the string type of category SYSTEM.
TEMPORAL is the string type of category TEMPORAL.
# Variables
ChartType is a map storing the mapping relationship.
Null value for DtAny.
Null value for DtBlob.
Null value for DtBool.
Null value for DtChar.
Null value for DtComplex.
Null value for DtCompress.
Null value for DtDecimal128.
Null value for DtDecimal32.
Null value for DtDecimal64.
Null value for DtDouble.
Null value for DtDuration.
Null value for DtFloat.
Null value for DtInt.
Null value for DtInt128.
Null value for DtIP.
Null value for DtLong.
Null value for DtPoint.
Null value for DTShort.
Null value for DtString, DtSymbol.
Null value for DtDate,DtDateHour,DtDatetime,DtMinute,DtNanoTime,DtNanoTimestamp,DtSecond,DtMonth,DtTimestamp.
Null value for DtUUID.
# Structs
ArrayVector is an element type of Vector.
Category stores the DataFormByte and the DataTypeByte of a DataForm.
Chart is a DataForm.
DataTypeExtend is only valid for Symbol DataType.
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
Dictionary is a DataForm.
Matrix is a DataForm.
Pair is a DataForm.
Scalar is a DataForm.
Set is a DataForm.
Table is a DataForm.
Vector is a DataForm.
# Interfaces
DataForm interface declares functions to handle DataForm data.
DataType interface declares functions to handle DataType data.
DataTypeList interface declares functions to handle DataType list.
# Type aliases
CategoryString is the string type of Category.
DataFormByte is the byte type of DataForm.
DataTypeByte is the byte type of DataType.