Ydb_Formats

package
v2.11.1 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrowBatchSettings

type ArrowBatchSettings struct {
	Schema               []byte   `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ArrowBatchSettings) Descriptor

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

func (*ArrowBatchSettings) GetSchema

func (m *ArrowBatchSettings) GetSchema() []byte

func (*ArrowBatchSettings) ProtoMessage

func (*ArrowBatchSettings) ProtoMessage()

func (*ArrowBatchSettings) Reset

func (m *ArrowBatchSettings) Reset()

func (*ArrowBatchSettings) String

func (m *ArrowBatchSettings) String() string

func (*ArrowBatchSettings) XXX_DiscardUnknown

func (m *ArrowBatchSettings) XXX_DiscardUnknown()

func (*ArrowBatchSettings) XXX_Marshal

func (m *ArrowBatchSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ArrowBatchSettings) XXX_Merge

func (m *ArrowBatchSettings) XXX_Merge(src proto.Message)

func (*ArrowBatchSettings) XXX_Size

func (m *ArrowBatchSettings) XXX_Size() int

func (*ArrowBatchSettings) XXX_Unmarshal

func (m *ArrowBatchSettings) XXX_Unmarshal(b []byte) error

type CsvSettings

type CsvSettings struct {
	// Number of rows to skip before CSV data. It should be present only in the first upsert of CSV file.
	SkipRows uint32 `protobuf:"varint,1,opt,name=skip_rows,json=skipRows,proto3" json:"skip_rows,omitempty"`
	// Fields delimiter in CSV file. It's "," if not set.
	Delimiter []byte `protobuf:"bytes,2,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// String value that would be interpreted as NULL.
	NullValue            []byte   `protobuf:"bytes,3,opt,name=null_value,json=nullValue,proto3" json:"null_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CsvSettings) Descriptor

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

func (*CsvSettings) GetDelimiter

func (m *CsvSettings) GetDelimiter() []byte

func (*CsvSettings) GetNullValue

func (m *CsvSettings) GetNullValue() []byte

func (*CsvSettings) GetSkipRows

func (m *CsvSettings) GetSkipRows() uint32

func (*CsvSettings) ProtoMessage

func (*CsvSettings) ProtoMessage()

func (*CsvSettings) Reset

func (m *CsvSettings) Reset()

func (*CsvSettings) String

func (m *CsvSettings) String() string

func (*CsvSettings) XXX_DiscardUnknown

func (m *CsvSettings) XXX_DiscardUnknown()

func (*CsvSettings) XXX_Marshal

func (m *CsvSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CsvSettings) XXX_Merge

func (m *CsvSettings) XXX_Merge(src proto.Message)

func (*CsvSettings) XXX_Size

func (m *CsvSettings) XXX_Size() int

func (*CsvSettings) XXX_Unmarshal

func (m *CsvSettings) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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