Documentation ¶
Index ¶
Constants ¶
View Source
const DatabasesKind = "databases"
View Source
const FromInfluxJSONKind = "fromInfluxJSON"
Variables ¶
View Source
var DatabasesSignature = semantic.FunctionPolySignature{ Return: flux.TableObjectType, }
Functions ¶
This section is empty.
Types ¶
type FromInfluxJSONOpSpec ¶
FromInfluxJSONOpSpec defines the `fromInfluxJSON` function signature
func (*FromInfluxJSONOpSpec) Kind ¶
func (s *FromInfluxJSONOpSpec) Kind() flux.OperationKind
type FromInfluxJSONProcedureSpec ¶
type FromInfluxJSONProcedureSpec struct { plan.DefaultCost JSON string File string }
FromInfluxJSONProcedureSpec describes the `fromInfluxJSON` prodecure
func (*FromInfluxJSONProcedureSpec) Copy ¶
func (s *FromInfluxJSONProcedureSpec) Copy() plan.ProcedureSpec
func (*FromInfluxJSONProcedureSpec) Kind ¶
func (s *FromInfluxJSONProcedureSpec) Kind() plan.ProcedureKind
type JSONSource ¶
type JSONSource struct {
// contains filtered or unexported fields
}
func (*JSONSource) AddTransformation ¶
func (c *JSONSource) AddTransformation(t execute.Transformation)
func (*JSONSource) Run ¶
func (c *JSONSource) Run(ctx context.Context)
Click to show internal directories.
Click to hide internal directories.