Documentation ¶
Index ¶
- Constants
- type YDB
- func (s *YDB) AppendColumn(name string, in interface{}, rowbytes int, columns []types.StructValueOption) ([]types.StructValueOption, int, error)
- func (s *YDB) AppendColumnPlain(cref options.Column, in interface{}, rowbytes int, ...) ([]types.StructValueOption, int, error)
- func (s *YDB) BuildColumnUsageMap() map[string]bool
- func (s *YDB) ConvertRows(events []*model.Event) ([]types.Value, int, error)
- func (s *YDB) Exit() error
- func (s *YDB) Write(events []*model.Event) error
Constants ¶
View Source
const ( Sz8 = 8 Sz16 = 16 Sz32 = 32 Sz64 = 64 Sz30M = 30 * 1024 * 1024 )
View Source
const ( // Number of numerical characters after dot may be different. // The longest one is probably this: 2024-05-02T12:36:13.395105207Z LenTimestamp3339 = 22 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YDB ¶
type YDB struct {
// contains filtered or unexported fields
}
func (*YDB) AppendColumn ¶ added in v1.2.0
func (s *YDB) AppendColumn(name string, in interface{}, rowbytes int, columns []types.StructValueOption) ( []types.StructValueOption, int, error, )
func (*YDB) AppendColumnPlain ¶ added in v1.2.0
func (s *YDB) AppendColumnPlain(cref options.Column, in interface{}, rowbytes int, columns []types.StructValueOption) ( []types.StructValueOption, int, error, )
func (*YDB) BuildColumnUsageMap ¶ added in v1.2.0
func (*YDB) ConvertRows ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.