arrowv1

package
v0.20.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TimeUnit_name = map[int32]string{
		0: "TIME_UNIT_UNSPECIFIED",
		1: "TIME_UNIT_SECOND",
		2: "TIME_UNIT_MILLISECOND",
		3: "TIME_UNIT_MICROSECOND",
		4: "TIME_UNIT_NANOSECOND",
	}
	TimeUnit_value = map[string]int32{
		"TIME_UNIT_UNSPECIFIED": 0,
		"TIME_UNIT_SECOND":      1,
		"TIME_UNIT_MILLISECOND": 2,
		"TIME_UNIT_MICROSECOND": 3,
		"TIME_UNIT_NANOSECOND":  4,
	}
)

Enum value maps for TimeUnit.

View Source
var (
	FeatherCompression_name = map[int32]string{
		0: "FEATHER_COMPRESSION_UNSPECIFIED",
		1: "FEATHER_COMPRESSION_UNCOMPRESSED",
		2: "FEATHER_COMPRESSION_LZ4",
		3: "FEATHER_COMPRESSION_ZSTD",
	}
	FeatherCompression_value = map[string]int32{
		"FEATHER_COMPRESSION_UNSPECIFIED":  0,
		"FEATHER_COMPRESSION_UNCOMPRESSED": 1,
		"FEATHER_COMPRESSION_LZ4":          2,
		"FEATHER_COMPRESSION_ZSTD":         3,
	}
)

Enum value maps for FeatherCompression.

View Source
var File_chalk_arrow_v1_arrow_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArrowType

type ArrowType struct {

	// Types that are assignable to ArrowTypeEnum:
	//
	//	*ArrowType_None
	//	*ArrowType_Bool
	//	*ArrowType_Float64
	//	*ArrowType_Int64
	//	*ArrowType_LargeUtf8
	//	*ArrowType_Timestamp
	//	*ArrowType_Date64
	//	*ArrowType_Struct
	//	*ArrowType_LargeList
	//	*ArrowType_Time64
	//	*ArrowType_Duration
	//	*ArrowType_Utf8
	//	*ArrowType_Int8
	//	*ArrowType_Int16
	//	*ArrowType_Int32
	//	*ArrowType_Uint8
	//	*ArrowType_Uint16
	//	*ArrowType_Uint32
	//	*ArrowType_Uint64
	//	*ArrowType_Float16
	//	*ArrowType_Float32
	//	*ArrowType_Date32
	//	*ArrowType_Time32
	//	*ArrowType_List
	//	*ArrowType_FixedSizeList
	//	*ArrowType_Binary
	//	*ArrowType_LargeBinary
	//	*ArrowType_FixedSizeBinary
	//	*ArrowType_Decimal_128
	//	*ArrowType_Decimal_256
	//	*ArrowType_Map
	//	*ArrowType_Extension
	ArrowTypeEnum isArrowType_ArrowTypeEnum `protobuf_oneof:"arrow_type_enum"`
	// contains filtered or unexported fields
}

func (*ArrowType) Descriptor deprecated

func (*ArrowType) Descriptor() ([]byte, []int)

Deprecated: Use ArrowType.ProtoReflect.Descriptor instead.

func (*ArrowType) GetArrowTypeEnum

func (m *ArrowType) GetArrowTypeEnum() isArrowType_ArrowTypeEnum

func (*ArrowType) GetBinary

func (x *ArrowType) GetBinary() *EmptyMessage

func (*ArrowType) GetBool

func (x *ArrowType) GetBool() *EmptyMessage

func (*ArrowType) GetDate32

func (x *ArrowType) GetDate32() *EmptyMessage

func (*ArrowType) GetDate64

func (x *ArrowType) GetDate64() *EmptyMessage

func (*ArrowType) GetDecimal_128

func (x *ArrowType) GetDecimal_128() *Decimal

func (*ArrowType) GetDecimal_256

func (x *ArrowType) GetDecimal_256() *Decimal

func (*ArrowType) GetDuration

func (x *ArrowType) GetDuration() TimeUnit

func (*ArrowType) GetExtension added in v0.17.9

func (x *ArrowType) GetExtension() *Extension

func (*ArrowType) GetFixedSizeBinary

func (x *ArrowType) GetFixedSizeBinary() int32

func (*ArrowType) GetFixedSizeList

func (x *ArrowType) GetFixedSizeList() *FixedSizeList

func (*ArrowType) GetFloat16

func (x *ArrowType) GetFloat16() *EmptyMessage

func (*ArrowType) GetFloat32

func (x *ArrowType) GetFloat32() *EmptyMessage

func (*ArrowType) GetFloat64

func (x *ArrowType) GetFloat64() *EmptyMessage

func (*ArrowType) GetInt16

func (x *ArrowType) GetInt16() *EmptyMessage

func (*ArrowType) GetInt32

func (x *ArrowType) GetInt32() *EmptyMessage

func (*ArrowType) GetInt64

func (x *ArrowType) GetInt64() *EmptyMessage

func (*ArrowType) GetInt8

func (x *ArrowType) GetInt8() *EmptyMessage

func (*ArrowType) GetLargeBinary

func (x *ArrowType) GetLargeBinary() *EmptyMessage

func (*ArrowType) GetLargeList

func (x *ArrowType) GetLargeList() *List

func (*ArrowType) GetLargeUtf8

func (x *ArrowType) GetLargeUtf8() *EmptyMessage

func (*ArrowType) GetList

func (x *ArrowType) GetList() *List

func (*ArrowType) GetMap

func (x *ArrowType) GetMap() *Map

func (*ArrowType) GetNone

func (x *ArrowType) GetNone() *EmptyMessage

func (*ArrowType) GetStruct

func (x *ArrowType) GetStruct() *Struct

func (*ArrowType) GetTime32

func (x *ArrowType) GetTime32() TimeUnit

func (*ArrowType) GetTime64

func (x *ArrowType) GetTime64() TimeUnit

func (*ArrowType) GetTimestamp

func (x *ArrowType) GetTimestamp() *Timestamp

func (*ArrowType) GetUint16

func (x *ArrowType) GetUint16() *EmptyMessage

func (*ArrowType) GetUint32

func (x *ArrowType) GetUint32() *EmptyMessage

func (*ArrowType) GetUint64

func (x *ArrowType) GetUint64() *EmptyMessage

func (*ArrowType) GetUint8

func (x *ArrowType) GetUint8() *EmptyMessage

func (*ArrowType) GetUtf8

func (x *ArrowType) GetUtf8() *EmptyMessage

func (*ArrowType) ProtoMessage

func (*ArrowType) ProtoMessage()

func (*ArrowType) ProtoReflect

func (x *ArrowType) ProtoReflect() protoreflect.Message

func (*ArrowType) Reset

func (x *ArrowType) Reset()

func (*ArrowType) String

func (x *ArrowType) String() string

type ArrowType_Binary

type ArrowType_Binary struct {
	Binary *EmptyMessage `protobuf:"bytes,31,opt,name=binary,proto3,oneof"`
}

type ArrowType_Bool

type ArrowType_Bool struct {
	Bool *EmptyMessage `protobuf:"bytes,2,opt,name=bool,proto3,oneof"`
}

type ArrowType_Date32

type ArrowType_Date32 struct {
	Date32 *EmptyMessage `protobuf:"bytes,27,opt,name=date32,proto3,oneof"`
}

type ArrowType_Date64

type ArrowType_Date64 struct {
	Date64 *EmptyMessage `protobuf:"bytes,7,opt,name=date64,proto3,oneof"`
}

type ArrowType_Decimal_128

type ArrowType_Decimal_128 struct {
	Decimal_128 *Decimal `protobuf:"bytes,34,opt,name=decimal_128,json=decimal128,proto3,oneof"`
}

type ArrowType_Decimal_256

type ArrowType_Decimal_256 struct {
	Decimal_256 *Decimal `protobuf:"bytes,35,opt,name=decimal_256,json=decimal256,proto3,oneof"`
}

type ArrowType_Duration

type ArrowType_Duration struct {
	Duration TimeUnit `protobuf:"varint,16,opt,name=duration,proto3,enum=chalk.arrow.v1.TimeUnit,oneof"`
}

type ArrowType_Extension added in v0.17.9

type ArrowType_Extension struct {
	Extension *Extension `protobuf:"bytes,37,opt,name=extension,proto3,oneof"`
}

type ArrowType_FixedSizeBinary

type ArrowType_FixedSizeBinary struct {
	FixedSizeBinary int32 `protobuf:"varint,33,opt,name=fixed_size_binary,json=fixedSizeBinary,proto3,oneof"`
}

type ArrowType_FixedSizeList

type ArrowType_FixedSizeList struct {
	FixedSizeList *FixedSizeList `protobuf:"bytes,30,opt,name=fixed_size_list,json=fixedSizeList,proto3,oneof"`
}

type ArrowType_Float16

type ArrowType_Float16 struct {
	Float16 *EmptyMessage `protobuf:"bytes,25,opt,name=float16,proto3,oneof"`
}

type ArrowType_Float32

type ArrowType_Float32 struct {
	Float32 *EmptyMessage `protobuf:"bytes,26,opt,name=float32,proto3,oneof"`
}

type ArrowType_Float64

type ArrowType_Float64 struct {
	Float64 *EmptyMessage `protobuf:"bytes,3,opt,name=float64,proto3,oneof"`
}

type ArrowType_Int16

type ArrowType_Int16 struct {
	Int16 *EmptyMessage `protobuf:"bytes,19,opt,name=int16,proto3,oneof"`
}

type ArrowType_Int32

type ArrowType_Int32 struct {
	Int32 *EmptyMessage `protobuf:"bytes,20,opt,name=int32,proto3,oneof"`
}

type ArrowType_Int64

type ArrowType_Int64 struct {
	Int64 *EmptyMessage `protobuf:"bytes,4,opt,name=int64,proto3,oneof"`
}

type ArrowType_Int8

type ArrowType_Int8 struct {
	Int8 *EmptyMessage `protobuf:"bytes,18,opt,name=int8,proto3,oneof"`
}

type ArrowType_LargeBinary

type ArrowType_LargeBinary struct {
	LargeBinary *EmptyMessage `protobuf:"bytes,32,opt,name=large_binary,json=largeBinary,proto3,oneof"`
}

type ArrowType_LargeList

type ArrowType_LargeList struct {
	LargeList *List `protobuf:"bytes,9,opt,name=large_list,json=largeList,proto3,oneof"`
}

type ArrowType_LargeUtf8

type ArrowType_LargeUtf8 struct {
	LargeUtf8 *EmptyMessage `protobuf:"bytes,5,opt,name=large_utf8,json=largeUtf8,proto3,oneof"`
}

type ArrowType_List

type ArrowType_List struct {
	List *List `protobuf:"bytes,29,opt,name=list,proto3,oneof"`
}

type ArrowType_Map

type ArrowType_Map struct {
	Map *Map `protobuf:"bytes,36,opt,name=map,proto3,oneof"`
}

type ArrowType_None

type ArrowType_None struct {
	// Group popular types at the top
	// to save space in the serialized
	// message.
	None *EmptyMessage `protobuf:"bytes,1,opt,name=none,proto3,oneof"`
}

type ArrowType_Struct

type ArrowType_Struct struct {
	Struct *Struct `protobuf:"bytes,8,opt,name=struct,proto3,oneof"`
}

type ArrowType_Time32

type ArrowType_Time32 struct {
	Time32 TimeUnit `protobuf:"varint,28,opt,name=time32,proto3,enum=chalk.arrow.v1.TimeUnit,oneof"`
}

type ArrowType_Time64

type ArrowType_Time64 struct {
	Time64 TimeUnit `protobuf:"varint,10,opt,name=time64,proto3,enum=chalk.arrow.v1.TimeUnit,oneof"`
}

type ArrowType_Timestamp

type ArrowType_Timestamp struct {
	Timestamp *Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3,oneof"`
}

type ArrowType_Uint16

type ArrowType_Uint16 struct {
	Uint16 *EmptyMessage `protobuf:"bytes,22,opt,name=uint16,proto3,oneof"`
}

type ArrowType_Uint32

type ArrowType_Uint32 struct {
	Uint32 *EmptyMessage `protobuf:"bytes,23,opt,name=uint32,proto3,oneof"`
}

type ArrowType_Uint64

type ArrowType_Uint64 struct {
	Uint64 *EmptyMessage `protobuf:"bytes,24,opt,name=uint64,proto3,oneof"`
}

type ArrowType_Uint8

type ArrowType_Uint8 struct {
	Uint8 *EmptyMessage `protobuf:"bytes,21,opt,name=uint8,proto3,oneof"`
}

type ArrowType_Utf8

type ArrowType_Utf8 struct {
	Utf8 *EmptyMessage `protobuf:"bytes,17,opt,name=utf8,proto3,oneof"`
}

type Decimal

type Decimal struct {
	Precision int32 `protobuf:"varint,1,opt,name=precision,proto3" json:"precision,omitempty"`
	Scale     int32 `protobuf:"varint,2,opt,name=scale,proto3" json:"scale,omitempty"`
	// contains filtered or unexported fields
}

func (*Decimal) Descriptor deprecated

func (*Decimal) Descriptor() ([]byte, []int)

Deprecated: Use Decimal.ProtoReflect.Descriptor instead.

func (*Decimal) GetPrecision

func (x *Decimal) GetPrecision() int32

func (*Decimal) GetScale

func (x *Decimal) GetScale() int32

func (*Decimal) ProtoMessage

func (*Decimal) ProtoMessage()

func (*Decimal) ProtoReflect

func (x *Decimal) ProtoReflect() protoreflect.Message

func (*Decimal) Reset

func (x *Decimal) Reset()

func (*Decimal) String

func (x *Decimal) String() string

type DecimalValue

type DecimalValue struct {
	Value     []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Precision int32  `protobuf:"varint,2,opt,name=precision,proto3" json:"precision,omitempty"`
	Scale     int32  `protobuf:"varint,3,opt,name=scale,proto3" json:"scale,omitempty"`
	// contains filtered or unexported fields
}

func (*DecimalValue) Descriptor deprecated

func (*DecimalValue) Descriptor() ([]byte, []int)

Deprecated: Use DecimalValue.ProtoReflect.Descriptor instead.

func (*DecimalValue) GetPrecision

func (x *DecimalValue) GetPrecision() int32

func (*DecimalValue) GetScale

func (x *DecimalValue) GetScale() int32

func (*DecimalValue) GetValue

func (x *DecimalValue) GetValue() []byte

func (*DecimalValue) ProtoMessage

func (*DecimalValue) ProtoMessage()

func (*DecimalValue) ProtoReflect

func (x *DecimalValue) ProtoReflect() protoreflect.Message

func (*DecimalValue) Reset

func (x *DecimalValue) Reset()

func (*DecimalValue) String

func (x *DecimalValue) String() string

type EmptyMessage

type EmptyMessage struct {
	// contains filtered or unexported fields
}

func (*EmptyMessage) Descriptor deprecated

func (*EmptyMessage) Descriptor() ([]byte, []int)

Deprecated: Use EmptyMessage.ProtoReflect.Descriptor instead.

func (*EmptyMessage) ProtoMessage

func (*EmptyMessage) ProtoMessage()

func (*EmptyMessage) ProtoReflect

func (x *EmptyMessage) ProtoReflect() protoreflect.Message

func (*EmptyMessage) Reset

func (x *EmptyMessage) Reset()

func (*EmptyMessage) String

func (x *EmptyMessage) String() string

type Extension added in v0.17.9

type Extension struct {

	// The name of the extension -- e.g. arrow.json. See
	// https://arrow.apache.org/docs/format/CanonicalExtensions.html
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The underlying storage type for this extension type.
	StorageType *ArrowType `protobuf:"bytes,2,opt,name=storage_type,json=storageType,proto3" json:"storage_type,omitempty"`
	// contains filtered or unexported fields
}

Extension is used to

func (*Extension) Descriptor deprecated added in v0.17.9

func (*Extension) Descriptor() ([]byte, []int)

Deprecated: Use Extension.ProtoReflect.Descriptor instead.

func (*Extension) GetName added in v0.17.9

func (x *Extension) GetName() string

func (*Extension) GetStorageType added in v0.17.9

func (x *Extension) GetStorageType() *ArrowType

func (*Extension) ProtoMessage added in v0.17.9

func (*Extension) ProtoMessage()

func (*Extension) ProtoReflect added in v0.17.9

func (x *Extension) ProtoReflect() protoreflect.Message

func (*Extension) Reset added in v0.17.9

func (x *Extension) Reset()

func (*Extension) String added in v0.17.9

func (x *Extension) String() string

type ExtensionValue added in v0.17.9

type ExtensionValue struct {
	ExtensionType *Extension   `protobuf:"bytes,1,opt,name=extension_type,json=extensionType,proto3" json:"extension_type,omitempty"`
	StorageValue  *ScalarValue `protobuf:"bytes,2,opt,name=storage_value,json=storageValue,proto3" json:"storage_value,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionValue) Descriptor deprecated added in v0.17.9

func (*ExtensionValue) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionValue.ProtoReflect.Descriptor instead.

func (*ExtensionValue) GetExtensionType added in v0.17.9

func (x *ExtensionValue) GetExtensionType() *Extension

func (*ExtensionValue) GetStorageValue added in v0.17.9

func (x *ExtensionValue) GetStorageValue() *ScalarValue

func (*ExtensionValue) ProtoMessage added in v0.17.9

func (*ExtensionValue) ProtoMessage()

func (*ExtensionValue) ProtoReflect added in v0.17.9

func (x *ExtensionValue) ProtoReflect() protoreflect.Message

func (*ExtensionValue) Reset added in v0.17.9

func (x *ExtensionValue) Reset()

func (*ExtensionValue) String added in v0.17.9

func (x *ExtensionValue) String() string

type FeatherCompression

type FeatherCompression int32
const (
	FeatherCompression_FEATHER_COMPRESSION_UNSPECIFIED  FeatherCompression = 0
	FeatherCompression_FEATHER_COMPRESSION_UNCOMPRESSED FeatherCompression = 1
	FeatherCompression_FEATHER_COMPRESSION_LZ4          FeatherCompression = 2
	FeatherCompression_FEATHER_COMPRESSION_ZSTD         FeatherCompression = 3
)

func (FeatherCompression) Descriptor

func (FeatherCompression) Enum

func (FeatherCompression) EnumDescriptor deprecated

func (FeatherCompression) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatherCompression.Descriptor instead.

func (FeatherCompression) Number

func (FeatherCompression) String

func (x FeatherCompression) String() string

func (FeatherCompression) Type

type Field

type Field struct {
	Name      string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ArrowType *ArrowType        `protobuf:"bytes,2,opt,name=arrow_type,json=arrowType,proto3" json:"arrow_type,omitempty"`
	Nullable  bool              `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"`
	Children  []*Field          `protobuf:"bytes,4,rep,name=children,proto3" json:"children,omitempty"`
	Metadata  map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

func (*Field) Descriptor() ([]byte, []int)

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetArrowType

func (x *Field) GetArrowType() *ArrowType

func (*Field) GetChildren

func (x *Field) GetChildren() []*Field

func (*Field) GetMetadata

func (x *Field) GetMetadata() map[string]string

func (*Field) GetName

func (x *Field) GetName() string

func (*Field) GetNullable

func (x *Field) GetNullable() bool

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

func (x *Field) ProtoReflect() protoreflect.Message

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type FixedSizeBinary

type FixedSizeBinary struct {
	Length int32 `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*FixedSizeBinary) Descriptor deprecated

func (*FixedSizeBinary) Descriptor() ([]byte, []int)

Deprecated: Use FixedSizeBinary.ProtoReflect.Descriptor instead.

func (*FixedSizeBinary) GetLength

func (x *FixedSizeBinary) GetLength() int32

func (*FixedSizeBinary) ProtoMessage

func (*FixedSizeBinary) ProtoMessage()

func (*FixedSizeBinary) ProtoReflect

func (x *FixedSizeBinary) ProtoReflect() protoreflect.Message

func (*FixedSizeBinary) Reset

func (x *FixedSizeBinary) Reset()

func (*FixedSizeBinary) String

func (x *FixedSizeBinary) String() string

type FixedSizeList

type FixedSizeList struct {
	FieldType *Field `protobuf:"bytes,1,opt,name=field_type,json=fieldType,proto3" json:"field_type,omitempty"`
	ListSize  int32  `protobuf:"varint,2,opt,name=list_size,json=listSize,proto3" json:"list_size,omitempty"`
	// contains filtered or unexported fields
}

func (*FixedSizeList) Descriptor deprecated

func (*FixedSizeList) Descriptor() ([]byte, []int)

Deprecated: Use FixedSizeList.ProtoReflect.Descriptor instead.

func (*FixedSizeList) GetFieldType

func (x *FixedSizeList) GetFieldType() *Field

func (*FixedSizeList) GetListSize

func (x *FixedSizeList) GetListSize() int32

func (*FixedSizeList) ProtoMessage

func (*FixedSizeList) ProtoMessage()

func (*FixedSizeList) ProtoReflect

func (x *FixedSizeList) ProtoReflect() protoreflect.Message

func (*FixedSizeList) Reset

func (x *FixedSizeList) Reset()

func (*FixedSizeList) String

func (x *FixedSizeList) String() string

type List

type List struct {
	FieldType *Field `protobuf:"bytes,1,opt,name=field_type,json=fieldType,proto3" json:"field_type,omitempty"`
	// contains filtered or unexported fields
}

func (*List) Descriptor deprecated

func (*List) Descriptor() ([]byte, []int)

Deprecated: Use List.ProtoReflect.Descriptor instead.

func (*List) GetFieldType

func (x *List) GetFieldType() *Field

func (*List) ProtoMessage

func (*List) ProtoMessage()

func (*List) ProtoReflect

func (x *List) ProtoReflect() protoreflect.Message

func (*List) Reset

func (x *List) Reset()

func (*List) String

func (x *List) String() string

type Map

type Map struct {
	KeyField   *Field `protobuf:"bytes,1,opt,name=key_field,json=keyField,proto3" json:"key_field,omitempty"`
	ItemField  *Field `protobuf:"bytes,2,opt,name=item_field,json=itemField,proto3" json:"item_field,omitempty"`
	KeysSorted bool   `protobuf:"varint,3,opt,name=keys_sorted,json=keysSorted,proto3" json:"keys_sorted,omitempty"`
	// contains filtered or unexported fields
}

func (*Map) Descriptor deprecated

func (*Map) Descriptor() ([]byte, []int)

Deprecated: Use Map.ProtoReflect.Descriptor instead.

func (*Map) GetItemField

func (x *Map) GetItemField() *Field

func (*Map) GetKeyField

func (x *Map) GetKeyField() *Field

func (*Map) GetKeysSorted

func (x *Map) GetKeysSorted() bool

func (*Map) ProtoMessage

func (*Map) ProtoMessage()

func (*Map) ProtoReflect

func (x *Map) ProtoReflect() protoreflect.Message

func (*Map) Reset

func (x *Map) Reset()

func (*Map) String

func (x *Map) String() string

type ScalarFixedSizeBinary

type ScalarFixedSizeBinary struct {
	Values []byte `protobuf:"bytes,1,opt,name=values,proto3" json:"values,omitempty"`
	Length int32  `protobuf:"varint,2,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarFixedSizeBinary) Descriptor deprecated

func (*ScalarFixedSizeBinary) Descriptor() ([]byte, []int)

Deprecated: Use ScalarFixedSizeBinary.ProtoReflect.Descriptor instead.

func (*ScalarFixedSizeBinary) GetLength

func (x *ScalarFixedSizeBinary) GetLength() int32

func (*ScalarFixedSizeBinary) GetValues

func (x *ScalarFixedSizeBinary) GetValues() []byte

func (*ScalarFixedSizeBinary) ProtoMessage

func (*ScalarFixedSizeBinary) ProtoMessage()

func (*ScalarFixedSizeBinary) ProtoReflect

func (x *ScalarFixedSizeBinary) ProtoReflect() protoreflect.Message

func (*ScalarFixedSizeBinary) Reset

func (x *ScalarFixedSizeBinary) Reset()

func (*ScalarFixedSizeBinary) String

func (x *ScalarFixedSizeBinary) String() string

type ScalarListValue

type ScalarListValue struct {
	ArrowData []byte  `protobuf:"bytes,1,opt,name=arrow_data,json=arrowData,proto3" json:"arrow_data,omitempty"`
	Schema    *Schema `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarListValue) Descriptor deprecated

func (*ScalarListValue) Descriptor() ([]byte, []int)

Deprecated: Use ScalarListValue.ProtoReflect.Descriptor instead.

func (*ScalarListValue) GetArrowData

func (x *ScalarListValue) GetArrowData() []byte

func (*ScalarListValue) GetSchema

func (x *ScalarListValue) GetSchema() *Schema

func (*ScalarListValue) ProtoMessage

func (*ScalarListValue) ProtoMessage()

func (*ScalarListValue) ProtoReflect

func (x *ScalarListValue) ProtoReflect() protoreflect.Message

func (*ScalarListValue) Reset

func (x *ScalarListValue) Reset()

func (*ScalarListValue) String

func (x *ScalarListValue) String() string

type ScalarTime32Value

type ScalarTime32Value struct {

	// Types that are assignable to Value:
	//
	//	*ScalarTime32Value_Time32SecondValue
	//	*ScalarTime32Value_Time32MillisecondValue
	Value isScalarTime32Value_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*ScalarTime32Value) Descriptor deprecated

func (*ScalarTime32Value) Descriptor() ([]byte, []int)

Deprecated: Use ScalarTime32Value.ProtoReflect.Descriptor instead.

func (*ScalarTime32Value) GetTime32MillisecondValue

func (x *ScalarTime32Value) GetTime32MillisecondValue() int32

func (*ScalarTime32Value) GetTime32SecondValue

func (x *ScalarTime32Value) GetTime32SecondValue() int32

func (*ScalarTime32Value) GetValue

func (m *ScalarTime32Value) GetValue() isScalarTime32Value_Value

func (*ScalarTime32Value) ProtoMessage

func (*ScalarTime32Value) ProtoMessage()

func (*ScalarTime32Value) ProtoReflect

func (x *ScalarTime32Value) ProtoReflect() protoreflect.Message

func (*ScalarTime32Value) Reset

func (x *ScalarTime32Value) Reset()

func (*ScalarTime32Value) String

func (x *ScalarTime32Value) String() string

type ScalarTime32Value_Time32MillisecondValue

type ScalarTime32Value_Time32MillisecondValue struct {
	Time32MillisecondValue int32 `protobuf:"varint,2,opt,name=time32_millisecond_value,json=time32MillisecondValue,proto3,oneof"`
}

type ScalarTime32Value_Time32SecondValue

type ScalarTime32Value_Time32SecondValue struct {
	Time32SecondValue int32 `protobuf:"varint,1,opt,name=time32_second_value,json=time32SecondValue,proto3,oneof"`
}

type ScalarTime64Value

type ScalarTime64Value struct {

	// Types that are assignable to Value:
	//
	//	*ScalarTime64Value_Time64MicrosecondValue
	//	*ScalarTime64Value_Time64NanosecondValue
	Value isScalarTime64Value_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*ScalarTime64Value) Descriptor deprecated

func (*ScalarTime64Value) Descriptor() ([]byte, []int)

Deprecated: Use ScalarTime64Value.ProtoReflect.Descriptor instead.

func (*ScalarTime64Value) GetTime64MicrosecondValue

func (x *ScalarTime64Value) GetTime64MicrosecondValue() int64

func (*ScalarTime64Value) GetTime64NanosecondValue

func (x *ScalarTime64Value) GetTime64NanosecondValue() int64

func (*ScalarTime64Value) GetValue

func (m *ScalarTime64Value) GetValue() isScalarTime64Value_Value

func (*ScalarTime64Value) ProtoMessage

func (*ScalarTime64Value) ProtoMessage()

func (*ScalarTime64Value) ProtoReflect

func (x *ScalarTime64Value) ProtoReflect() protoreflect.Message

func (*ScalarTime64Value) Reset

func (x *ScalarTime64Value) Reset()

func (*ScalarTime64Value) String

func (x *ScalarTime64Value) String() string

type ScalarTime64Value_Time64MicrosecondValue

type ScalarTime64Value_Time64MicrosecondValue struct {
	Time64MicrosecondValue int64 `protobuf:"varint,1,opt,name=time64_microsecond_value,json=time64MicrosecondValue,proto3,oneof"`
}

type ScalarTime64Value_Time64NanosecondValue

type ScalarTime64Value_Time64NanosecondValue struct {
	Time64NanosecondValue int64 `protobuf:"varint,2,opt,name=time64_nanosecond_value,json=time64NanosecondValue,proto3,oneof"`
}

type ScalarTimestampValue

type ScalarTimestampValue struct {

	// Types that are assignable to Value:
	//
	//	*ScalarTimestampValue_TimeMicrosecondValue
	//	*ScalarTimestampValue_TimeNanosecondValue
	//	*ScalarTimestampValue_TimeSecondValue
	//	*ScalarTimestampValue_TimeMillisecondValue
	Value    isScalarTimestampValue_Value `protobuf_oneof:"value"`
	Timezone string                       `protobuf:"bytes,5,opt,name=timezone,proto3" json:"timezone,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalarTimestampValue) Descriptor deprecated

func (*ScalarTimestampValue) Descriptor() ([]byte, []int)

Deprecated: Use ScalarTimestampValue.ProtoReflect.Descriptor instead.

func (*ScalarTimestampValue) GetTimeMicrosecondValue

func (x *ScalarTimestampValue) GetTimeMicrosecondValue() int64

func (*ScalarTimestampValue) GetTimeMillisecondValue

func (x *ScalarTimestampValue) GetTimeMillisecondValue() int64

func (*ScalarTimestampValue) GetTimeNanosecondValue

func (x *ScalarTimestampValue) GetTimeNanosecondValue() int64

func (*ScalarTimestampValue) GetTimeSecondValue

func (x *ScalarTimestampValue) GetTimeSecondValue() int64

func (*ScalarTimestampValue) GetTimezone

func (x *ScalarTimestampValue) GetTimezone() string

func (*ScalarTimestampValue) GetValue

func (m *ScalarTimestampValue) GetValue() isScalarTimestampValue_Value

func (*ScalarTimestampValue) ProtoMessage

func (*ScalarTimestampValue) ProtoMessage()

func (*ScalarTimestampValue) ProtoReflect

func (x *ScalarTimestampValue) ProtoReflect() protoreflect.Message

func (*ScalarTimestampValue) Reset

func (x *ScalarTimestampValue) Reset()

func (*ScalarTimestampValue) String

func (x *ScalarTimestampValue) String() string

type ScalarTimestampValue_TimeMicrosecondValue

type ScalarTimestampValue_TimeMicrosecondValue struct {
	TimeMicrosecondValue int64 `protobuf:"varint,1,opt,name=time_microsecond_value,json=timeMicrosecondValue,proto3,oneof"`
}

type ScalarTimestampValue_TimeMillisecondValue

type ScalarTimestampValue_TimeMillisecondValue struct {
	TimeMillisecondValue int64 `protobuf:"varint,4,opt,name=time_millisecond_value,json=timeMillisecondValue,proto3,oneof"`
}

type ScalarTimestampValue_TimeNanosecondValue

type ScalarTimestampValue_TimeNanosecondValue struct {
	TimeNanosecondValue int64 `protobuf:"varint,2,opt,name=time_nanosecond_value,json=timeNanosecondValue,proto3,oneof"`
}

type ScalarTimestampValue_TimeSecondValue

type ScalarTimestampValue_TimeSecondValue struct {
	TimeSecondValue int64 `protobuf:"varint,3,opt,name=time_second_value,json=timeSecondValue,proto3,oneof"`
}

type ScalarValue

type ScalarValue struct {

	// Types that are assignable to Value:
	//
	//	*ScalarValue_NullValue
	//	*ScalarValue_BoolValue
	//	*ScalarValue_Float64Value
	//	*ScalarValue_Int64Value
	//	*ScalarValue_LargeUtf8Value
	//	*ScalarValue_TimestampValue
	//	*ScalarValue_Date_64Value
	//	*ScalarValue_StructValue
	//	*ScalarValue_LargeListValue
	//	*ScalarValue_Time64Value
	//	*ScalarValue_DurationSecondValue
	//	*ScalarValue_DurationMillisecondValue
	//	*ScalarValue_DurationMicrosecondValue
	//	*ScalarValue_DurationNanosecondValue
	//	*ScalarValue_Utf8Value
	//	*ScalarValue_Int8Value
	//	*ScalarValue_Int16Value
	//	*ScalarValue_Int32Value
	//	*ScalarValue_Uint8Value
	//	*ScalarValue_Uint16Value
	//	*ScalarValue_Uint32Value
	//	*ScalarValue_Uint64Value
	//	*ScalarValue_Float16Value
	//	*ScalarValue_Float32Value
	//	*ScalarValue_Date_32Value
	//	*ScalarValue_Time32Value
	//	*ScalarValue_ListValue
	//	*ScalarValue_FixedSizeListValue
	//	*ScalarValue_MapValue
	//	*ScalarValue_BinaryValue
	//	*ScalarValue_LargeBinaryValue
	//	*ScalarValue_FixedSizeBinaryValue
	//	*ScalarValue_Decimal128Value
	//	*ScalarValue_Decimal256Value
	//	*ScalarValue_ExtensionValue
	Value isScalarValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*ScalarValue) Descriptor deprecated

func (*ScalarValue) Descriptor() ([]byte, []int)

Deprecated: Use ScalarValue.ProtoReflect.Descriptor instead.

func (*ScalarValue) GetBinaryValue

func (x *ScalarValue) GetBinaryValue() []byte

func (*ScalarValue) GetBoolValue

func (x *ScalarValue) GetBoolValue() bool

func (*ScalarValue) GetDate_32Value

func (x *ScalarValue) GetDate_32Value() int32

func (*ScalarValue) GetDate_64Value

func (x *ScalarValue) GetDate_64Value() int64

func (*ScalarValue) GetDecimal128Value

func (x *ScalarValue) GetDecimal128Value() *DecimalValue

func (*ScalarValue) GetDecimal256Value

func (x *ScalarValue) GetDecimal256Value() *DecimalValue

func (*ScalarValue) GetDurationMicrosecondValue

func (x *ScalarValue) GetDurationMicrosecondValue() int64

func (*ScalarValue) GetDurationMillisecondValue

func (x *ScalarValue) GetDurationMillisecondValue() int64

func (*ScalarValue) GetDurationNanosecondValue

func (x *ScalarValue) GetDurationNanosecondValue() int64

func (*ScalarValue) GetDurationSecondValue

func (x *ScalarValue) GetDurationSecondValue() int64

func (*ScalarValue) GetExtensionValue added in v0.17.9

func (x *ScalarValue) GetExtensionValue() *ExtensionValue

func (*ScalarValue) GetFixedSizeBinaryValue

func (x *ScalarValue) GetFixedSizeBinaryValue() *ScalarFixedSizeBinary

func (*ScalarValue) GetFixedSizeListValue

func (x *ScalarValue) GetFixedSizeListValue() *ScalarListValue

func (*ScalarValue) GetFloat16Value

func (x *ScalarValue) GetFloat16Value() float32

func (*ScalarValue) GetFloat32Value

func (x *ScalarValue) GetFloat32Value() float32

func (*ScalarValue) GetFloat64Value

func (x *ScalarValue) GetFloat64Value() float64

func (*ScalarValue) GetInt16Value

func (x *ScalarValue) GetInt16Value() int32

func (*ScalarValue) GetInt32Value

func (x *ScalarValue) GetInt32Value() int32

func (*ScalarValue) GetInt64Value

func (x *ScalarValue) GetInt64Value() int64

func (*ScalarValue) GetInt8Value

func (x *ScalarValue) GetInt8Value() int32

func (*ScalarValue) GetLargeBinaryValue

func (x *ScalarValue) GetLargeBinaryValue() []byte

func (*ScalarValue) GetLargeListValue

func (x *ScalarValue) GetLargeListValue() *ScalarListValue

func (*ScalarValue) GetLargeUtf8Value

func (x *ScalarValue) GetLargeUtf8Value() string

func (*ScalarValue) GetListValue

func (x *ScalarValue) GetListValue() *ScalarListValue

func (*ScalarValue) GetMapValue

func (x *ScalarValue) GetMapValue() *ScalarListValue

func (*ScalarValue) GetNullValue

func (x *ScalarValue) GetNullValue() *ArrowType

func (*ScalarValue) GetStructValue

func (x *ScalarValue) GetStructValue() *StructValue

func (*ScalarValue) GetTime32Value

func (x *ScalarValue) GetTime32Value() *ScalarTime32Value

func (*ScalarValue) GetTime64Value

func (x *ScalarValue) GetTime64Value() *ScalarTime64Value

func (*ScalarValue) GetTimestampValue

func (x *ScalarValue) GetTimestampValue() *ScalarTimestampValue

func (*ScalarValue) GetUint16Value

func (x *ScalarValue) GetUint16Value() uint32

func (*ScalarValue) GetUint32Value

func (x *ScalarValue) GetUint32Value() uint32

func (*ScalarValue) GetUint64Value

func (x *ScalarValue) GetUint64Value() uint64

func (*ScalarValue) GetUint8Value

func (x *ScalarValue) GetUint8Value() uint32

func (*ScalarValue) GetUtf8Value

func (x *ScalarValue) GetUtf8Value() string

func (*ScalarValue) GetValue

func (m *ScalarValue) GetValue() isScalarValue_Value

func (*ScalarValue) ProtoMessage

func (*ScalarValue) ProtoMessage()

func (*ScalarValue) ProtoReflect

func (x *ScalarValue) ProtoReflect() protoreflect.Message

func (*ScalarValue) Reset

func (x *ScalarValue) Reset()

func (*ScalarValue) String

func (x *ScalarValue) String() string

type ScalarValue_BinaryValue

type ScalarValue_BinaryValue struct {
	BinaryValue []byte `protobuf:"bytes,35,opt,name=binary_value,json=binaryValue,proto3,oneof"`
}

type ScalarValue_BoolValue

type ScalarValue_BoolValue struct {
	BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type ScalarValue_Date_32Value

type ScalarValue_Date_32Value struct {
	Date_32Value int32 `protobuf:"varint,30,opt,name=date_32_value,json=date32Value,proto3,oneof"`
}

type ScalarValue_Date_64Value

type ScalarValue_Date_64Value struct {
	Date_64Value int64 `protobuf:"varint,7,opt,name=date_64_value,json=date64Value,proto3,oneof"`
}

type ScalarValue_Decimal128Value

type ScalarValue_Decimal128Value struct {
	Decimal128Value *DecimalValue `protobuf:"bytes,38,opt,name=decimal128_value,json=decimal128Value,proto3,oneof"`
}

type ScalarValue_Decimal256Value

type ScalarValue_Decimal256Value struct {
	Decimal256Value *DecimalValue `protobuf:"bytes,39,opt,name=decimal256_value,json=decimal256Value,proto3,oneof"`
}

type ScalarValue_DurationMicrosecondValue

type ScalarValue_DurationMicrosecondValue struct {
	DurationMicrosecondValue int64 `protobuf:"varint,18,opt,name=duration_microsecond_value,json=durationMicrosecondValue,proto3,oneof"`
}

type ScalarValue_DurationMillisecondValue

type ScalarValue_DurationMillisecondValue struct {
	DurationMillisecondValue int64 `protobuf:"varint,17,opt,name=duration_millisecond_value,json=durationMillisecondValue,proto3,oneof"`
}

type ScalarValue_DurationNanosecondValue

type ScalarValue_DurationNanosecondValue struct {
	DurationNanosecondValue int64 `protobuf:"varint,19,opt,name=duration_nanosecond_value,json=durationNanosecondValue,proto3,oneof"`
}

type ScalarValue_DurationSecondValue

type ScalarValue_DurationSecondValue struct {
	DurationSecondValue int64 `protobuf:"varint,16,opt,name=duration_second_value,json=durationSecondValue,proto3,oneof"`
}

type ScalarValue_ExtensionValue added in v0.17.9

type ScalarValue_ExtensionValue struct {
	ExtensionValue *ExtensionValue `protobuf:"bytes,40,opt,name=extension_value,json=extensionValue,proto3,oneof"`
}

type ScalarValue_FixedSizeBinaryValue

type ScalarValue_FixedSizeBinaryValue struct {
	FixedSizeBinaryValue *ScalarFixedSizeBinary `protobuf:"bytes,37,opt,name=fixed_size_binary_value,json=fixedSizeBinaryValue,proto3,oneof"`
}

type ScalarValue_FixedSizeListValue

type ScalarValue_FixedSizeListValue struct {
	FixedSizeListValue *ScalarListValue `protobuf:"bytes,33,opt,name=fixed_size_list_value,json=fixedSizeListValue,proto3,oneof"`
}

type ScalarValue_Float16Value

type ScalarValue_Float16Value struct {
	Float16Value float32 `protobuf:"fixed32,28,opt,name=float16_value,json=float16Value,proto3,oneof"`
}

type ScalarValue_Float32Value

type ScalarValue_Float32Value struct {
	Float32Value float32 `protobuf:"fixed32,29,opt,name=float32_value,json=float32Value,proto3,oneof"`
}

type ScalarValue_Float64Value

type ScalarValue_Float64Value struct {
	Float64Value float64 `protobuf:"fixed64,3,opt,name=float64_value,json=float64Value,proto3,oneof"`
}

type ScalarValue_Int16Value

type ScalarValue_Int16Value struct {
	Int16Value int32 `protobuf:"varint,22,opt,name=int16_value,json=int16Value,proto3,oneof"`
}

type ScalarValue_Int32Value

type ScalarValue_Int32Value struct {
	Int32Value int32 `protobuf:"varint,23,opt,name=int32_value,json=int32Value,proto3,oneof"`
}

type ScalarValue_Int64Value

type ScalarValue_Int64Value struct {
	Int64Value int64 `protobuf:"varint,4,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type ScalarValue_Int8Value

type ScalarValue_Int8Value struct {
	Int8Value int32 `protobuf:"varint,21,opt,name=int8_value,json=int8Value,proto3,oneof"`
}

type ScalarValue_LargeBinaryValue

type ScalarValue_LargeBinaryValue struct {
	LargeBinaryValue []byte `protobuf:"bytes,36,opt,name=large_binary_value,json=largeBinaryValue,proto3,oneof"`
}

type ScalarValue_LargeListValue

type ScalarValue_LargeListValue struct {
	LargeListValue *ScalarListValue `protobuf:"bytes,9,opt,name=large_list_value,json=largeListValue,proto3,oneof"`
}

type ScalarValue_LargeUtf8Value

type ScalarValue_LargeUtf8Value struct {
	LargeUtf8Value string `protobuf:"bytes,5,opt,name=large_utf8_value,json=largeUtf8Value,proto3,oneof"`
}

type ScalarValue_ListValue

type ScalarValue_ListValue struct {
	ListValue *ScalarListValue `protobuf:"bytes,32,opt,name=list_value,json=listValue,proto3,oneof"`
}

type ScalarValue_MapValue

type ScalarValue_MapValue struct {
	MapValue *ScalarListValue `protobuf:"bytes,34,opt,name=map_value,json=mapValue,proto3,oneof"`
}

type ScalarValue_NullValue

type ScalarValue_NullValue struct {
	// Group popular types at the top
	// to save space in the serialized
	// message.
	NullValue *ArrowType `protobuf:"bytes,1,opt,name=null_value,json=nullValue,proto3,oneof"`
}

type ScalarValue_StructValue

type ScalarValue_StructValue struct {
	StructValue *StructValue `protobuf:"bytes,8,opt,name=struct_value,json=structValue,proto3,oneof"`
}

type ScalarValue_Time32Value

type ScalarValue_Time32Value struct {
	Time32Value *ScalarTime32Value `protobuf:"bytes,31,opt,name=time32_value,json=time32Value,proto3,oneof"`
}

type ScalarValue_Time64Value

type ScalarValue_Time64Value struct {
	Time64Value *ScalarTime64Value `protobuf:"bytes,10,opt,name=time64_value,json=time64Value,proto3,oneof"`
}

type ScalarValue_TimestampValue

type ScalarValue_TimestampValue struct {
	TimestampValue *ScalarTimestampValue `protobuf:"bytes,6,opt,name=timestamp_value,json=timestampValue,proto3,oneof"`
}

type ScalarValue_Uint16Value

type ScalarValue_Uint16Value struct {
	Uint16Value uint32 `protobuf:"varint,25,opt,name=uint16_value,json=uint16Value,proto3,oneof"`
}

type ScalarValue_Uint32Value

type ScalarValue_Uint32Value struct {
	Uint32Value uint32 `protobuf:"varint,26,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type ScalarValue_Uint64Value

type ScalarValue_Uint64Value struct {
	Uint64Value uint64 `protobuf:"varint,27,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type ScalarValue_Uint8Value

type ScalarValue_Uint8Value struct {
	Uint8Value uint32 `protobuf:"varint,24,opt,name=uint8_value,json=uint8Value,proto3,oneof"`
}

type ScalarValue_Utf8Value

type ScalarValue_Utf8Value struct {
	Utf8Value string `protobuf:"bytes,20,opt,name=utf8_value,json=utf8Value,proto3,oneof"`
}

type Schema

type Schema struct {
	Columns  []*Field          `protobuf:"bytes,1,rep,name=columns,proto3" json:"columns,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Schema) Descriptor deprecated

func (*Schema) Descriptor() ([]byte, []int)

Deprecated: Use Schema.ProtoReflect.Descriptor instead.

func (*Schema) GetColumns

func (x *Schema) GetColumns() []*Field

func (*Schema) GetMetadata

func (x *Schema) GetMetadata() map[string]string

func (*Schema) ProtoMessage

func (*Schema) ProtoMessage()

func (*Schema) ProtoReflect

func (x *Schema) ProtoReflect() protoreflect.Message

func (*Schema) Reset

func (x *Schema) Reset()

func (*Schema) String

func (x *Schema) String() string

type Struct

type Struct struct {
	SubFieldTypes []*Field `protobuf:"bytes,1,rep,name=sub_field_types,json=subFieldTypes,proto3" json:"sub_field_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Struct) Descriptor deprecated

func (*Struct) Descriptor() ([]byte, []int)

Deprecated: Use Struct.ProtoReflect.Descriptor instead.

func (*Struct) GetSubFieldTypes

func (x *Struct) GetSubFieldTypes() []*Field

func (*Struct) ProtoMessage

func (*Struct) ProtoMessage()

func (*Struct) ProtoReflect

func (x *Struct) ProtoReflect() protoreflect.Message

func (*Struct) Reset

func (x *Struct) Reset()

func (*Struct) String

func (x *Struct) String() string

type StructValue

type StructValue struct {
	FieldValues []*ScalarValue `protobuf:"bytes,2,rep,name=field_values,json=fieldValues,proto3" json:"field_values,omitempty"`
	Fields      []*Field       `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*StructValue) Descriptor deprecated

func (*StructValue) Descriptor() ([]byte, []int)

Deprecated: Use StructValue.ProtoReflect.Descriptor instead.

func (*StructValue) GetFieldValues

func (x *StructValue) GetFieldValues() []*ScalarValue

func (*StructValue) GetFields

func (x *StructValue) GetFields() []*Field

func (*StructValue) ProtoMessage

func (*StructValue) ProtoMessage()

func (*StructValue) ProtoReflect

func (x *StructValue) ProtoReflect() protoreflect.Message

func (*StructValue) Reset

func (x *StructValue) Reset()

func (*StructValue) String

func (x *StructValue) String() string

type TimeUnit

type TimeUnit int32
const (
	TimeUnit_TIME_UNIT_UNSPECIFIED TimeUnit = 0
	TimeUnit_TIME_UNIT_SECOND      TimeUnit = 1
	TimeUnit_TIME_UNIT_MILLISECOND TimeUnit = 2
	TimeUnit_TIME_UNIT_MICROSECOND TimeUnit = 3
	TimeUnit_TIME_UNIT_NANOSECOND  TimeUnit = 4
)

func (TimeUnit) Descriptor

func (TimeUnit) Descriptor() protoreflect.EnumDescriptor

func (TimeUnit) Enum

func (x TimeUnit) Enum() *TimeUnit

func (TimeUnit) EnumDescriptor deprecated

func (TimeUnit) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeUnit.Descriptor instead.

func (TimeUnit) Number

func (x TimeUnit) Number() protoreflect.EnumNumber

func (TimeUnit) String

func (x TimeUnit) String() string

func (TimeUnit) Type

type Timestamp

type Timestamp struct {
	TimeUnit TimeUnit `protobuf:"varint,1,opt,name=time_unit,json=timeUnit,proto3,enum=chalk.arrow.v1.TimeUnit" json:"time_unit,omitempty"`
	Timezone string   `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"`
	// contains filtered or unexported fields
}

func (*Timestamp) Descriptor deprecated

func (*Timestamp) Descriptor() ([]byte, []int)

Deprecated: Use Timestamp.ProtoReflect.Descriptor instead.

func (*Timestamp) GetTimeUnit

func (x *Timestamp) GetTimeUnit() TimeUnit

func (*Timestamp) GetTimezone

func (x *Timestamp) GetTimezone() string

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) ProtoReflect

func (x *Timestamp) ProtoReflect() protoreflect.Message

func (*Timestamp) Reset

func (x *Timestamp) Reset()

func (*Timestamp) String

func (x *Timestamp) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL