json

package
v0.10.3-0...-f06509b Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RowRootNode = "rows"
)

Variables

This section is empty.

Functions

func NewReader

func NewReader(ctx context.Context, cm storage.ChunkManager, schema *schemapb.CollectionSchema, path string, bufferSize int) (*reader, error)

Types

type Row

type Row = map[storage.FieldID]any

type RowParser

type RowParser interface {
	Parse(raw any) (Row, error)
}

func NewRowParser

func NewRowParser(schema *schemapb.CollectionSchema) (RowParser, error)

Jump to

Keyboard shortcuts

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