 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	FromKind = "array.from"
)
    Variables ¶
      View Source
      
  
var SpecialFns map[string]values.Function
    Functions ¶
This section is empty.
Types ¶
type FromOpSpec ¶
func (*FromOpSpec) Kind ¶
func (s *FromOpSpec) Kind() flux.OperationKind
type FromProcedureSpec ¶
type FromProcedureSpec struct {
	plan.DefaultCost
	Rows values.Array
}
    func (*FromProcedureSpec) Copy ¶
func (s *FromProcedureSpec) Copy() plan.ProcedureSpec
func (*FromProcedureSpec) Kind ¶
func (s *FromProcedureSpec) Kind() plan.ProcedureKind
 Click to show internal directories. 
   Click to hide internal directories.