tostring

package
v0.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Type = abstract.TransformerType("convert_to_string")

Variables

This section is empty.

Functions

func SerializeToString

func SerializeToString(value interface{}, valueType string) string

Types

type Config

type Config struct {
	Columns filter.Columns `json:"columns"`
	Tables  filter.Tables  `json:"tables"`
}

type ToStringTransformer

type ToStringTransformer struct {
	Columns filter.Filter
	Tables  filter.Filter
	Logger  log.Logger
}

func (*ToStringTransformer) Apply

func (*ToStringTransformer) Description

func (f *ToStringTransformer) Description() string

func (*ToStringTransformer) ResultSchema

func (f *ToStringTransformer) ResultSchema(original *abstract.TableSchema) (*abstract.TableSchema, error)

func (*ToStringTransformer) Suitable

func (f *ToStringTransformer) Suitable(table abstract.TableID, schema *abstract.TableSchema) bool

func (*ToStringTransformer) Type

Jump to

Keyboard shortcuts

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