Documentation ¶
Index ¶
- Variables
- type CompileFnDoc
- func (*CompileFnDoc) Descriptor() ([]byte, []int)
- func (this *CompileFnDoc) Equal(that interface{}) bool
- func (m *CompileFnDoc) GetBody() *DocBody
- func (m *CompileFnDoc) GetFuncDoc() *FuncDoc
- func (this *CompileFnDoc) GoString() string
- func (m *CompileFnDoc) Marshal() (dAtA []byte, err error)
- func (m *CompileFnDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *CompileFnDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CompileFnDoc) ProtoMessage()
- func (m *CompileFnDoc) Reset()
- func (m *CompileFnDoc) Size() (n int)
- func (this *CompileFnDoc) String() string
- func (m *CompileFnDoc) Unmarshal(dAtA []byte) error
- func (m *CompileFnDoc) XXX_DiscardUnknown()
- func (m *CompileFnDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CompileFnDoc) XXX_Merge(src proto.Message)
- func (m *CompileFnDoc) XXX_Size() int
- func (m *CompileFnDoc) XXX_Unmarshal(b []byte) error
- type DataFrameOpDoc
- func (*DataFrameOpDoc) Descriptor() ([]byte, []int)
- func (this *DataFrameOpDoc) Equal(that interface{}) bool
- func (m *DataFrameOpDoc) GetBody() *DocBody
- func (m *DataFrameOpDoc) GetFuncDoc() *FuncDoc
- func (this *DataFrameOpDoc) GoString() string
- func (m *DataFrameOpDoc) Marshal() (dAtA []byte, err error)
- func (m *DataFrameOpDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *DataFrameOpDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DataFrameOpDoc) ProtoMessage()
- func (m *DataFrameOpDoc) Reset()
- func (m *DataFrameOpDoc) Size() (n int)
- func (this *DataFrameOpDoc) String() string
- func (m *DataFrameOpDoc) Unmarshal(dAtA []byte) error
- func (m *DataFrameOpDoc) XXX_DiscardUnknown()
- func (m *DataFrameOpDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataFrameOpDoc) XXX_Merge(src proto.Message)
- func (m *DataFrameOpDoc) XXX_Size() int
- func (m *DataFrameOpDoc) XXX_Unmarshal(b []byte) error
- type DocBody
- func (*DocBody) Descriptor() ([]byte, []int)
- func (this *DocBody) Equal(that interface{}) bool
- func (m *DocBody) GetBrief() string
- func (m *DocBody) GetDesc() string
- func (m *DocBody) GetExamples() []*ExampleDoc
- func (m *DocBody) GetName() string
- func (this *DocBody) GoString() string
- func (m *DocBody) Marshal() (dAtA []byte, err error)
- func (m *DocBody) MarshalTo(dAtA []byte) (int, error)
- func (m *DocBody) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DocBody) ProtoMessage()
- func (m *DocBody) Reset()
- func (m *DocBody) Size() (n int)
- func (this *DocBody) String() string
- func (m *DocBody) Unmarshal(dAtA []byte) error
- func (m *DocBody) XXX_DiscardUnknown()
- func (m *DocBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DocBody) XXX_Merge(src proto.Message)
- func (m *DocBody) XXX_Size() int
- func (m *DocBody) XXX_Unmarshal(b []byte) error
- type DocstringNode
- func (*DocstringNode) Descriptor() ([]byte, []int)
- func (this *DocstringNode) Equal(that interface{}) bool
- func (m *DocstringNode) GetChildren() []*DocstringNode
- func (m *DocstringNode) GetDocstring() string
- func (m *DocstringNode) GetName() string
- func (this *DocstringNode) GoString() string
- func (m *DocstringNode) Marshal() (dAtA []byte, err error)
- func (m *DocstringNode) MarshalTo(dAtA []byte) (int, error)
- func (m *DocstringNode) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DocstringNode) ProtoMessage()
- func (m *DocstringNode) Reset()
- func (m *DocstringNode) Size() (n int)
- func (this *DocstringNode) String() string
- func (m *DocstringNode) Unmarshal(dAtA []byte) error
- func (m *DocstringNode) XXX_DiscardUnknown()
- func (m *DocstringNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DocstringNode) XXX_Merge(src proto.Message)
- func (m *DocstringNode) XXX_Size() int
- func (m *DocstringNode) XXX_Unmarshal(b []byte) error
- type ExampleDoc
- func (*ExampleDoc) Descriptor() ([]byte, []int)
- func (this *ExampleDoc) Equal(that interface{}) bool
- func (m *ExampleDoc) GetValue() string
- func (this *ExampleDoc) GoString() string
- func (m *ExampleDoc) Marshal() (dAtA []byte, err error)
- func (m *ExampleDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *ExampleDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ExampleDoc) ProtoMessage()
- func (m *ExampleDoc) Reset()
- func (m *ExampleDoc) Size() (n int)
- func (this *ExampleDoc) String() string
- func (m *ExampleDoc) Unmarshal(dAtA []byte) error
- func (m *ExampleDoc) XXX_DiscardUnknown()
- func (m *ExampleDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExampleDoc) XXX_Merge(src proto.Message)
- func (m *ExampleDoc) XXX_Size() int
- func (m *ExampleDoc) XXX_Unmarshal(b []byte) error
- type FuncDoc
- func (*FuncDoc) Descriptor() ([]byte, []int)
- func (this *FuncDoc) Equal(that interface{}) bool
- func (m *FuncDoc) GetArgs() []*IdentDoc
- func (m *FuncDoc) GetKwargs() *IdentDoc
- func (m *FuncDoc) GetRepeatedArgs() *IdentDoc
- func (m *FuncDoc) GetReturnType() *IdentDoc
- func (this *FuncDoc) GoString() string
- func (m *FuncDoc) Marshal() (dAtA []byte, err error)
- func (m *FuncDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *FuncDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FuncDoc) ProtoMessage()
- func (m *FuncDoc) Reset()
- func (m *FuncDoc) Size() (n int)
- func (this *FuncDoc) String() string
- func (m *FuncDoc) Unmarshal(dAtA []byte) error
- func (m *FuncDoc) XXX_DiscardUnknown()
- func (m *FuncDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FuncDoc) XXX_Merge(src proto.Message)
- func (m *FuncDoc) XXX_Size() int
- func (m *FuncDoc) XXX_Unmarshal(b []byte) error
- type IdentDoc
- func (*IdentDoc) Descriptor() ([]byte, []int)
- func (this *IdentDoc) Equal(that interface{}) bool
- func (m *IdentDoc) GetDefault() string
- func (m *IdentDoc) GetDesc() string
- func (m *IdentDoc) GetIdent() string
- func (m *IdentDoc) GetTypes() []string
- func (this *IdentDoc) GoString() string
- func (m *IdentDoc) Marshal() (dAtA []byte, err error)
- func (m *IdentDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *IdentDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IdentDoc) ProtoMessage()
- func (m *IdentDoc) Reset()
- func (m *IdentDoc) Size() (n int)
- func (this *IdentDoc) String() string
- func (m *IdentDoc) Unmarshal(dAtA []byte) error
- func (m *IdentDoc) XXX_DiscardUnknown()
- func (m *IdentDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IdentDoc) XXX_Merge(src proto.Message)
- func (m *IdentDoc) XXX_Size() int
- func (m *IdentDoc) XXX_Unmarshal(b []byte) error
- type InternalPXLDocs
- func (*InternalPXLDocs) Descriptor() ([]byte, []int)
- func (this *InternalPXLDocs) Equal(that interface{}) bool
- func (m *InternalPXLDocs) GetDocstringNodes() []*DocstringNode
- func (m *InternalPXLDocs) GetUdfDocs() *udfspb.Docs
- func (this *InternalPXLDocs) GoString() string
- func (m *InternalPXLDocs) Marshal() (dAtA []byte, err error)
- func (m *InternalPXLDocs) MarshalTo(dAtA []byte) (int, error)
- func (m *InternalPXLDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InternalPXLDocs) ProtoMessage()
- func (m *InternalPXLDocs) Reset()
- func (m *InternalPXLDocs) Size() (n int)
- func (this *InternalPXLDocs) String() string
- func (m *InternalPXLDocs) Unmarshal(dAtA []byte) error
- func (m *InternalPXLDocs) XXX_DiscardUnknown()
- func (m *InternalPXLDocs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InternalPXLDocs) XXX_Merge(src proto.Message)
- func (m *InternalPXLDocs) XXX_Size() int
- func (m *InternalPXLDocs) XXX_Unmarshal(b []byte) error
- type MutationDoc
- func (*MutationDoc) Descriptor() ([]byte, []int)
- func (this *MutationDoc) Equal(that interface{}) bool
- func (m *MutationDoc) GetBody() *DocBody
- func (m *MutationDoc) GetFuncDoc() *FuncDoc
- func (this *MutationDoc) GoString() string
- func (m *MutationDoc) Marshal() (dAtA []byte, err error)
- func (m *MutationDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *MutationDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MutationDoc) ProtoMessage()
- func (m *MutationDoc) Reset()
- func (m *MutationDoc) Size() (n int)
- func (this *MutationDoc) String() string
- func (m *MutationDoc) Unmarshal(dAtA []byte) error
- func (m *MutationDoc) XXX_DiscardUnknown()
- func (m *MutationDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MutationDoc) XXX_Merge(src proto.Message)
- func (m *MutationDoc) XXX_Size() int
- func (m *MutationDoc) XXX_Unmarshal(b []byte) error
- type OTelDoc
- func (*OTelDoc) Descriptor() ([]byte, []int)
- func (this *OTelDoc) Equal(that interface{}) bool
- func (m *OTelDoc) GetBody() *DocBody
- func (m *OTelDoc) GetFuncDoc() *FuncDoc
- func (this *OTelDoc) GoString() string
- func (m *OTelDoc) Marshal() (dAtA []byte, err error)
- func (m *OTelDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *OTelDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OTelDoc) ProtoMessage()
- func (m *OTelDoc) Reset()
- func (m *OTelDoc) Size() (n int)
- func (this *OTelDoc) String() string
- func (m *OTelDoc) Unmarshal(dAtA []byte) error
- func (m *OTelDoc) XXX_DiscardUnknown()
- func (m *OTelDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OTelDoc) XXX_Merge(src proto.Message)
- func (m *OTelDoc) XXX_Size() int
- func (m *OTelDoc) XXX_Unmarshal(b []byte) error
- type StructuredDocs
- func (*StructuredDocs) Descriptor() ([]byte, []int)
- func (this *StructuredDocs) Equal(that interface{}) bool
- func (m *StructuredDocs) GetCompileFnDocs() []*CompileFnDoc
- func (m *StructuredDocs) GetDataframeOpDocs() []*DataFrameOpDoc
- func (m *StructuredDocs) GetMutationDocs() []*MutationDoc
- func (m *StructuredDocs) GetOTelDocs() []*OTelDoc
- func (m *StructuredDocs) GetTracepointDecoratorDocs() []*TracepointDecoratorDoc
- func (m *StructuredDocs) GetTracepointFieldDocs() []*TracepointFieldDoc
- func (m *StructuredDocs) GetUdfDocs() *udfspb.Docs
- func (this *StructuredDocs) GoString() string
- func (m *StructuredDocs) Marshal() (dAtA []byte, err error)
- func (m *StructuredDocs) MarshalTo(dAtA []byte) (int, error)
- func (m *StructuredDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StructuredDocs) ProtoMessage()
- func (m *StructuredDocs) Reset()
- func (m *StructuredDocs) Size() (n int)
- func (this *StructuredDocs) String() string
- func (m *StructuredDocs) Unmarshal(dAtA []byte) error
- func (m *StructuredDocs) XXX_DiscardUnknown()
- func (m *StructuredDocs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StructuredDocs) XXX_Merge(src proto.Message)
- func (m *StructuredDocs) XXX_Size() int
- func (m *StructuredDocs) XXX_Unmarshal(b []byte) error
- type TracepointDecoratorDoc
- func (*TracepointDecoratorDoc) Descriptor() ([]byte, []int)
- func (this *TracepointDecoratorDoc) Equal(that interface{}) bool
- func (m *TracepointDecoratorDoc) GetBody() *DocBody
- func (m *TracepointDecoratorDoc) GetFuncDoc() *FuncDoc
- func (this *TracepointDecoratorDoc) GoString() string
- func (m *TracepointDecoratorDoc) Marshal() (dAtA []byte, err error)
- func (m *TracepointDecoratorDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *TracepointDecoratorDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TracepointDecoratorDoc) ProtoMessage()
- func (m *TracepointDecoratorDoc) Reset()
- func (m *TracepointDecoratorDoc) Size() (n int)
- func (this *TracepointDecoratorDoc) String() string
- func (m *TracepointDecoratorDoc) Unmarshal(dAtA []byte) error
- func (m *TracepointDecoratorDoc) XXX_DiscardUnknown()
- func (m *TracepointDecoratorDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TracepointDecoratorDoc) XXX_Merge(src proto.Message)
- func (m *TracepointDecoratorDoc) XXX_Size() int
- func (m *TracepointDecoratorDoc) XXX_Unmarshal(b []byte) error
- type TracepointFieldDoc
- func (*TracepointFieldDoc) Descriptor() ([]byte, []int)
- func (this *TracepointFieldDoc) Equal(that interface{}) bool
- func (m *TracepointFieldDoc) GetBody() *DocBody
- func (m *TracepointFieldDoc) GetFuncDoc() *FuncDoc
- func (this *TracepointFieldDoc) GoString() string
- func (m *TracepointFieldDoc) Marshal() (dAtA []byte, err error)
- func (m *TracepointFieldDoc) MarshalTo(dAtA []byte) (int, error)
- func (m *TracepointFieldDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TracepointFieldDoc) ProtoMessage()
- func (m *TracepointFieldDoc) Reset()
- func (m *TracepointFieldDoc) Size() (n int)
- func (this *TracepointFieldDoc) String() string
- func (m *TracepointFieldDoc) Unmarshal(dAtA []byte) error
- func (m *TracepointFieldDoc) XXX_DiscardUnknown()
- func (m *TracepointFieldDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TracepointFieldDoc) XXX_Merge(src proto.Message)
- func (m *TracepointFieldDoc) XXX_Size() int
- func (m *TracepointFieldDoc) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CompileFnDoc ¶
type CompileFnDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*CompileFnDoc) Descriptor ¶
func (*CompileFnDoc) Descriptor() ([]byte, []int)
func (*CompileFnDoc) Equal ¶
func (this *CompileFnDoc) Equal(that interface{}) bool
func (*CompileFnDoc) GetBody ¶
func (m *CompileFnDoc) GetBody() *DocBody
func (*CompileFnDoc) GetFuncDoc ¶
func (m *CompileFnDoc) GetFuncDoc() *FuncDoc
func (*CompileFnDoc) GoString ¶
func (this *CompileFnDoc) GoString() string
func (*CompileFnDoc) Marshal ¶
func (m *CompileFnDoc) Marshal() (dAtA []byte, err error)
func (*CompileFnDoc) MarshalToSizedBuffer ¶
func (m *CompileFnDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CompileFnDoc) ProtoMessage ¶
func (*CompileFnDoc) ProtoMessage()
func (*CompileFnDoc) Reset ¶
func (m *CompileFnDoc) Reset()
func (*CompileFnDoc) Size ¶
func (m *CompileFnDoc) Size() (n int)
func (*CompileFnDoc) String ¶
func (this *CompileFnDoc) String() string
func (*CompileFnDoc) Unmarshal ¶
func (m *CompileFnDoc) Unmarshal(dAtA []byte) error
func (*CompileFnDoc) XXX_DiscardUnknown ¶
func (m *CompileFnDoc) XXX_DiscardUnknown()
func (*CompileFnDoc) XXX_Marshal ¶
func (m *CompileFnDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CompileFnDoc) XXX_Merge ¶
func (m *CompileFnDoc) XXX_Merge(src proto.Message)
func (*CompileFnDoc) XXX_Size ¶
func (m *CompileFnDoc) XXX_Size() int
func (*CompileFnDoc) XXX_Unmarshal ¶
func (m *CompileFnDoc) XXX_Unmarshal(b []byte) error
type DataFrameOpDoc ¶
type DataFrameOpDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*DataFrameOpDoc) Descriptor ¶
func (*DataFrameOpDoc) Descriptor() ([]byte, []int)
func (*DataFrameOpDoc) Equal ¶
func (this *DataFrameOpDoc) Equal(that interface{}) bool
func (*DataFrameOpDoc) GetBody ¶
func (m *DataFrameOpDoc) GetBody() *DocBody
func (*DataFrameOpDoc) GetFuncDoc ¶
func (m *DataFrameOpDoc) GetFuncDoc() *FuncDoc
func (*DataFrameOpDoc) GoString ¶
func (this *DataFrameOpDoc) GoString() string
func (*DataFrameOpDoc) Marshal ¶
func (m *DataFrameOpDoc) Marshal() (dAtA []byte, err error)
func (*DataFrameOpDoc) MarshalToSizedBuffer ¶
func (m *DataFrameOpDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DataFrameOpDoc) ProtoMessage ¶
func (*DataFrameOpDoc) ProtoMessage()
func (*DataFrameOpDoc) Reset ¶
func (m *DataFrameOpDoc) Reset()
func (*DataFrameOpDoc) Size ¶
func (m *DataFrameOpDoc) Size() (n int)
func (*DataFrameOpDoc) String ¶
func (this *DataFrameOpDoc) String() string
func (*DataFrameOpDoc) Unmarshal ¶
func (m *DataFrameOpDoc) Unmarshal(dAtA []byte) error
func (*DataFrameOpDoc) XXX_DiscardUnknown ¶
func (m *DataFrameOpDoc) XXX_DiscardUnknown()
func (*DataFrameOpDoc) XXX_Marshal ¶
func (m *DataFrameOpDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DataFrameOpDoc) XXX_Merge ¶
func (m *DataFrameOpDoc) XXX_Merge(src proto.Message)
func (*DataFrameOpDoc) XXX_Size ¶
func (m *DataFrameOpDoc) XXX_Size() int
func (*DataFrameOpDoc) XXX_Unmarshal ¶
func (m *DataFrameOpDoc) XXX_Unmarshal(b []byte) error
type DocBody ¶
type DocBody struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Brief string `protobuf:"bytes,2,opt,name=brief,proto3" json:"brief,omitempty"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty"` Examples []*ExampleDoc `protobuf:"bytes,4,rep,name=examples,proto3" json:"examples,omitempty"` }
func (*DocBody) Descriptor ¶
func (*DocBody) GetExamples ¶
func (m *DocBody) GetExamples() []*ExampleDoc
func (*DocBody) MarshalToSizedBuffer ¶
func (*DocBody) ProtoMessage ¶
func (*DocBody) ProtoMessage()
func (*DocBody) XXX_DiscardUnknown ¶
func (m *DocBody) XXX_DiscardUnknown()
func (*DocBody) XXX_Marshal ¶
func (*DocBody) XXX_Unmarshal ¶
type DocstringNode ¶
type DocstringNode struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Docstring string `protobuf:"bytes,2,opt,name=docstring,proto3" json:"docstring,omitempty"` Children []*DocstringNode `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"` }
func (*DocstringNode) Descriptor ¶
func (*DocstringNode) Descriptor() ([]byte, []int)
func (*DocstringNode) Equal ¶
func (this *DocstringNode) Equal(that interface{}) bool
func (*DocstringNode) GetChildren ¶
func (m *DocstringNode) GetChildren() []*DocstringNode
func (*DocstringNode) GetDocstring ¶
func (m *DocstringNode) GetDocstring() string
func (*DocstringNode) GetName ¶
func (m *DocstringNode) GetName() string
func (*DocstringNode) GoString ¶
func (this *DocstringNode) GoString() string
func (*DocstringNode) Marshal ¶
func (m *DocstringNode) Marshal() (dAtA []byte, err error)
func (*DocstringNode) MarshalToSizedBuffer ¶
func (m *DocstringNode) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DocstringNode) ProtoMessage ¶
func (*DocstringNode) ProtoMessage()
func (*DocstringNode) Reset ¶
func (m *DocstringNode) Reset()
func (*DocstringNode) Size ¶
func (m *DocstringNode) Size() (n int)
func (*DocstringNode) String ¶
func (this *DocstringNode) String() string
func (*DocstringNode) Unmarshal ¶
func (m *DocstringNode) Unmarshal(dAtA []byte) error
func (*DocstringNode) XXX_DiscardUnknown ¶
func (m *DocstringNode) XXX_DiscardUnknown()
func (*DocstringNode) XXX_Marshal ¶
func (m *DocstringNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DocstringNode) XXX_Merge ¶
func (m *DocstringNode) XXX_Merge(src proto.Message)
func (*DocstringNode) XXX_Size ¶
func (m *DocstringNode) XXX_Size() int
func (*DocstringNode) XXX_Unmarshal ¶
func (m *DocstringNode) XXX_Unmarshal(b []byte) error
type ExampleDoc ¶
type ExampleDoc struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
}
func (*ExampleDoc) Descriptor ¶
func (*ExampleDoc) Descriptor() ([]byte, []int)
func (*ExampleDoc) Equal ¶
func (this *ExampleDoc) Equal(that interface{}) bool
func (*ExampleDoc) GetValue ¶
func (m *ExampleDoc) GetValue() string
func (*ExampleDoc) GoString ¶
func (this *ExampleDoc) GoString() string
func (*ExampleDoc) Marshal ¶
func (m *ExampleDoc) Marshal() (dAtA []byte, err error)
func (*ExampleDoc) MarshalToSizedBuffer ¶
func (m *ExampleDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ExampleDoc) ProtoMessage ¶
func (*ExampleDoc) ProtoMessage()
func (*ExampleDoc) Reset ¶
func (m *ExampleDoc) Reset()
func (*ExampleDoc) Size ¶
func (m *ExampleDoc) Size() (n int)
func (*ExampleDoc) String ¶
func (this *ExampleDoc) String() string
func (*ExampleDoc) Unmarshal ¶
func (m *ExampleDoc) Unmarshal(dAtA []byte) error
func (*ExampleDoc) XXX_DiscardUnknown ¶
func (m *ExampleDoc) XXX_DiscardUnknown()
func (*ExampleDoc) XXX_Marshal ¶
func (m *ExampleDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExampleDoc) XXX_Merge ¶
func (m *ExampleDoc) XXX_Merge(src proto.Message)
func (*ExampleDoc) XXX_Size ¶
func (m *ExampleDoc) XXX_Size() int
func (*ExampleDoc) XXX_Unmarshal ¶
func (m *ExampleDoc) XXX_Unmarshal(b []byte) error
type FuncDoc ¶
type FuncDoc struct { Args []*IdentDoc `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` RepeatedArgs *IdentDoc `protobuf:"bytes,2,opt,name=repeated_args,json=repeatedArgs,proto3" json:"repeated_args,omitempty"` Kwargs *IdentDoc `protobuf:"bytes,3,opt,name=kwargs,proto3" json:"kwargs,omitempty"` ReturnType *IdentDoc `protobuf:"bytes,4,opt,name=return_type,json=returnType,proto3" json:"return_type,omitempty"` }
func (*FuncDoc) Descriptor ¶
func (*FuncDoc) GetRepeatedArgs ¶
func (*FuncDoc) GetReturnType ¶
func (*FuncDoc) MarshalToSizedBuffer ¶
func (*FuncDoc) ProtoMessage ¶
func (*FuncDoc) ProtoMessage()
func (*FuncDoc) XXX_DiscardUnknown ¶
func (m *FuncDoc) XXX_DiscardUnknown()
func (*FuncDoc) XXX_Marshal ¶
func (*FuncDoc) XXX_Unmarshal ¶
type IdentDoc ¶
type IdentDoc struct { Ident string `protobuf:"bytes,1,opt,name=ident,proto3" json:"ident,omitempty"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"` Types []string `protobuf:"bytes,3,rep,name=types,proto3" json:"types,omitempty"` Default string `protobuf:"bytes,4,opt,name=default,proto3" json:"default,omitempty"` }
func (*IdentDoc) Descriptor ¶
func (*IdentDoc) GetDefault ¶
func (*IdentDoc) MarshalToSizedBuffer ¶
func (*IdentDoc) ProtoMessage ¶
func (*IdentDoc) ProtoMessage()
func (*IdentDoc) XXX_DiscardUnknown ¶
func (m *IdentDoc) XXX_DiscardUnknown()
func (*IdentDoc) XXX_Marshal ¶
func (*IdentDoc) XXX_Unmarshal ¶
type InternalPXLDocs ¶
type InternalPXLDocs struct { DocstringNodes []*DocstringNode `protobuf:"bytes,1,rep,name=docstring_nodes,json=docstringNodes,proto3" json:"docstring_nodes,omitempty"` UdfDocs *udfspb.Docs `protobuf:"bytes,2,opt,name=udf_docs,json=udfDocs,proto3" json:"udf_docs,omitempty"` }
func (*InternalPXLDocs) Descriptor ¶
func (*InternalPXLDocs) Descriptor() ([]byte, []int)
func (*InternalPXLDocs) Equal ¶
func (this *InternalPXLDocs) Equal(that interface{}) bool
func (*InternalPXLDocs) GetDocstringNodes ¶
func (m *InternalPXLDocs) GetDocstringNodes() []*DocstringNode
func (*InternalPXLDocs) GetUdfDocs ¶
func (m *InternalPXLDocs) GetUdfDocs() *udfspb.Docs
func (*InternalPXLDocs) GoString ¶
func (this *InternalPXLDocs) GoString() string
func (*InternalPXLDocs) Marshal ¶
func (m *InternalPXLDocs) Marshal() (dAtA []byte, err error)
func (*InternalPXLDocs) MarshalToSizedBuffer ¶
func (m *InternalPXLDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InternalPXLDocs) ProtoMessage ¶
func (*InternalPXLDocs) ProtoMessage()
func (*InternalPXLDocs) Reset ¶
func (m *InternalPXLDocs) Reset()
func (*InternalPXLDocs) Size ¶
func (m *InternalPXLDocs) Size() (n int)
func (*InternalPXLDocs) String ¶
func (this *InternalPXLDocs) String() string
func (*InternalPXLDocs) Unmarshal ¶
func (m *InternalPXLDocs) Unmarshal(dAtA []byte) error
func (*InternalPXLDocs) XXX_DiscardUnknown ¶
func (m *InternalPXLDocs) XXX_DiscardUnknown()
func (*InternalPXLDocs) XXX_Marshal ¶
func (m *InternalPXLDocs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InternalPXLDocs) XXX_Merge ¶
func (m *InternalPXLDocs) XXX_Merge(src proto.Message)
func (*InternalPXLDocs) XXX_Size ¶
func (m *InternalPXLDocs) XXX_Size() int
func (*InternalPXLDocs) XXX_Unmarshal ¶
func (m *InternalPXLDocs) XXX_Unmarshal(b []byte) error
type MutationDoc ¶
type MutationDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*MutationDoc) Descriptor ¶
func (*MutationDoc) Descriptor() ([]byte, []int)
func (*MutationDoc) Equal ¶
func (this *MutationDoc) Equal(that interface{}) bool
func (*MutationDoc) GetBody ¶
func (m *MutationDoc) GetBody() *DocBody
func (*MutationDoc) GetFuncDoc ¶
func (m *MutationDoc) GetFuncDoc() *FuncDoc
func (*MutationDoc) GoString ¶
func (this *MutationDoc) GoString() string
func (*MutationDoc) Marshal ¶
func (m *MutationDoc) Marshal() (dAtA []byte, err error)
func (*MutationDoc) MarshalToSizedBuffer ¶
func (m *MutationDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MutationDoc) ProtoMessage ¶
func (*MutationDoc) ProtoMessage()
func (*MutationDoc) Reset ¶
func (m *MutationDoc) Reset()
func (*MutationDoc) Size ¶
func (m *MutationDoc) Size() (n int)
func (*MutationDoc) String ¶
func (this *MutationDoc) String() string
func (*MutationDoc) Unmarshal ¶
func (m *MutationDoc) Unmarshal(dAtA []byte) error
func (*MutationDoc) XXX_DiscardUnknown ¶
func (m *MutationDoc) XXX_DiscardUnknown()
func (*MutationDoc) XXX_Marshal ¶
func (m *MutationDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MutationDoc) XXX_Merge ¶
func (m *MutationDoc) XXX_Merge(src proto.Message)
func (*MutationDoc) XXX_Size ¶
func (m *MutationDoc) XXX_Size() int
func (*MutationDoc) XXX_Unmarshal ¶
func (m *MutationDoc) XXX_Unmarshal(b []byte) error
type OTelDoc ¶
type OTelDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*OTelDoc) Descriptor ¶
func (*OTelDoc) GetFuncDoc ¶
func (*OTelDoc) MarshalToSizedBuffer ¶
func (*OTelDoc) ProtoMessage ¶
func (*OTelDoc) ProtoMessage()
func (*OTelDoc) XXX_DiscardUnknown ¶
func (m *OTelDoc) XXX_DiscardUnknown()
func (*OTelDoc) XXX_Marshal ¶
func (*OTelDoc) XXX_Unmarshal ¶
type StructuredDocs ¶
type StructuredDocs struct { MutationDocs []*MutationDoc `protobuf:"bytes,1,rep,name=mutation_docs,json=mutationDocs,proto3" json:"mutation_docs,omitempty"` TracepointDecoratorDocs []*TracepointDecoratorDoc `` /* 132-byte string literal not displayed */ TracepointFieldDocs []*TracepointFieldDoc `protobuf:"bytes,3,rep,name=tracepoint_field_docs,json=tracepointFieldDocs,proto3" json:"tracepoint_field_docs,omitempty"` DataframeOpDocs []*DataFrameOpDoc `protobuf:"bytes,5,rep,name=dataframe_op_docs,json=dataframeOpDocs,proto3" json:"dataframe_op_docs,omitempty"` CompileFnDocs []*CompileFnDoc `protobuf:"bytes,6,rep,name=compile_fn_docs,json=compileFnDocs,proto3" json:"compile_fn_docs,omitempty"` UdfDocs *udfspb.Docs `protobuf:"bytes,4,opt,name=udf_docs,json=udfDocs,proto3" json:"udf_docs,omitempty"` OTelDocs []*OTelDoc `protobuf:"bytes,7,rep,name=otel_docs,json=otelDocs,proto3" json:"otel_docs,omitempty"` }
func (*StructuredDocs) Descriptor ¶
func (*StructuredDocs) Descriptor() ([]byte, []int)
func (*StructuredDocs) Equal ¶
func (this *StructuredDocs) Equal(that interface{}) bool
func (*StructuredDocs) GetCompileFnDocs ¶
func (m *StructuredDocs) GetCompileFnDocs() []*CompileFnDoc
func (*StructuredDocs) GetDataframeOpDocs ¶
func (m *StructuredDocs) GetDataframeOpDocs() []*DataFrameOpDoc
func (*StructuredDocs) GetMutationDocs ¶
func (m *StructuredDocs) GetMutationDocs() []*MutationDoc
func (*StructuredDocs) GetOTelDocs ¶
func (m *StructuredDocs) GetOTelDocs() []*OTelDoc
func (*StructuredDocs) GetTracepointDecoratorDocs ¶
func (m *StructuredDocs) GetTracepointDecoratorDocs() []*TracepointDecoratorDoc
func (*StructuredDocs) GetTracepointFieldDocs ¶
func (m *StructuredDocs) GetTracepointFieldDocs() []*TracepointFieldDoc
func (*StructuredDocs) GetUdfDocs ¶
func (m *StructuredDocs) GetUdfDocs() *udfspb.Docs
func (*StructuredDocs) GoString ¶
func (this *StructuredDocs) GoString() string
func (*StructuredDocs) Marshal ¶
func (m *StructuredDocs) Marshal() (dAtA []byte, err error)
func (*StructuredDocs) MarshalToSizedBuffer ¶
func (m *StructuredDocs) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StructuredDocs) ProtoMessage ¶
func (*StructuredDocs) ProtoMessage()
func (*StructuredDocs) Reset ¶
func (m *StructuredDocs) Reset()
func (*StructuredDocs) Size ¶
func (m *StructuredDocs) Size() (n int)
func (*StructuredDocs) String ¶
func (this *StructuredDocs) String() string
func (*StructuredDocs) Unmarshal ¶
func (m *StructuredDocs) Unmarshal(dAtA []byte) error
func (*StructuredDocs) XXX_DiscardUnknown ¶
func (m *StructuredDocs) XXX_DiscardUnknown()
func (*StructuredDocs) XXX_Marshal ¶
func (m *StructuredDocs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StructuredDocs) XXX_Merge ¶
func (m *StructuredDocs) XXX_Merge(src proto.Message)
func (*StructuredDocs) XXX_Size ¶
func (m *StructuredDocs) XXX_Size() int
func (*StructuredDocs) XXX_Unmarshal ¶
func (m *StructuredDocs) XXX_Unmarshal(b []byte) error
type TracepointDecoratorDoc ¶
type TracepointDecoratorDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*TracepointDecoratorDoc) Descriptor ¶
func (*TracepointDecoratorDoc) Descriptor() ([]byte, []int)
func (*TracepointDecoratorDoc) Equal ¶
func (this *TracepointDecoratorDoc) Equal(that interface{}) bool
func (*TracepointDecoratorDoc) GetBody ¶
func (m *TracepointDecoratorDoc) GetBody() *DocBody
func (*TracepointDecoratorDoc) GetFuncDoc ¶
func (m *TracepointDecoratorDoc) GetFuncDoc() *FuncDoc
func (*TracepointDecoratorDoc) GoString ¶
func (this *TracepointDecoratorDoc) GoString() string
func (*TracepointDecoratorDoc) Marshal ¶
func (m *TracepointDecoratorDoc) Marshal() (dAtA []byte, err error)
func (*TracepointDecoratorDoc) MarshalTo ¶
func (m *TracepointDecoratorDoc) MarshalTo(dAtA []byte) (int, error)
func (*TracepointDecoratorDoc) MarshalToSizedBuffer ¶
func (m *TracepointDecoratorDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TracepointDecoratorDoc) ProtoMessage ¶
func (*TracepointDecoratorDoc) ProtoMessage()
func (*TracepointDecoratorDoc) Reset ¶
func (m *TracepointDecoratorDoc) Reset()
func (*TracepointDecoratorDoc) Size ¶
func (m *TracepointDecoratorDoc) Size() (n int)
func (*TracepointDecoratorDoc) String ¶
func (this *TracepointDecoratorDoc) String() string
func (*TracepointDecoratorDoc) Unmarshal ¶
func (m *TracepointDecoratorDoc) Unmarshal(dAtA []byte) error
func (*TracepointDecoratorDoc) XXX_DiscardUnknown ¶
func (m *TracepointDecoratorDoc) XXX_DiscardUnknown()
func (*TracepointDecoratorDoc) XXX_Marshal ¶
func (m *TracepointDecoratorDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TracepointDecoratorDoc) XXX_Merge ¶
func (m *TracepointDecoratorDoc) XXX_Merge(src proto.Message)
func (*TracepointDecoratorDoc) XXX_Size ¶
func (m *TracepointDecoratorDoc) XXX_Size() int
func (*TracepointDecoratorDoc) XXX_Unmarshal ¶
func (m *TracepointDecoratorDoc) XXX_Unmarshal(b []byte) error
type TracepointFieldDoc ¶
type TracepointFieldDoc struct { Body *DocBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` FuncDoc *FuncDoc `protobuf:"bytes,2,opt,name=func_doc,json=funcDoc,proto3" json:"func_doc,omitempty"` }
func (*TracepointFieldDoc) Descriptor ¶
func (*TracepointFieldDoc) Descriptor() ([]byte, []int)
func (*TracepointFieldDoc) Equal ¶
func (this *TracepointFieldDoc) Equal(that interface{}) bool
func (*TracepointFieldDoc) GetBody ¶
func (m *TracepointFieldDoc) GetBody() *DocBody
func (*TracepointFieldDoc) GetFuncDoc ¶
func (m *TracepointFieldDoc) GetFuncDoc() *FuncDoc
func (*TracepointFieldDoc) GoString ¶
func (this *TracepointFieldDoc) GoString() string
func (*TracepointFieldDoc) Marshal ¶
func (m *TracepointFieldDoc) Marshal() (dAtA []byte, err error)
func (*TracepointFieldDoc) MarshalTo ¶
func (m *TracepointFieldDoc) MarshalTo(dAtA []byte) (int, error)
func (*TracepointFieldDoc) MarshalToSizedBuffer ¶
func (m *TracepointFieldDoc) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TracepointFieldDoc) ProtoMessage ¶
func (*TracepointFieldDoc) ProtoMessage()
func (*TracepointFieldDoc) Reset ¶
func (m *TracepointFieldDoc) Reset()
func (*TracepointFieldDoc) Size ¶
func (m *TracepointFieldDoc) Size() (n int)
func (*TracepointFieldDoc) String ¶
func (this *TracepointFieldDoc) String() string
func (*TracepointFieldDoc) Unmarshal ¶
func (m *TracepointFieldDoc) Unmarshal(dAtA []byte) error
func (*TracepointFieldDoc) XXX_DiscardUnknown ¶
func (m *TracepointFieldDoc) XXX_DiscardUnknown()
func (*TracepointFieldDoc) XXX_Marshal ¶
func (m *TracepointFieldDoc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TracepointFieldDoc) XXX_Merge ¶
func (m *TracepointFieldDoc) XXX_Merge(src proto.Message)
func (*TracepointFieldDoc) XXX_Size ¶
func (m *TracepointFieldDoc) XXX_Size() int
func (*TracepointFieldDoc) XXX_Unmarshal ¶
func (m *TracepointFieldDoc) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.