Documentation ¶
Index ¶
- func ArrowToClickHouse(t arrow.DataType) string
- func ArrowToCockroach(t arrow.DataType) string
- func ArrowToPg10(t arrow.DataType) string
- func GetValue(column arrow.Array, rowIndex int) interface{}
- func InferArrowType(value interface{}) arrow.DataType
- func IsPrimitiveType(fieldType string) bool
- func MapPlainTypeToArrow(fieldType string) arrow.DataType
- func NormalizeStreamName(stream string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrowToClickHouse ¶
func ArrowToCockroach ¶
ArrowToCockroach converts arrow data type to cockroach data type. CockroachDB lacks support for some data types like macaddr and has different aliases for ints. See: https://www.cockroachlabs.com/docs/stable/int.html
func ArrowToPg10 ¶
func GetValue ¶
GetValue extracts the value at the specified row index from a column using reflection
func InferArrowType ¶
func IsPrimitiveType ¶
func MapPlainTypeToArrow ¶
func NormalizeStreamName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.