Versions in this module Expand all Collapse all v0 v0.16.1 Sep 22, 2022 Changes in this version + var GoUnusedProtection__ int + var TLineageGraph_Ended_DEFAULT int64 + var TLineageGraph_QueryID_DEFAULT *types.TUniqueId + var TLineageGraph_TableLocation_DEFAULT string + type TEdgeType int64 + const TEdgeType_PREDICATE + const TEdgeType_PROJECTION + func TEdgeTypeFromString(s string) (TEdgeType, error) + func TEdgeTypePtr(v TEdgeType) *TEdgeType + func (p *TEdgeType) Scan(value interface{}) error + func (p *TEdgeType) UnmarshalText(text []byte) error + func (p *TEdgeType) Value() (driver.Value, error) + func (p TEdgeType) MarshalText() ([]byte, error) + func (p TEdgeType) String() string + type TLineageGraph struct + Edges []*TMultiEdge + Ended *int64 + Hash string + QueryID *types.TUniqueId + QueryText string + Started int64 + TableLocation *string + User string + Vertices []*TVertex + func NewTLineageGraph() *TLineageGraph + func (p *TLineageGraph) Equals(other *TLineageGraph) bool + func (p *TLineageGraph) GetEdges() []*TMultiEdge + func (p *TLineageGraph) GetEnded() int64 + func (p *TLineageGraph) GetHash() string + func (p *TLineageGraph) GetQueryID() *types.TUniqueId + func (p *TLineageGraph) GetQueryText() string + func (p *TLineageGraph) GetStarted() int64 + func (p *TLineageGraph) GetTableLocation() string + func (p *TLineageGraph) GetUser() string + func (p *TLineageGraph) GetVertices() []*TVertex + func (p *TLineageGraph) IsSetEnded() bool + func (p *TLineageGraph) IsSetQueryID() bool + func (p *TLineageGraph) IsSetTableLocation() bool + func (p *TLineageGraph) Read(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField1(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField2(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField3(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField4(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField5(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField6(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField7(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField8(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) ReadField9(ctx context.Context, iprot thrift.TProtocol) error + func (p *TLineageGraph) String() string + func (p *TLineageGraph) Write(ctx context.Context, oprot thrift.TProtocol) error + type TMultiEdge struct + Edgetype TEdgeType + Sources []*TVertex + Targets []*TVertex + func NewTMultiEdge() *TMultiEdge + func (p *TMultiEdge) Equals(other *TMultiEdge) bool + func (p *TMultiEdge) GetEdgetype() TEdgeType + func (p *TMultiEdge) GetSources() []*TVertex + func (p *TMultiEdge) GetTargets() []*TVertex + func (p *TMultiEdge) Read(ctx context.Context, iprot thrift.TProtocol) error + func (p *TMultiEdge) ReadField1(ctx context.Context, iprot thrift.TProtocol) error + func (p *TMultiEdge) ReadField2(ctx context.Context, iprot thrift.TProtocol) error + func (p *TMultiEdge) ReadField3(ctx context.Context, iprot thrift.TProtocol) error + func (p *TMultiEdge) String() string + func (p *TMultiEdge) Write(ctx context.Context, oprot thrift.TProtocol) error + type TVertex struct + ID int64 + Label string + Metadata *TVertexMetadata + func NewTVertex() *TVertex + func (p *TVertex) Equals(other *TVertex) bool + func (p *TVertex) GetID() int64 + func (p *TVertex) GetLabel() string + func (p *TVertex) GetMetadata() *TVertexMetadata + func (p *TVertex) IsSetMetadata() bool + func (p *TVertex) Read(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertex) ReadField1(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertex) ReadField2(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertex) ReadField3(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertex) String() string + func (p *TVertex) Write(ctx context.Context, oprot thrift.TProtocol) error + type TVertexMetadata struct + TableCreateTime int64 + TableName string + var TVertex_Metadata_DEFAULT *TVertexMetadata + func NewTVertexMetadata() *TVertexMetadata + func (p *TVertexMetadata) Equals(other *TVertexMetadata) bool + func (p *TVertexMetadata) GetTableCreateTime() int64 + func (p *TVertexMetadata) GetTableName() string + func (p *TVertexMetadata) Read(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertexMetadata) ReadField1(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertexMetadata) ReadField2(ctx context.Context, iprot thrift.TProtocol) error + func (p *TVertexMetadata) String() string + func (p *TVertexMetadata) Write(ctx context.Context, oprot thrift.TProtocol) error v0.16.0 Aug 25, 2022 v0.13.1 Aug 25, 2022