Documentation
¶
Index ¶
- Constants
- func ProcessInputs(inputStr map[string]string, inputNum map[string]int64, input map[string]string, ...) []byte
- func ProcessOnlineQueryContext(useNativeSql bool, staticUnderscoreExprs bool, queryName string, ...) *commonv1.OnlineQueryContext
- func ProcessOutputs(output []string) []*commonv1.OutputExpr
- func ReadJSONFile(filePath string) []byte
- func ReadParquetFile(featuresFile string, chunkSize int64) ([][]byte, error)
- type BufferWriteSeeker
- type ConstPacer
- type QueryRun
- type RawPipelineStep
- type StepPacer
Constants ¶
View Source
const DefaultLoadRampStart = 2
Variables ¶
This section is empty.
Functions ¶
func ProcessInputs ¶ added in v0.1.9
func ProcessOnlineQueryContext ¶ added in v0.1.9
func ProcessOutputs ¶ added in v0.1.9
func ProcessOutputs(output []string) []*commonv1.OutputExpr
func ReadJSONFile ¶
Types ¶
type BufferWriteSeeker ¶ added in v0.1.9
type BufferWriteSeeker struct {
// contains filtered or unexported fields
}
func (*BufferWriteSeeker) Bytes ¶ added in v0.1.9
func (b *BufferWriteSeeker) Bytes() []byte
type ConstPacer ¶
type QueryRun ¶
func ParseScheduleFile ¶
type RawPipelineStep ¶
type RawPipelineStep struct { Type string `json:"type"` Params *json.RawMessage `json:"params"` }
Click to show internal directories.
Click to hide internal directories.