stream

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package stream implements execution operations for querying stream data.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Analyze added in v0.3.0

func Analyze(_ context.Context, criteria *streamv1.QueryRequest, metadata *commonv1.Metadata, s logical.Schema) (logical.Plan, error)

Analyze converts logical expressions to executable operation tree represented by Plan.

func BuildSchema added in v0.3.0

func BuildSchema(streamSchema stream.Stream) (logical.Schema, error)

BuildSchema returns Schema loaded from the metadata repository.

Types

type Parent added in v0.3.0

type Parent struct {
	UnresolvedInput logical.UnresolvedPlan
	Input           logical.Plan
}

Parent refers to a parent node in the execution tree(plan).

Jump to

Keyboard shortcuts

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