Documentation ¶
Index ¶
- func DefaultParser[T quotedTp](t T) string
- func JsonParser(dt []byte) string
- func ParseBool(xs []bool, nsp *nulls.Nulls, rs []string) ([]string, error)
- func ParseFloats[T types.Floats](xs []T, nsp *nulls.Nulls, rs []string, bitsSize int) ([]string, error)
- func ParseQuoted[T transTp](xs []T, nsp *nulls.Nulls, rs []string, fn func(dt T) string) ([]string, error)
- func ParseSigned[T types.Ints](xs []T, nsp *nulls.Nulls, rs []string) ([]string, error)
- func ParseTimeStamp(xs []types.Timestamp, nsp *nulls.Nulls, rs []string, loc *time.Location, ...) ([]string, error)
- func ParseUnsigned[T types.UInts](xs []T, nsp *nulls.Nulls, rs []string) ([]string, error)
- func ParseUuid(xs []types.Uuid, nsp *nulls.Nulls, rs []string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultParser ¶
func DefaultParser[T quotedTp](t T) string
func JsonParser ¶
func ParseFloats ¶
func ParseQuoted ¶
func ParseSigned ¶
func ParseTimeStamp ¶
func ParseUnsigned ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.