rpc

package
v0.0.0-...-3106ca4 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TSCloseOperationReq_QueryId_DEFAULT int64
View Source
var TSCloseOperationReq_StatementId_DEFAULT int64
View Source
var TSCreateMultiTimeseriesReq_AttributesList_DEFAULT []map[string]string
View Source
var TSCreateMultiTimeseriesReq_MeasurementAliasList_DEFAULT []string
View Source
var TSCreateMultiTimeseriesReq_PropsList_DEFAULT []map[string]string
View Source
var TSCreateMultiTimeseriesReq_TagsList_DEFAULT []map[string]string
View Source
var TSCreateTimeseriesReq_Attributes_DEFAULT map[string]string
View Source
var TSCreateTimeseriesReq_MeasurementAlias_DEFAULT string
View Source
var TSCreateTimeseriesReq_Props_DEFAULT map[string]string
View Source
var TSCreateTimeseriesReq_Tags_DEFAULT map[string]string
View Source
var TSExecuteStatementReq_FetchSize_DEFAULT int32
View Source
var TSExecuteStatementResp_ColumnNameIndexMap_DEFAULT map[string]int32
View Source
var TSExecuteStatementResp_Columns_DEFAULT []string
View Source
var TSExecuteStatementResp_DataTypeList_DEFAULT []string
View Source
var TSExecuteStatementResp_IgnoreTimeStamp_DEFAULT bool
View Source
var TSExecuteStatementResp_OperationType_DEFAULT string
View Source
var TSExecuteStatementResp_QueryId_DEFAULT int64
View Source
var TSFetchMetadataReq_ColumnPath_DEFAULT string
View Source
var TSFetchMetadataResp_ColumnsList_DEFAULT []string
View Source
var TSFetchMetadataResp_DataType_DEFAULT string
View Source
var TSFetchMetadataResp_MetadataInJson_DEFAULT string
View Source
var TSIServiceRequestStatementIdResult_Success_DEFAULT int64
View Source
var TSOpenSessionReq_Configuration_DEFAULT map[string]string
View Source
var TSOpenSessionReq_Password_DEFAULT string
View Source
var TSOpenSessionReq_Username_DEFAULT string
View Source
var TSOpenSessionResp_Configuration_DEFAULT map[string]string
View Source
var TSOpenSessionResp_SessionId_DEFAULT int64
View Source
var TSRawDataQueryReq_FetchSize_DEFAULT int32
View Source
var TSStatus_Message_DEFAULT string
View Source
var TSStatus_SubStatus_DEFAULT []*TSStatus

Functions

This section is empty.

Types

type ServerProperties

type ServerProperties struct {
	Version                            string   `thrift:"version,1,required" db:"version" json:"version"`
	SupportedTimeAggregationOperations []string `` /* 136-byte string literal not displayed */
	TimestampPrecision                 string   `thrift:"timestampPrecision,3,required" db:"timestampPrecision" json:"timestampPrecision"`
}

Attributes:

  • Version
  • SupportedTimeAggregationOperations
  • TimestampPrecision
var TSIServiceGetPropertiesResult_Success_DEFAULT *ServerProperties

func NewServerProperties

func NewServerProperties() *ServerProperties

func (*ServerProperties) GetSupportedTimeAggregationOperations

func (p *ServerProperties) GetSupportedTimeAggregationOperations() []string

func (*ServerProperties) GetTimestampPrecision

func (p *ServerProperties) GetTimestampPrecision() string

func (*ServerProperties) GetVersion

func (p *ServerProperties) GetVersion() string

func (*ServerProperties) Read

func (p *ServerProperties) Read(iprot thrift.TProtocol) error

func (*ServerProperties) ReadField1

func (p *ServerProperties) ReadField1(iprot thrift.TProtocol) error

func (*ServerProperties) ReadField2

func (p *ServerProperties) ReadField2(iprot thrift.TProtocol) error

func (*ServerProperties) ReadField3

func (p *ServerProperties) ReadField3(iprot thrift.TProtocol) error

func (*ServerProperties) String

func (p *ServerProperties) String() string

func (*ServerProperties) Write

func (p *ServerProperties) Write(oprot thrift.TProtocol) error

type TSCancelOperationReq

type TSCancelOperationReq struct {
	SessionId int64 `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	QueryId   int64 `thrift:"queryId,2,required" db:"queryId" json:"queryId"`
}

Attributes:

  • SessionId
  • QueryId
var TSIServiceCancelOperationArgs_Req_DEFAULT *TSCancelOperationReq

func NewTSCancelOperationReq

func NewTSCancelOperationReq() *TSCancelOperationReq

func (*TSCancelOperationReq) GetQueryId

func (p *TSCancelOperationReq) GetQueryId() int64

func (*TSCancelOperationReq) GetSessionId

func (p *TSCancelOperationReq) GetSessionId() int64

func (*TSCancelOperationReq) Read

func (p *TSCancelOperationReq) Read(iprot thrift.TProtocol) error

func (*TSCancelOperationReq) ReadField1

func (p *TSCancelOperationReq) ReadField1(iprot thrift.TProtocol) error

func (*TSCancelOperationReq) ReadField2

func (p *TSCancelOperationReq) ReadField2(iprot thrift.TProtocol) error

func (*TSCancelOperationReq) String

func (p *TSCancelOperationReq) String() string

func (*TSCancelOperationReq) Write

func (p *TSCancelOperationReq) Write(oprot thrift.TProtocol) error

type TSCloseOperationReq

type TSCloseOperationReq struct {
	SessionId   int64  `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	QueryId     *int64 `thrift:"queryId,2" db:"queryId" json:"queryId,omitempty"`
	StatementId *int64 `thrift:"statementId,3" db:"statementId" json:"statementId,omitempty"`
}

Attributes:

  • SessionId
  • QueryId
  • StatementId
var TSIServiceCloseOperationArgs_Req_DEFAULT *TSCloseOperationReq

func NewTSCloseOperationReq

func NewTSCloseOperationReq() *TSCloseOperationReq

func (*TSCloseOperationReq) GetQueryId

func (p *TSCloseOperationReq) GetQueryId() int64

func (*TSCloseOperationReq) GetSessionId

func (p *TSCloseOperationReq) GetSessionId() int64

func (*TSCloseOperationReq) GetStatementId

func (p *TSCloseOperationReq) GetStatementId() int64

func (*TSCloseOperationReq) IsSetQueryId

func (p *TSCloseOperationReq) IsSetQueryId() bool

func (*TSCloseOperationReq) IsSetStatementId

func (p *TSCloseOperationReq) IsSetStatementId() bool

func (*TSCloseOperationReq) Read

func (p *TSCloseOperationReq) Read(iprot thrift.TProtocol) error

func (*TSCloseOperationReq) ReadField1

func (p *TSCloseOperationReq) ReadField1(iprot thrift.TProtocol) error

func (*TSCloseOperationReq) ReadField2

func (p *TSCloseOperationReq) ReadField2(iprot thrift.TProtocol) error

func (*TSCloseOperationReq) ReadField3

func (p *TSCloseOperationReq) ReadField3(iprot thrift.TProtocol) error

func (*TSCloseOperationReq) String

func (p *TSCloseOperationReq) String() string

func (*TSCloseOperationReq) Write

func (p *TSCloseOperationReq) Write(oprot thrift.TProtocol) error

type TSCloseSessionReq

type TSCloseSessionReq struct {
	SessionId int64 `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId
var TSIServiceCloseSessionArgs_Req_DEFAULT *TSCloseSessionReq

func NewTSCloseSessionReq

func NewTSCloseSessionReq() *TSCloseSessionReq

func (*TSCloseSessionReq) GetSessionId

func (p *TSCloseSessionReq) GetSessionId() int64

func (*TSCloseSessionReq) Read

func (p *TSCloseSessionReq) Read(iprot thrift.TProtocol) error

func (*TSCloseSessionReq) ReadField1

func (p *TSCloseSessionReq) ReadField1(iprot thrift.TProtocol) error

func (*TSCloseSessionReq) String

func (p *TSCloseSessionReq) String() string

func (*TSCloseSessionReq) Write

func (p *TSCloseSessionReq) Write(oprot thrift.TProtocol) error

type TSCreateMultiTimeseriesReq

type TSCreateMultiTimeseriesReq struct {
	SessionId            int64               `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Paths                []string            `thrift:"paths,2,required" db:"paths" json:"paths"`
	DataTypes            []int32             `thrift:"dataTypes,3,required" db:"dataTypes" json:"dataTypes"`
	Encodings            []int32             `thrift:"encodings,4,required" db:"encodings" json:"encodings"`
	Compressors          []int32             `thrift:"compressors,5,required" db:"compressors" json:"compressors"`
	PropsList            []map[string]string `thrift:"propsList,6" db:"propsList" json:"propsList,omitempty"`
	TagsList             []map[string]string `thrift:"tagsList,7" db:"tagsList" json:"tagsList,omitempty"`
	AttributesList       []map[string]string `thrift:"attributesList,8" db:"attributesList" json:"attributesList,omitempty"`
	MeasurementAliasList []string            `thrift:"measurementAliasList,9" db:"measurementAliasList" json:"measurementAliasList,omitempty"`
}

Attributes:

  • SessionId
  • Paths
  • DataTypes
  • Encodings
  • Compressors
  • PropsList
  • TagsList
  • AttributesList
  • MeasurementAliasList
var TSIServiceCreateMultiTimeseriesArgs_Req_DEFAULT *TSCreateMultiTimeseriesReq

func NewTSCreateMultiTimeseriesReq

func NewTSCreateMultiTimeseriesReq() *TSCreateMultiTimeseriesReq

func (*TSCreateMultiTimeseriesReq) GetAttributesList

func (p *TSCreateMultiTimeseriesReq) GetAttributesList() []map[string]string

func (*TSCreateMultiTimeseriesReq) GetCompressors

func (p *TSCreateMultiTimeseriesReq) GetCompressors() []int32

func (*TSCreateMultiTimeseriesReq) GetDataTypes

func (p *TSCreateMultiTimeseriesReq) GetDataTypes() []int32

func (*TSCreateMultiTimeseriesReq) GetEncodings

func (p *TSCreateMultiTimeseriesReq) GetEncodings() []int32

func (*TSCreateMultiTimeseriesReq) GetMeasurementAliasList

func (p *TSCreateMultiTimeseriesReq) GetMeasurementAliasList() []string

func (*TSCreateMultiTimeseriesReq) GetPaths

func (p *TSCreateMultiTimeseriesReq) GetPaths() []string

func (*TSCreateMultiTimeseriesReq) GetPropsList

func (p *TSCreateMultiTimeseriesReq) GetPropsList() []map[string]string

func (*TSCreateMultiTimeseriesReq) GetSessionId

func (p *TSCreateMultiTimeseriesReq) GetSessionId() int64

func (*TSCreateMultiTimeseriesReq) GetTagsList

func (p *TSCreateMultiTimeseriesReq) GetTagsList() []map[string]string

func (*TSCreateMultiTimeseriesReq) IsSetAttributesList

func (p *TSCreateMultiTimeseriesReq) IsSetAttributesList() bool

func (*TSCreateMultiTimeseriesReq) IsSetMeasurementAliasList

func (p *TSCreateMultiTimeseriesReq) IsSetMeasurementAliasList() bool

func (*TSCreateMultiTimeseriesReq) IsSetPropsList

func (p *TSCreateMultiTimeseriesReq) IsSetPropsList() bool

func (*TSCreateMultiTimeseriesReq) IsSetTagsList

func (p *TSCreateMultiTimeseriesReq) IsSetTagsList() bool

func (*TSCreateMultiTimeseriesReq) Read

func (*TSCreateMultiTimeseriesReq) ReadField1

func (p *TSCreateMultiTimeseriesReq) ReadField1(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField2

func (p *TSCreateMultiTimeseriesReq) ReadField2(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField3

func (p *TSCreateMultiTimeseriesReq) ReadField3(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField4

func (p *TSCreateMultiTimeseriesReq) ReadField4(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField5

func (p *TSCreateMultiTimeseriesReq) ReadField5(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField6

func (p *TSCreateMultiTimeseriesReq) ReadField6(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField7

func (p *TSCreateMultiTimeseriesReq) ReadField7(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField8

func (p *TSCreateMultiTimeseriesReq) ReadField8(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) ReadField9

func (p *TSCreateMultiTimeseriesReq) ReadField9(iprot thrift.TProtocol) error

func (*TSCreateMultiTimeseriesReq) String

func (p *TSCreateMultiTimeseriesReq) String() string

func (*TSCreateMultiTimeseriesReq) Write

type TSCreateTimeseriesReq

type TSCreateTimeseriesReq struct {
	SessionId        int64             `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Path             string            `thrift:"path,2,required" db:"path" json:"path"`
	DataType         int32             `thrift:"dataType,3,required" db:"dataType" json:"dataType"`
	Encoding         int32             `thrift:"encoding,4,required" db:"encoding" json:"encoding"`
	Compressor       int32             `thrift:"compressor,5,required" db:"compressor" json:"compressor"`
	Props            map[string]string `thrift:"props,6" db:"props" json:"props,omitempty"`
	Tags             map[string]string `thrift:"tags,7" db:"tags" json:"tags,omitempty"`
	Attributes       map[string]string `thrift:"attributes,8" db:"attributes" json:"attributes,omitempty"`
	MeasurementAlias *string           `thrift:"measurementAlias,9" db:"measurementAlias" json:"measurementAlias,omitempty"`
}

Attributes:

  • SessionId
  • Path
  • DataType
  • Encoding
  • Compressor
  • Props
  • Tags
  • Attributes
  • MeasurementAlias
var TSIServiceCreateTimeseriesArgs_Req_DEFAULT *TSCreateTimeseriesReq

func NewTSCreateTimeseriesReq

func NewTSCreateTimeseriesReq() *TSCreateTimeseriesReq

func (*TSCreateTimeseriesReq) GetAttributes

func (p *TSCreateTimeseriesReq) GetAttributes() map[string]string

func (*TSCreateTimeseriesReq) GetCompressor

func (p *TSCreateTimeseriesReq) GetCompressor() int32

func (*TSCreateTimeseriesReq) GetDataType

func (p *TSCreateTimeseriesReq) GetDataType() int32

func (*TSCreateTimeseriesReq) GetEncoding

func (p *TSCreateTimeseriesReq) GetEncoding() int32

func (*TSCreateTimeseriesReq) GetMeasurementAlias

func (p *TSCreateTimeseriesReq) GetMeasurementAlias() string

func (*TSCreateTimeseriesReq) GetPath

func (p *TSCreateTimeseriesReq) GetPath() string

func (*TSCreateTimeseriesReq) GetProps

func (p *TSCreateTimeseriesReq) GetProps() map[string]string

func (*TSCreateTimeseriesReq) GetSessionId

func (p *TSCreateTimeseriesReq) GetSessionId() int64

func (*TSCreateTimeseriesReq) GetTags

func (p *TSCreateTimeseriesReq) GetTags() map[string]string

func (*TSCreateTimeseriesReq) IsSetAttributes

func (p *TSCreateTimeseriesReq) IsSetAttributes() bool

func (*TSCreateTimeseriesReq) IsSetMeasurementAlias

func (p *TSCreateTimeseriesReq) IsSetMeasurementAlias() bool

func (*TSCreateTimeseriesReq) IsSetProps

func (p *TSCreateTimeseriesReq) IsSetProps() bool

func (*TSCreateTimeseriesReq) IsSetTags

func (p *TSCreateTimeseriesReq) IsSetTags() bool

func (*TSCreateTimeseriesReq) Read

func (*TSCreateTimeseriesReq) ReadField1

func (p *TSCreateTimeseriesReq) ReadField1(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField2

func (p *TSCreateTimeseriesReq) ReadField2(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField3

func (p *TSCreateTimeseriesReq) ReadField3(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField4

func (p *TSCreateTimeseriesReq) ReadField4(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField5

func (p *TSCreateTimeseriesReq) ReadField5(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField6

func (p *TSCreateTimeseriesReq) ReadField6(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField7

func (p *TSCreateTimeseriesReq) ReadField7(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField8

func (p *TSCreateTimeseriesReq) ReadField8(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) ReadField9

func (p *TSCreateTimeseriesReq) ReadField9(iprot thrift.TProtocol) error

func (*TSCreateTimeseriesReq) String

func (p *TSCreateTimeseriesReq) String() string

func (*TSCreateTimeseriesReq) Write

func (p *TSCreateTimeseriesReq) Write(oprot thrift.TProtocol) error

type TSDeleteDataReq

type TSDeleteDataReq struct {
	SessionId int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Paths     []string `thrift:"paths,2,required" db:"paths" json:"paths"`
	StartTime int64    `thrift:"startTime,3,required" db:"startTime" json:"startTime"`
	EndTime   int64    `thrift:"endTime,4,required" db:"endTime" json:"endTime"`
}

Attributes:

  • SessionId
  • Paths
  • StartTime
  • EndTime
var TSIServiceDeleteDataArgs_Req_DEFAULT *TSDeleteDataReq

func NewTSDeleteDataReq

func NewTSDeleteDataReq() *TSDeleteDataReq

func (*TSDeleteDataReq) GetEndTime

func (p *TSDeleteDataReq) GetEndTime() int64

func (*TSDeleteDataReq) GetPaths

func (p *TSDeleteDataReq) GetPaths() []string

func (*TSDeleteDataReq) GetSessionId

func (p *TSDeleteDataReq) GetSessionId() int64

func (*TSDeleteDataReq) GetStartTime

func (p *TSDeleteDataReq) GetStartTime() int64

func (*TSDeleteDataReq) Read

func (p *TSDeleteDataReq) Read(iprot thrift.TProtocol) error

func (*TSDeleteDataReq) ReadField1

func (p *TSDeleteDataReq) ReadField1(iprot thrift.TProtocol) error

func (*TSDeleteDataReq) ReadField2

func (p *TSDeleteDataReq) ReadField2(iprot thrift.TProtocol) error

func (*TSDeleteDataReq) ReadField3

func (p *TSDeleteDataReq) ReadField3(iprot thrift.TProtocol) error

func (*TSDeleteDataReq) ReadField4

func (p *TSDeleteDataReq) ReadField4(iprot thrift.TProtocol) error

func (*TSDeleteDataReq) String

func (p *TSDeleteDataReq) String() string

func (*TSDeleteDataReq) Write

func (p *TSDeleteDataReq) Write(oprot thrift.TProtocol) error

type TSExecuteBatchStatementReq

type TSExecuteBatchStatementReq struct {
	SessionId  int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Statements []string `thrift:"statements,2,required" db:"statements" json:"statements"`
}

Attributes:

  • SessionId
  • Statements
var TSIServiceExecuteBatchStatementArgs_Req_DEFAULT *TSExecuteBatchStatementReq

func NewTSExecuteBatchStatementReq

func NewTSExecuteBatchStatementReq() *TSExecuteBatchStatementReq

func (*TSExecuteBatchStatementReq) GetSessionId

func (p *TSExecuteBatchStatementReq) GetSessionId() int64

func (*TSExecuteBatchStatementReq) GetStatements

func (p *TSExecuteBatchStatementReq) GetStatements() []string

func (*TSExecuteBatchStatementReq) Read

func (*TSExecuteBatchStatementReq) ReadField1

func (p *TSExecuteBatchStatementReq) ReadField1(iprot thrift.TProtocol) error

func (*TSExecuteBatchStatementReq) ReadField2

func (p *TSExecuteBatchStatementReq) ReadField2(iprot thrift.TProtocol) error

func (*TSExecuteBatchStatementReq) String

func (p *TSExecuteBatchStatementReq) String() string

func (*TSExecuteBatchStatementReq) Write

type TSExecuteStatementReq

type TSExecuteStatementReq struct {
	SessionId   int64  `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Statement   string `thrift:"statement,2,required" db:"statement" json:"statement"`
	StatementId int64  `thrift:"statementId,3,required" db:"statementId" json:"statementId"`
	FetchSize   *int32 `thrift:"fetchSize,4" db:"fetchSize" json:"fetchSize,omitempty"`
}

Attributes:

  • SessionId
  • Statement
  • StatementId
  • FetchSize
var TSIServiceExecuteQueryStatementArgs_Req_DEFAULT *TSExecuteStatementReq
var TSIServiceExecuteStatementArgs_Req_DEFAULT *TSExecuteStatementReq
var TSIServiceExecuteUpdateStatementArgs_Req_DEFAULT *TSExecuteStatementReq

func NewTSExecuteStatementReq

func NewTSExecuteStatementReq() *TSExecuteStatementReq

func (*TSExecuteStatementReq) GetFetchSize

func (p *TSExecuteStatementReq) GetFetchSize() int32

func (*TSExecuteStatementReq) GetSessionId

func (p *TSExecuteStatementReq) GetSessionId() int64

func (*TSExecuteStatementReq) GetStatement

func (p *TSExecuteStatementReq) GetStatement() string

func (*TSExecuteStatementReq) GetStatementId

func (p *TSExecuteStatementReq) GetStatementId() int64

func (*TSExecuteStatementReq) IsSetFetchSize

func (p *TSExecuteStatementReq) IsSetFetchSize() bool

func (*TSExecuteStatementReq) Read

func (*TSExecuteStatementReq) ReadField1

func (p *TSExecuteStatementReq) ReadField1(iprot thrift.TProtocol) error

func (*TSExecuteStatementReq) ReadField2

func (p *TSExecuteStatementReq) ReadField2(iprot thrift.TProtocol) error

func (*TSExecuteStatementReq) ReadField3

func (p *TSExecuteStatementReq) ReadField3(iprot thrift.TProtocol) error

func (*TSExecuteStatementReq) ReadField4

func (p *TSExecuteStatementReq) ReadField4(iprot thrift.TProtocol) error

func (*TSExecuteStatementReq) String

func (p *TSExecuteStatementReq) String() string

func (*TSExecuteStatementReq) Write

func (p *TSExecuteStatementReq) Write(oprot thrift.TProtocol) error

type TSExecuteStatementResp

type TSExecuteStatementResp struct {
	Status               *TSStatus               `thrift:"status,1,required" db:"status" json:"status"`
	QueryId              *int64                  `thrift:"queryId,2" db:"queryId" json:"queryId,omitempty"`
	Columns              []string                `thrift:"columns,3" db:"columns" json:"columns,omitempty"`
	OperationType        *string                 `thrift:"operationType,4" db:"operationType" json:"operationType,omitempty"`
	IgnoreTimeStamp      *bool                   `thrift:"ignoreTimeStamp,5" db:"ignoreTimeStamp" json:"ignoreTimeStamp,omitempty"`
	DataTypeList         []string                `thrift:"dataTypeList,6" db:"dataTypeList" json:"dataTypeList,omitempty"`
	QueryDataSet         *TSQueryDataSet         `thrift:"queryDataSet,7" db:"queryDataSet" json:"queryDataSet,omitempty"`
	NonAlignQueryDataSet *TSQueryNonAlignDataSet `thrift:"nonAlignQueryDataSet,8" db:"nonAlignQueryDataSet" json:"nonAlignQueryDataSet,omitempty"`
	ColumnNameIndexMap   map[string]int32        `thrift:"columnNameIndexMap,9" db:"columnNameIndexMap" json:"columnNameIndexMap,omitempty"`
}

Attributes:

  • Status
  • QueryId
  • Columns
  • OperationType
  • IgnoreTimeStamp
  • DataTypeList
  • QueryDataSet
  • NonAlignQueryDataSet
  • ColumnNameIndexMap
var TSIServiceExecuteQueryStatementResult_Success_DEFAULT *TSExecuteStatementResp
var TSIServiceExecuteRawDataQueryResult_Success_DEFAULT *TSExecuteStatementResp
var TSIServiceExecuteStatementResult_Success_DEFAULT *TSExecuteStatementResp
var TSIServiceExecuteUpdateStatementResult_Success_DEFAULT *TSExecuteStatementResp

func NewTSExecuteStatementResp

func NewTSExecuteStatementResp() *TSExecuteStatementResp

func (*TSExecuteStatementResp) GetColumnNameIndexMap

func (p *TSExecuteStatementResp) GetColumnNameIndexMap() map[string]int32

func (*TSExecuteStatementResp) GetColumns

func (p *TSExecuteStatementResp) GetColumns() []string

func (*TSExecuteStatementResp) GetDataTypeList

func (p *TSExecuteStatementResp) GetDataTypeList() []string

func (*TSExecuteStatementResp) GetIgnoreTimeStamp

func (p *TSExecuteStatementResp) GetIgnoreTimeStamp() bool

func (*TSExecuteStatementResp) GetNonAlignQueryDataSet

func (p *TSExecuteStatementResp) GetNonAlignQueryDataSet() *TSQueryNonAlignDataSet

func (*TSExecuteStatementResp) GetOperationType

func (p *TSExecuteStatementResp) GetOperationType() string

func (*TSExecuteStatementResp) GetQueryDataSet

func (p *TSExecuteStatementResp) GetQueryDataSet() *TSQueryDataSet

func (*TSExecuteStatementResp) GetQueryId

func (p *TSExecuteStatementResp) GetQueryId() int64

func (*TSExecuteStatementResp) GetStatus

func (p *TSExecuteStatementResp) GetStatus() *TSStatus

func (*TSExecuteStatementResp) IsSetColumnNameIndexMap

func (p *TSExecuteStatementResp) IsSetColumnNameIndexMap() bool

func (*TSExecuteStatementResp) IsSetColumns

func (p *TSExecuteStatementResp) IsSetColumns() bool

func (*TSExecuteStatementResp) IsSetDataTypeList

func (p *TSExecuteStatementResp) IsSetDataTypeList() bool

func (*TSExecuteStatementResp) IsSetIgnoreTimeStamp

func (p *TSExecuteStatementResp) IsSetIgnoreTimeStamp() bool

func (*TSExecuteStatementResp) IsSetNonAlignQueryDataSet

func (p *TSExecuteStatementResp) IsSetNonAlignQueryDataSet() bool

func (*TSExecuteStatementResp) IsSetOperationType

func (p *TSExecuteStatementResp) IsSetOperationType() bool

func (*TSExecuteStatementResp) IsSetQueryDataSet

func (p *TSExecuteStatementResp) IsSetQueryDataSet() bool

func (*TSExecuteStatementResp) IsSetQueryId

func (p *TSExecuteStatementResp) IsSetQueryId() bool

func (*TSExecuteStatementResp) IsSetStatus

func (p *TSExecuteStatementResp) IsSetStatus() bool

func (*TSExecuteStatementResp) Read

func (*TSExecuteStatementResp) ReadField1

func (p *TSExecuteStatementResp) ReadField1(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField2

func (p *TSExecuteStatementResp) ReadField2(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField3

func (p *TSExecuteStatementResp) ReadField3(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField4

func (p *TSExecuteStatementResp) ReadField4(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField5

func (p *TSExecuteStatementResp) ReadField5(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField6

func (p *TSExecuteStatementResp) ReadField6(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField7

func (p *TSExecuteStatementResp) ReadField7(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField8

func (p *TSExecuteStatementResp) ReadField8(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) ReadField9

func (p *TSExecuteStatementResp) ReadField9(iprot thrift.TProtocol) error

func (*TSExecuteStatementResp) String

func (p *TSExecuteStatementResp) String() string

func (*TSExecuteStatementResp) Write

func (p *TSExecuteStatementResp) Write(oprot thrift.TProtocol) error

type TSFetchMetadataReq

type TSFetchMetadataReq struct {
	SessionId  int64   `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Type       string  `thrift:"type,2,required" db:"type" json:"type"`
	ColumnPath *string `thrift:"columnPath,3" db:"columnPath" json:"columnPath,omitempty"`
}

Attributes:

  • SessionId
  • Type
  • ColumnPath
var TSIServiceFetchMetadataArgs_Req_DEFAULT *TSFetchMetadataReq

func NewTSFetchMetadataReq

func NewTSFetchMetadataReq() *TSFetchMetadataReq

func (*TSFetchMetadataReq) GetColumnPath

func (p *TSFetchMetadataReq) GetColumnPath() string

func (*TSFetchMetadataReq) GetSessionId

func (p *TSFetchMetadataReq) GetSessionId() int64

func (*TSFetchMetadataReq) GetType

func (p *TSFetchMetadataReq) GetType() string

func (*TSFetchMetadataReq) IsSetColumnPath

func (p *TSFetchMetadataReq) IsSetColumnPath() bool

func (*TSFetchMetadataReq) Read

func (p *TSFetchMetadataReq) Read(iprot thrift.TProtocol) error

func (*TSFetchMetadataReq) ReadField1

func (p *TSFetchMetadataReq) ReadField1(iprot thrift.TProtocol) error

func (*TSFetchMetadataReq) ReadField2

func (p *TSFetchMetadataReq) ReadField2(iprot thrift.TProtocol) error

func (*TSFetchMetadataReq) ReadField3

func (p *TSFetchMetadataReq) ReadField3(iprot thrift.TProtocol) error

func (*TSFetchMetadataReq) String

func (p *TSFetchMetadataReq) String() string

func (*TSFetchMetadataReq) Write

func (p *TSFetchMetadataReq) Write(oprot thrift.TProtocol) error

type TSFetchMetadataResp

type TSFetchMetadataResp struct {
	Status         *TSStatus `thrift:"status,1,required" db:"status" json:"status"`
	MetadataInJson *string   `thrift:"metadataInJson,2" db:"metadataInJson" json:"metadataInJson,omitempty"`
	ColumnsList    []string  `thrift:"columnsList,3" db:"columnsList" json:"columnsList,omitempty"`
	DataType       *string   `thrift:"dataType,4" db:"dataType" json:"dataType,omitempty"`
}

Attributes:

  • Status
  • MetadataInJson
  • ColumnsList
  • DataType
var TSIServiceFetchMetadataResult_Success_DEFAULT *TSFetchMetadataResp

func NewTSFetchMetadataResp

func NewTSFetchMetadataResp() *TSFetchMetadataResp

func (*TSFetchMetadataResp) GetColumnsList

func (p *TSFetchMetadataResp) GetColumnsList() []string

func (*TSFetchMetadataResp) GetDataType

func (p *TSFetchMetadataResp) GetDataType() string

func (*TSFetchMetadataResp) GetMetadataInJson

func (p *TSFetchMetadataResp) GetMetadataInJson() string

func (*TSFetchMetadataResp) GetStatus

func (p *TSFetchMetadataResp) GetStatus() *TSStatus

func (*TSFetchMetadataResp) IsSetColumnsList

func (p *TSFetchMetadataResp) IsSetColumnsList() bool

func (*TSFetchMetadataResp) IsSetDataType

func (p *TSFetchMetadataResp) IsSetDataType() bool

func (*TSFetchMetadataResp) IsSetMetadataInJson

func (p *TSFetchMetadataResp) IsSetMetadataInJson() bool

func (*TSFetchMetadataResp) IsSetStatus

func (p *TSFetchMetadataResp) IsSetStatus() bool

func (*TSFetchMetadataResp) Read

func (p *TSFetchMetadataResp) Read(iprot thrift.TProtocol) error

func (*TSFetchMetadataResp) ReadField1

func (p *TSFetchMetadataResp) ReadField1(iprot thrift.TProtocol) error

func (*TSFetchMetadataResp) ReadField2

func (p *TSFetchMetadataResp) ReadField2(iprot thrift.TProtocol) error

func (*TSFetchMetadataResp) ReadField3

func (p *TSFetchMetadataResp) ReadField3(iprot thrift.TProtocol) error

func (*TSFetchMetadataResp) ReadField4

func (p *TSFetchMetadataResp) ReadField4(iprot thrift.TProtocol) error

func (*TSFetchMetadataResp) String

func (p *TSFetchMetadataResp) String() string

func (*TSFetchMetadataResp) Write

func (p *TSFetchMetadataResp) Write(oprot thrift.TProtocol) error

type TSFetchResultsReq

type TSFetchResultsReq struct {
	SessionId int64  `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Statement string `thrift:"statement,2,required" db:"statement" json:"statement"`
	FetchSize int32  `thrift:"fetchSize,3,required" db:"fetchSize" json:"fetchSize"`
	QueryId   int64  `thrift:"queryId,4,required" db:"queryId" json:"queryId"`
	IsAlign   bool   `thrift:"isAlign,5,required" db:"isAlign" json:"isAlign"`
}

Attributes:

  • SessionId
  • Statement
  • FetchSize
  • QueryId
  • IsAlign
var TSIServiceFetchResultsArgs_Req_DEFAULT *TSFetchResultsReq

func NewTSFetchResultsReq

func NewTSFetchResultsReq() *TSFetchResultsReq

func (*TSFetchResultsReq) GetFetchSize

func (p *TSFetchResultsReq) GetFetchSize() int32

func (*TSFetchResultsReq) GetIsAlign

func (p *TSFetchResultsReq) GetIsAlign() bool

func (*TSFetchResultsReq) GetQueryId

func (p *TSFetchResultsReq) GetQueryId() int64

func (*TSFetchResultsReq) GetSessionId

func (p *TSFetchResultsReq) GetSessionId() int64

func (*TSFetchResultsReq) GetStatement

func (p *TSFetchResultsReq) GetStatement() string

func (*TSFetchResultsReq) Read

func (p *TSFetchResultsReq) Read(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) ReadField1

func (p *TSFetchResultsReq) ReadField1(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) ReadField2

func (p *TSFetchResultsReq) ReadField2(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) ReadField3

func (p *TSFetchResultsReq) ReadField3(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) ReadField4

func (p *TSFetchResultsReq) ReadField4(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) ReadField5

func (p *TSFetchResultsReq) ReadField5(iprot thrift.TProtocol) error

func (*TSFetchResultsReq) String

func (p *TSFetchResultsReq) String() string

func (*TSFetchResultsReq) Write

func (p *TSFetchResultsReq) Write(oprot thrift.TProtocol) error

type TSFetchResultsResp

type TSFetchResultsResp struct {
	Status               *TSStatus               `thrift:"status,1,required" db:"status" json:"status"`
	HasResultSet         bool                    `thrift:"hasResultSet,2,required" db:"hasResultSet" json:"hasResultSet"`
	IsAlign              bool                    `thrift:"isAlign,3,required" db:"isAlign" json:"isAlign"`
	QueryDataSet         *TSQueryDataSet         `thrift:"queryDataSet,4" db:"queryDataSet" json:"queryDataSet,omitempty"`
	NonAlignQueryDataSet *TSQueryNonAlignDataSet `thrift:"nonAlignQueryDataSet,5" db:"nonAlignQueryDataSet" json:"nonAlignQueryDataSet,omitempty"`
}

Attributes:

  • Status
  • HasResultSet
  • IsAlign
  • QueryDataSet
  • NonAlignQueryDataSet
var TSIServiceFetchResultsResult_Success_DEFAULT *TSFetchResultsResp

func NewTSFetchResultsResp

func NewTSFetchResultsResp() *TSFetchResultsResp

func (*TSFetchResultsResp) GetHasResultSet

func (p *TSFetchResultsResp) GetHasResultSet() bool

func (*TSFetchResultsResp) GetIsAlign

func (p *TSFetchResultsResp) GetIsAlign() bool

func (*TSFetchResultsResp) GetNonAlignQueryDataSet

func (p *TSFetchResultsResp) GetNonAlignQueryDataSet() *TSQueryNonAlignDataSet

func (*TSFetchResultsResp) GetQueryDataSet

func (p *TSFetchResultsResp) GetQueryDataSet() *TSQueryDataSet

func (*TSFetchResultsResp) GetStatus

func (p *TSFetchResultsResp) GetStatus() *TSStatus

func (*TSFetchResultsResp) IsSetNonAlignQueryDataSet

func (p *TSFetchResultsResp) IsSetNonAlignQueryDataSet() bool

func (*TSFetchResultsResp) IsSetQueryDataSet

func (p *TSFetchResultsResp) IsSetQueryDataSet() bool

func (*TSFetchResultsResp) IsSetStatus

func (p *TSFetchResultsResp) IsSetStatus() bool

func (*TSFetchResultsResp) Read

func (p *TSFetchResultsResp) Read(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) ReadField1

func (p *TSFetchResultsResp) ReadField1(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) ReadField2

func (p *TSFetchResultsResp) ReadField2(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) ReadField3

func (p *TSFetchResultsResp) ReadField3(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) ReadField4

func (p *TSFetchResultsResp) ReadField4(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) ReadField5

func (p *TSFetchResultsResp) ReadField5(iprot thrift.TProtocol) error

func (*TSFetchResultsResp) String

func (p *TSFetchResultsResp) String() string

func (*TSFetchResultsResp) Write

func (p *TSFetchResultsResp) Write(oprot thrift.TProtocol) error

type TSGetOperationStatusReq

type TSGetOperationStatusReq struct {
	SessionId int64 `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	QueryId   int64 `thrift:"queryId,2,required" db:"queryId" json:"queryId"`
}

Attributes:

  • SessionId
  • QueryId

func NewTSGetOperationStatusReq

func NewTSGetOperationStatusReq() *TSGetOperationStatusReq

func (*TSGetOperationStatusReq) GetQueryId

func (p *TSGetOperationStatusReq) GetQueryId() int64

func (*TSGetOperationStatusReq) GetSessionId

func (p *TSGetOperationStatusReq) GetSessionId() int64

func (*TSGetOperationStatusReq) Read

func (*TSGetOperationStatusReq) ReadField1

func (p *TSGetOperationStatusReq) ReadField1(iprot thrift.TProtocol) error

func (*TSGetOperationStatusReq) ReadField2

func (p *TSGetOperationStatusReq) ReadField2(iprot thrift.TProtocol) error

func (*TSGetOperationStatusReq) String

func (p *TSGetOperationStatusReq) String() string

func (*TSGetOperationStatusReq) Write

type TSGetTimeZoneResp

type TSGetTimeZoneResp struct {
	Status   *TSStatus `thrift:"status,1,required" db:"status" json:"status"`
	TimeZone string    `thrift:"timeZone,2,required" db:"timeZone" json:"timeZone"`
}

Attributes:

  • Status
  • TimeZone
var TSIServiceGetTimeZoneResult_Success_DEFAULT *TSGetTimeZoneResp

func NewTSGetTimeZoneResp

func NewTSGetTimeZoneResp() *TSGetTimeZoneResp

func (*TSGetTimeZoneResp) GetStatus

func (p *TSGetTimeZoneResp) GetStatus() *TSStatus

func (*TSGetTimeZoneResp) GetTimeZone

func (p *TSGetTimeZoneResp) GetTimeZone() string

func (*TSGetTimeZoneResp) IsSetStatus

func (p *TSGetTimeZoneResp) IsSetStatus() bool

func (*TSGetTimeZoneResp) Read

func (p *TSGetTimeZoneResp) Read(iprot thrift.TProtocol) error

func (*TSGetTimeZoneResp) ReadField1

func (p *TSGetTimeZoneResp) ReadField1(iprot thrift.TProtocol) error

func (*TSGetTimeZoneResp) ReadField2

func (p *TSGetTimeZoneResp) ReadField2(iprot thrift.TProtocol) error

func (*TSGetTimeZoneResp) String

func (p *TSGetTimeZoneResp) String() string

func (*TSGetTimeZoneResp) Write

func (p *TSGetTimeZoneResp) Write(oprot thrift.TProtocol) error

type TSIService

type TSIService interface {
	// Parameters:
	//  - Req
	OpenSession(ctx context.Context, req *TSOpenSessionReq) (r *TSOpenSessionResp, err error)
	// Parameters:
	//  - Req
	CloseSession(ctx context.Context, req *TSCloseSessionReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	ExecuteStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)
	// Parameters:
	//  - Req
	ExecuteBatchStatement(ctx context.Context, req *TSExecuteBatchStatementReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	ExecuteQueryStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)
	// Parameters:
	//  - Req
	ExecuteUpdateStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)
	// Parameters:
	//  - Req
	FetchResults(ctx context.Context, req *TSFetchResultsReq) (r *TSFetchResultsResp, err error)
	// Parameters:
	//  - Req
	FetchMetadata(ctx context.Context, req *TSFetchMetadataReq) (r *TSFetchMetadataResp, err error)
	// Parameters:
	//  - Req
	CancelOperation(ctx context.Context, req *TSCancelOperationReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	CloseOperation(ctx context.Context, req *TSCloseOperationReq) (r *TSStatus, err error)
	// Parameters:
	//  - SessionId
	GetTimeZone(ctx context.Context, sessionId int64) (r *TSGetTimeZoneResp, err error)
	// Parameters:
	//  - Req
	SetTimeZone(ctx context.Context, req *TSSetTimeZoneReq) (r *TSStatus, err error)
	GetProperties(ctx context.Context) (r *ServerProperties, err error)
	// Parameters:
	//  - SessionId
	//  - StorageGroup
	SetStorageGroup(ctx context.Context, sessionId int64, storageGroup string) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	CreateTimeseries(ctx context.Context, req *TSCreateTimeseriesReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	CreateMultiTimeseries(ctx context.Context, req *TSCreateMultiTimeseriesReq) (r *TSStatus, err error)
	// Parameters:
	//  - SessionId
	//  - Path
	DeleteTimeseries(ctx context.Context, sessionId int64, path []string) (r *TSStatus, err error)
	// Parameters:
	//  - SessionId
	//  - StorageGroup
	DeleteStorageGroups(ctx context.Context, sessionId int64, storageGroup []string) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertRecord(ctx context.Context, req *TSInsertRecordReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertStringRecord(ctx context.Context, req *TSInsertStringRecordReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertTablet(ctx context.Context, req *TSInsertTabletReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertTablets(ctx context.Context, req *TSInsertTabletsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertRecords(ctx context.Context, req *TSInsertRecordsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	InsertStringRecords(ctx context.Context, req *TSInsertStringRecordsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertTablet(ctx context.Context, req *TSInsertTabletReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertTablets(ctx context.Context, req *TSInsertTabletsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertRecord(ctx context.Context, req *TSInsertRecordReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertStringRecord(ctx context.Context, req *TSInsertStringRecordReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertRecords(ctx context.Context, req *TSInsertRecordsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	TestInsertStringRecords(ctx context.Context, req *TSInsertStringRecordsReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	DeleteData(ctx context.Context, req *TSDeleteDataReq) (r *TSStatus, err error)
	// Parameters:
	//  - Req
	ExecuteRawDataQuery(ctx context.Context, req *TSRawDataQueryReq) (r *TSExecuteStatementResp, err error)
	// Parameters:
	//  - SessionId
	RequestStatementId(ctx context.Context, sessionId int64) (r int64, err error)
}

type TSIServiceCancelOperationArgs

type TSIServiceCancelOperationArgs struct {
	Req *TSCancelOperationReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceCancelOperationArgs

func NewTSIServiceCancelOperationArgs() *TSIServiceCancelOperationArgs

func (*TSIServiceCancelOperationArgs) GetReq

func (*TSIServiceCancelOperationArgs) IsSetReq

func (p *TSIServiceCancelOperationArgs) IsSetReq() bool

func (*TSIServiceCancelOperationArgs) Read

func (*TSIServiceCancelOperationArgs) ReadField1

func (p *TSIServiceCancelOperationArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceCancelOperationArgs) String

func (*TSIServiceCancelOperationArgs) Write

type TSIServiceCancelOperationResult

type TSIServiceCancelOperationResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceCancelOperationResult

func NewTSIServiceCancelOperationResult() *TSIServiceCancelOperationResult

func (*TSIServiceCancelOperationResult) GetSuccess

func (p *TSIServiceCancelOperationResult) GetSuccess() *TSStatus

func (*TSIServiceCancelOperationResult) IsSetSuccess

func (p *TSIServiceCancelOperationResult) IsSetSuccess() bool

func (*TSIServiceCancelOperationResult) Read

func (*TSIServiceCancelOperationResult) ReadField0

func (*TSIServiceCancelOperationResult) String

func (*TSIServiceCancelOperationResult) Write

type TSIServiceClient

type TSIServiceClient struct {
	// contains filtered or unexported fields
}

func NewTSIServiceClient

func NewTSIServiceClient(c thrift.TClient) *TSIServiceClient

func NewTSIServiceClientProtocol

func NewTSIServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *TSIServiceClient

func (*TSIServiceClient) CancelOperation

func (p *TSIServiceClient) CancelOperation(ctx context.Context, req *TSCancelOperationReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) Client_

func (p *TSIServiceClient) Client_() thrift.TClient

func (*TSIServiceClient) CloseOperation

func (p *TSIServiceClient) CloseOperation(ctx context.Context, req *TSCloseOperationReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) CloseSession

func (p *TSIServiceClient) CloseSession(ctx context.Context, req *TSCloseSessionReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) CreateMultiTimeseries

func (p *TSIServiceClient) CreateMultiTimeseries(ctx context.Context, req *TSCreateMultiTimeseriesReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) CreateTimeseries

func (p *TSIServiceClient) CreateTimeseries(ctx context.Context, req *TSCreateTimeseriesReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) DeleteData

func (p *TSIServiceClient) DeleteData(ctx context.Context, req *TSDeleteDataReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) DeleteStorageGroups

func (p *TSIServiceClient) DeleteStorageGroups(ctx context.Context, sessionId int64, storageGroup []string) (r *TSStatus, err error)

Parameters:

  • SessionId
  • StorageGroup

func (*TSIServiceClient) DeleteTimeseries

func (p *TSIServiceClient) DeleteTimeseries(ctx context.Context, sessionId int64, path []string) (r *TSStatus, err error)

Parameters:

  • SessionId
  • Path

func (*TSIServiceClient) ExecuteBatchStatement

func (p *TSIServiceClient) ExecuteBatchStatement(ctx context.Context, req *TSExecuteBatchStatementReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) ExecuteQueryStatement

func (p *TSIServiceClient) ExecuteQueryStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) ExecuteRawDataQuery

func (p *TSIServiceClient) ExecuteRawDataQuery(ctx context.Context, req *TSRawDataQueryReq) (r *TSExecuteStatementResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) ExecuteStatement

func (p *TSIServiceClient) ExecuteStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) ExecuteUpdateStatement

func (p *TSIServiceClient) ExecuteUpdateStatement(ctx context.Context, req *TSExecuteStatementReq) (r *TSExecuteStatementResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) FetchMetadata

func (p *TSIServiceClient) FetchMetadata(ctx context.Context, req *TSFetchMetadataReq) (r *TSFetchMetadataResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) FetchResults

func (p *TSIServiceClient) FetchResults(ctx context.Context, req *TSFetchResultsReq) (r *TSFetchResultsResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) GetProperties

func (p *TSIServiceClient) GetProperties(ctx context.Context) (r *ServerProperties, err error)

func (*TSIServiceClient) GetTimeZone

func (p *TSIServiceClient) GetTimeZone(ctx context.Context, sessionId int64) (r *TSGetTimeZoneResp, err error)

Parameters:

  • SessionId

func (*TSIServiceClient) InsertRecord

func (p *TSIServiceClient) InsertRecord(ctx context.Context, req *TSInsertRecordReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) InsertRecords

func (p *TSIServiceClient) InsertRecords(ctx context.Context, req *TSInsertRecordsReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) InsertStringRecord

func (p *TSIServiceClient) InsertStringRecord(ctx context.Context, req *TSInsertStringRecordReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) InsertStringRecords

func (p *TSIServiceClient) InsertStringRecords(ctx context.Context, req *TSInsertStringRecordsReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) InsertTablet

func (p *TSIServiceClient) InsertTablet(ctx context.Context, req *TSInsertTabletReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) InsertTablets

func (p *TSIServiceClient) InsertTablets(ctx context.Context, req *TSInsertTabletsReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) OpenSession

func (p *TSIServiceClient) OpenSession(ctx context.Context, req *TSOpenSessionReq) (r *TSOpenSessionResp, err error)

Parameters:

  • Req

func (*TSIServiceClient) RequestStatementId

func (p *TSIServiceClient) RequestStatementId(ctx context.Context, sessionId int64) (r int64, err error)

Parameters:

  • SessionId

func (*TSIServiceClient) SetStorageGroup

func (p *TSIServiceClient) SetStorageGroup(ctx context.Context, sessionId int64, storageGroup string) (r *TSStatus, err error)

Parameters:

  • SessionId
  • StorageGroup

func (*TSIServiceClient) SetTimeZone

func (p *TSIServiceClient) SetTimeZone(ctx context.Context, req *TSSetTimeZoneReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertRecord

func (p *TSIServiceClient) TestInsertRecord(ctx context.Context, req *TSInsertRecordReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertRecords

func (p *TSIServiceClient) TestInsertRecords(ctx context.Context, req *TSInsertRecordsReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertStringRecord

func (p *TSIServiceClient) TestInsertStringRecord(ctx context.Context, req *TSInsertStringRecordReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertStringRecords

func (p *TSIServiceClient) TestInsertStringRecords(ctx context.Context, req *TSInsertStringRecordsReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertTablet

func (p *TSIServiceClient) TestInsertTablet(ctx context.Context, req *TSInsertTabletReq) (r *TSStatus, err error)

Parameters:

  • Req

func (*TSIServiceClient) TestInsertTablets

func (p *TSIServiceClient) TestInsertTablets(ctx context.Context, req *TSInsertTabletsReq) (r *TSStatus, err error)

Parameters:

  • Req

type TSIServiceCloseOperationArgs

type TSIServiceCloseOperationArgs struct {
	Req *TSCloseOperationReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceCloseOperationArgs

func NewTSIServiceCloseOperationArgs() *TSIServiceCloseOperationArgs

func (*TSIServiceCloseOperationArgs) GetReq

func (*TSIServiceCloseOperationArgs) IsSetReq

func (p *TSIServiceCloseOperationArgs) IsSetReq() bool

func (*TSIServiceCloseOperationArgs) Read

func (*TSIServiceCloseOperationArgs) ReadField1

func (p *TSIServiceCloseOperationArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceCloseOperationArgs) String

func (*TSIServiceCloseOperationArgs) Write

type TSIServiceCloseOperationResult

type TSIServiceCloseOperationResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceCloseOperationResult

func NewTSIServiceCloseOperationResult() *TSIServiceCloseOperationResult

func (*TSIServiceCloseOperationResult) GetSuccess

func (p *TSIServiceCloseOperationResult) GetSuccess() *TSStatus

func (*TSIServiceCloseOperationResult) IsSetSuccess

func (p *TSIServiceCloseOperationResult) IsSetSuccess() bool

func (*TSIServiceCloseOperationResult) Read

func (*TSIServiceCloseOperationResult) ReadField0

func (*TSIServiceCloseOperationResult) String

func (*TSIServiceCloseOperationResult) Write

type TSIServiceCloseSessionArgs

type TSIServiceCloseSessionArgs struct {
	Req *TSCloseSessionReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceCloseSessionArgs

func NewTSIServiceCloseSessionArgs() *TSIServiceCloseSessionArgs

func (*TSIServiceCloseSessionArgs) GetReq

func (*TSIServiceCloseSessionArgs) IsSetReq

func (p *TSIServiceCloseSessionArgs) IsSetReq() bool

func (*TSIServiceCloseSessionArgs) Read

func (*TSIServiceCloseSessionArgs) ReadField1

func (p *TSIServiceCloseSessionArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceCloseSessionArgs) String

func (p *TSIServiceCloseSessionArgs) String() string

func (*TSIServiceCloseSessionArgs) Write

type TSIServiceCloseSessionResult

type TSIServiceCloseSessionResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceCloseSessionResult

func NewTSIServiceCloseSessionResult() *TSIServiceCloseSessionResult

func (*TSIServiceCloseSessionResult) GetSuccess

func (p *TSIServiceCloseSessionResult) GetSuccess() *TSStatus

func (*TSIServiceCloseSessionResult) IsSetSuccess

func (p *TSIServiceCloseSessionResult) IsSetSuccess() bool

func (*TSIServiceCloseSessionResult) Read

func (*TSIServiceCloseSessionResult) ReadField0

func (p *TSIServiceCloseSessionResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceCloseSessionResult) String

func (*TSIServiceCloseSessionResult) Write

type TSIServiceCreateMultiTimeseriesArgs

type TSIServiceCreateMultiTimeseriesArgs struct {
	Req *TSCreateMultiTimeseriesReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceCreateMultiTimeseriesArgs

func NewTSIServiceCreateMultiTimeseriesArgs() *TSIServiceCreateMultiTimeseriesArgs

func (*TSIServiceCreateMultiTimeseriesArgs) GetReq

func (*TSIServiceCreateMultiTimeseriesArgs) IsSetReq

func (*TSIServiceCreateMultiTimeseriesArgs) Read

func (*TSIServiceCreateMultiTimeseriesArgs) ReadField1

func (*TSIServiceCreateMultiTimeseriesArgs) String

func (*TSIServiceCreateMultiTimeseriesArgs) Write

type TSIServiceCreateMultiTimeseriesResult

type TSIServiceCreateMultiTimeseriesResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceCreateMultiTimeseriesResult

func NewTSIServiceCreateMultiTimeseriesResult() *TSIServiceCreateMultiTimeseriesResult

func (*TSIServiceCreateMultiTimeseriesResult) GetSuccess

func (*TSIServiceCreateMultiTimeseriesResult) IsSetSuccess

func (p *TSIServiceCreateMultiTimeseriesResult) IsSetSuccess() bool

func (*TSIServiceCreateMultiTimeseriesResult) Read

func (*TSIServiceCreateMultiTimeseriesResult) ReadField0

func (*TSIServiceCreateMultiTimeseriesResult) String

func (*TSIServiceCreateMultiTimeseriesResult) Write

type TSIServiceCreateTimeseriesArgs

type TSIServiceCreateTimeseriesArgs struct {
	Req *TSCreateTimeseriesReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceCreateTimeseriesArgs

func NewTSIServiceCreateTimeseriesArgs() *TSIServiceCreateTimeseriesArgs

func (*TSIServiceCreateTimeseriesArgs) GetReq

func (*TSIServiceCreateTimeseriesArgs) IsSetReq

func (p *TSIServiceCreateTimeseriesArgs) IsSetReq() bool

func (*TSIServiceCreateTimeseriesArgs) Read

func (*TSIServiceCreateTimeseriesArgs) ReadField1

func (*TSIServiceCreateTimeseriesArgs) String

func (*TSIServiceCreateTimeseriesArgs) Write

type TSIServiceCreateTimeseriesResult

type TSIServiceCreateTimeseriesResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceCreateTimeseriesResult

func NewTSIServiceCreateTimeseriesResult() *TSIServiceCreateTimeseriesResult

func (*TSIServiceCreateTimeseriesResult) GetSuccess

func (p *TSIServiceCreateTimeseriesResult) GetSuccess() *TSStatus

func (*TSIServiceCreateTimeseriesResult) IsSetSuccess

func (p *TSIServiceCreateTimeseriesResult) IsSetSuccess() bool

func (*TSIServiceCreateTimeseriesResult) Read

func (*TSIServiceCreateTimeseriesResult) ReadField0

func (*TSIServiceCreateTimeseriesResult) String

func (*TSIServiceCreateTimeseriesResult) Write

type TSIServiceDeleteDataArgs

type TSIServiceDeleteDataArgs struct {
	Req *TSDeleteDataReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceDeleteDataArgs

func NewTSIServiceDeleteDataArgs() *TSIServiceDeleteDataArgs

func (*TSIServiceDeleteDataArgs) GetReq

func (*TSIServiceDeleteDataArgs) IsSetReq

func (p *TSIServiceDeleteDataArgs) IsSetReq() bool

func (*TSIServiceDeleteDataArgs) Read

func (*TSIServiceDeleteDataArgs) ReadField1

func (p *TSIServiceDeleteDataArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceDeleteDataArgs) String

func (p *TSIServiceDeleteDataArgs) String() string

func (*TSIServiceDeleteDataArgs) Write

type TSIServiceDeleteDataResult

type TSIServiceDeleteDataResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceDeleteDataResult

func NewTSIServiceDeleteDataResult() *TSIServiceDeleteDataResult

func (*TSIServiceDeleteDataResult) GetSuccess

func (p *TSIServiceDeleteDataResult) GetSuccess() *TSStatus

func (*TSIServiceDeleteDataResult) IsSetSuccess

func (p *TSIServiceDeleteDataResult) IsSetSuccess() bool

func (*TSIServiceDeleteDataResult) Read

func (*TSIServiceDeleteDataResult) ReadField0

func (p *TSIServiceDeleteDataResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceDeleteDataResult) String

func (p *TSIServiceDeleteDataResult) String() string

func (*TSIServiceDeleteDataResult) Write

type TSIServiceDeleteStorageGroupsArgs

type TSIServiceDeleteStorageGroupsArgs struct {
	SessionId    int64    `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
	StorageGroup []string `thrift:"storageGroup,2" db:"storageGroup" json:"storageGroup"`
}

Attributes:

  • SessionId
  • StorageGroup

func NewTSIServiceDeleteStorageGroupsArgs

func NewTSIServiceDeleteStorageGroupsArgs() *TSIServiceDeleteStorageGroupsArgs

func (*TSIServiceDeleteStorageGroupsArgs) GetSessionId

func (p *TSIServiceDeleteStorageGroupsArgs) GetSessionId() int64

func (*TSIServiceDeleteStorageGroupsArgs) GetStorageGroup

func (p *TSIServiceDeleteStorageGroupsArgs) GetStorageGroup() []string

func (*TSIServiceDeleteStorageGroupsArgs) Read

func (*TSIServiceDeleteStorageGroupsArgs) ReadField1

func (*TSIServiceDeleteStorageGroupsArgs) ReadField2

func (*TSIServiceDeleteStorageGroupsArgs) String

func (*TSIServiceDeleteStorageGroupsArgs) Write

type TSIServiceDeleteStorageGroupsResult

type TSIServiceDeleteStorageGroupsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceDeleteStorageGroupsResult

func NewTSIServiceDeleteStorageGroupsResult() *TSIServiceDeleteStorageGroupsResult

func (*TSIServiceDeleteStorageGroupsResult) GetSuccess

func (*TSIServiceDeleteStorageGroupsResult) IsSetSuccess

func (p *TSIServiceDeleteStorageGroupsResult) IsSetSuccess() bool

func (*TSIServiceDeleteStorageGroupsResult) Read

func (*TSIServiceDeleteStorageGroupsResult) ReadField0

func (*TSIServiceDeleteStorageGroupsResult) String

func (*TSIServiceDeleteStorageGroupsResult) Write

type TSIServiceDeleteTimeseriesArgs

type TSIServiceDeleteTimeseriesArgs struct {
	SessionId int64    `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
	Path      []string `thrift:"path,2" db:"path" json:"path"`
}

Attributes:

  • SessionId
  • Path

func NewTSIServiceDeleteTimeseriesArgs

func NewTSIServiceDeleteTimeseriesArgs() *TSIServiceDeleteTimeseriesArgs

func (*TSIServiceDeleteTimeseriesArgs) GetPath

func (p *TSIServiceDeleteTimeseriesArgs) GetPath() []string

func (*TSIServiceDeleteTimeseriesArgs) GetSessionId

func (p *TSIServiceDeleteTimeseriesArgs) GetSessionId() int64

func (*TSIServiceDeleteTimeseriesArgs) Read

func (*TSIServiceDeleteTimeseriesArgs) ReadField1

func (*TSIServiceDeleteTimeseriesArgs) ReadField2

func (*TSIServiceDeleteTimeseriesArgs) String

func (*TSIServiceDeleteTimeseriesArgs) Write

type TSIServiceDeleteTimeseriesResult

type TSIServiceDeleteTimeseriesResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceDeleteTimeseriesResult

func NewTSIServiceDeleteTimeseriesResult() *TSIServiceDeleteTimeseriesResult

func (*TSIServiceDeleteTimeseriesResult) GetSuccess

func (p *TSIServiceDeleteTimeseriesResult) GetSuccess() *TSStatus

func (*TSIServiceDeleteTimeseriesResult) IsSetSuccess

func (p *TSIServiceDeleteTimeseriesResult) IsSetSuccess() bool

func (*TSIServiceDeleteTimeseriesResult) Read

func (*TSIServiceDeleteTimeseriesResult) ReadField0

func (*TSIServiceDeleteTimeseriesResult) String

func (*TSIServiceDeleteTimeseriesResult) Write

type TSIServiceExecuteBatchStatementArgs

type TSIServiceExecuteBatchStatementArgs struct {
	Req *TSExecuteBatchStatementReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceExecuteBatchStatementArgs

func NewTSIServiceExecuteBatchStatementArgs() *TSIServiceExecuteBatchStatementArgs

func (*TSIServiceExecuteBatchStatementArgs) GetReq

func (*TSIServiceExecuteBatchStatementArgs) IsSetReq

func (*TSIServiceExecuteBatchStatementArgs) Read

func (*TSIServiceExecuteBatchStatementArgs) ReadField1

func (*TSIServiceExecuteBatchStatementArgs) String

func (*TSIServiceExecuteBatchStatementArgs) Write

type TSIServiceExecuteBatchStatementResult

type TSIServiceExecuteBatchStatementResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceExecuteBatchStatementResult

func NewTSIServiceExecuteBatchStatementResult() *TSIServiceExecuteBatchStatementResult

func (*TSIServiceExecuteBatchStatementResult) GetSuccess

func (*TSIServiceExecuteBatchStatementResult) IsSetSuccess

func (p *TSIServiceExecuteBatchStatementResult) IsSetSuccess() bool

func (*TSIServiceExecuteBatchStatementResult) Read

func (*TSIServiceExecuteBatchStatementResult) ReadField0

func (*TSIServiceExecuteBatchStatementResult) String

func (*TSIServiceExecuteBatchStatementResult) Write

type TSIServiceExecuteQueryStatementArgs

type TSIServiceExecuteQueryStatementArgs struct {
	Req *TSExecuteStatementReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceExecuteQueryStatementArgs

func NewTSIServiceExecuteQueryStatementArgs() *TSIServiceExecuteQueryStatementArgs

func (*TSIServiceExecuteQueryStatementArgs) GetReq

func (*TSIServiceExecuteQueryStatementArgs) IsSetReq

func (*TSIServiceExecuteQueryStatementArgs) Read

func (*TSIServiceExecuteQueryStatementArgs) ReadField1

func (*TSIServiceExecuteQueryStatementArgs) String

func (*TSIServiceExecuteQueryStatementArgs) Write

type TSIServiceExecuteQueryStatementResult

type TSIServiceExecuteQueryStatementResult struct {
	Success *TSExecuteStatementResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceExecuteQueryStatementResult

func NewTSIServiceExecuteQueryStatementResult() *TSIServiceExecuteQueryStatementResult

func (*TSIServiceExecuteQueryStatementResult) GetSuccess

func (*TSIServiceExecuteQueryStatementResult) IsSetSuccess

func (p *TSIServiceExecuteQueryStatementResult) IsSetSuccess() bool

func (*TSIServiceExecuteQueryStatementResult) Read

func (*TSIServiceExecuteQueryStatementResult) ReadField0

func (*TSIServiceExecuteQueryStatementResult) String

func (*TSIServiceExecuteQueryStatementResult) Write

type TSIServiceExecuteRawDataQueryArgs

type TSIServiceExecuteRawDataQueryArgs struct {
	Req *TSRawDataQueryReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceExecuteRawDataQueryArgs

func NewTSIServiceExecuteRawDataQueryArgs() *TSIServiceExecuteRawDataQueryArgs

func (*TSIServiceExecuteRawDataQueryArgs) GetReq

func (*TSIServiceExecuteRawDataQueryArgs) IsSetReq

func (*TSIServiceExecuteRawDataQueryArgs) Read

func (*TSIServiceExecuteRawDataQueryArgs) ReadField1

func (*TSIServiceExecuteRawDataQueryArgs) String

func (*TSIServiceExecuteRawDataQueryArgs) Write

type TSIServiceExecuteRawDataQueryResult

type TSIServiceExecuteRawDataQueryResult struct {
	Success *TSExecuteStatementResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceExecuteRawDataQueryResult

func NewTSIServiceExecuteRawDataQueryResult() *TSIServiceExecuteRawDataQueryResult

func (*TSIServiceExecuteRawDataQueryResult) GetSuccess

func (*TSIServiceExecuteRawDataQueryResult) IsSetSuccess

func (p *TSIServiceExecuteRawDataQueryResult) IsSetSuccess() bool

func (*TSIServiceExecuteRawDataQueryResult) Read

func (*TSIServiceExecuteRawDataQueryResult) ReadField0

func (*TSIServiceExecuteRawDataQueryResult) String

func (*TSIServiceExecuteRawDataQueryResult) Write

type TSIServiceExecuteStatementArgs

type TSIServiceExecuteStatementArgs struct {
	Req *TSExecuteStatementReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceExecuteStatementArgs

func NewTSIServiceExecuteStatementArgs() *TSIServiceExecuteStatementArgs

func (*TSIServiceExecuteStatementArgs) GetReq

func (*TSIServiceExecuteStatementArgs) IsSetReq

func (p *TSIServiceExecuteStatementArgs) IsSetReq() bool

func (*TSIServiceExecuteStatementArgs) Read

func (*TSIServiceExecuteStatementArgs) ReadField1

func (*TSIServiceExecuteStatementArgs) String

func (*TSIServiceExecuteStatementArgs) Write

type TSIServiceExecuteStatementResult

type TSIServiceExecuteStatementResult struct {
	Success *TSExecuteStatementResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceExecuteStatementResult

func NewTSIServiceExecuteStatementResult() *TSIServiceExecuteStatementResult

func (*TSIServiceExecuteStatementResult) GetSuccess

func (*TSIServiceExecuteStatementResult) IsSetSuccess

func (p *TSIServiceExecuteStatementResult) IsSetSuccess() bool

func (*TSIServiceExecuteStatementResult) Read

func (*TSIServiceExecuteStatementResult) ReadField0

func (*TSIServiceExecuteStatementResult) String

func (*TSIServiceExecuteStatementResult) Write

type TSIServiceExecuteUpdateStatementArgs

type TSIServiceExecuteUpdateStatementArgs struct {
	Req *TSExecuteStatementReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceExecuteUpdateStatementArgs

func NewTSIServiceExecuteUpdateStatementArgs() *TSIServiceExecuteUpdateStatementArgs

func (*TSIServiceExecuteUpdateStatementArgs) GetReq

func (*TSIServiceExecuteUpdateStatementArgs) IsSetReq

func (*TSIServiceExecuteUpdateStatementArgs) Read

func (*TSIServiceExecuteUpdateStatementArgs) ReadField1

func (*TSIServiceExecuteUpdateStatementArgs) String

func (*TSIServiceExecuteUpdateStatementArgs) Write

type TSIServiceExecuteUpdateStatementResult

type TSIServiceExecuteUpdateStatementResult struct {
	Success *TSExecuteStatementResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceExecuteUpdateStatementResult

func NewTSIServiceExecuteUpdateStatementResult() *TSIServiceExecuteUpdateStatementResult

func (*TSIServiceExecuteUpdateStatementResult) GetSuccess

func (*TSIServiceExecuteUpdateStatementResult) IsSetSuccess

func (p *TSIServiceExecuteUpdateStatementResult) IsSetSuccess() bool

func (*TSIServiceExecuteUpdateStatementResult) Read

func (*TSIServiceExecuteUpdateStatementResult) ReadField0

func (*TSIServiceExecuteUpdateStatementResult) String

func (*TSIServiceExecuteUpdateStatementResult) Write

type TSIServiceFetchMetadataArgs

type TSIServiceFetchMetadataArgs struct {
	Req *TSFetchMetadataReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceFetchMetadataArgs

func NewTSIServiceFetchMetadataArgs() *TSIServiceFetchMetadataArgs

func (*TSIServiceFetchMetadataArgs) GetReq

func (*TSIServiceFetchMetadataArgs) IsSetReq

func (p *TSIServiceFetchMetadataArgs) IsSetReq() bool

func (*TSIServiceFetchMetadataArgs) Read

func (*TSIServiceFetchMetadataArgs) ReadField1

func (p *TSIServiceFetchMetadataArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceFetchMetadataArgs) String

func (p *TSIServiceFetchMetadataArgs) String() string

func (*TSIServiceFetchMetadataArgs) Write

type TSIServiceFetchMetadataResult

type TSIServiceFetchMetadataResult struct {
	Success *TSFetchMetadataResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceFetchMetadataResult

func NewTSIServiceFetchMetadataResult() *TSIServiceFetchMetadataResult

func (*TSIServiceFetchMetadataResult) GetSuccess

func (*TSIServiceFetchMetadataResult) IsSetSuccess

func (p *TSIServiceFetchMetadataResult) IsSetSuccess() bool

func (*TSIServiceFetchMetadataResult) Read

func (*TSIServiceFetchMetadataResult) ReadField0

func (p *TSIServiceFetchMetadataResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceFetchMetadataResult) String

func (*TSIServiceFetchMetadataResult) Write

type TSIServiceFetchResultsArgs

type TSIServiceFetchResultsArgs struct {
	Req *TSFetchResultsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceFetchResultsArgs

func NewTSIServiceFetchResultsArgs() *TSIServiceFetchResultsArgs

func (*TSIServiceFetchResultsArgs) GetReq

func (*TSIServiceFetchResultsArgs) IsSetReq

func (p *TSIServiceFetchResultsArgs) IsSetReq() bool

func (*TSIServiceFetchResultsArgs) Read

func (*TSIServiceFetchResultsArgs) ReadField1

func (p *TSIServiceFetchResultsArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceFetchResultsArgs) String

func (p *TSIServiceFetchResultsArgs) String() string

func (*TSIServiceFetchResultsArgs) Write

type TSIServiceFetchResultsResult

type TSIServiceFetchResultsResult struct {
	Success *TSFetchResultsResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceFetchResultsResult

func NewTSIServiceFetchResultsResult() *TSIServiceFetchResultsResult

func (*TSIServiceFetchResultsResult) GetSuccess

func (*TSIServiceFetchResultsResult) IsSetSuccess

func (p *TSIServiceFetchResultsResult) IsSetSuccess() bool

func (*TSIServiceFetchResultsResult) Read

func (*TSIServiceFetchResultsResult) ReadField0

func (p *TSIServiceFetchResultsResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceFetchResultsResult) String

func (*TSIServiceFetchResultsResult) Write

type TSIServiceGetPropertiesArgs

type TSIServiceGetPropertiesArgs struct {
}

func NewTSIServiceGetPropertiesArgs

func NewTSIServiceGetPropertiesArgs() *TSIServiceGetPropertiesArgs

func (*TSIServiceGetPropertiesArgs) Read

func (*TSIServiceGetPropertiesArgs) String

func (p *TSIServiceGetPropertiesArgs) String() string

func (*TSIServiceGetPropertiesArgs) Write

type TSIServiceGetPropertiesResult

type TSIServiceGetPropertiesResult struct {
	Success *ServerProperties `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceGetPropertiesResult

func NewTSIServiceGetPropertiesResult() *TSIServiceGetPropertiesResult

func (*TSIServiceGetPropertiesResult) GetSuccess

func (*TSIServiceGetPropertiesResult) IsSetSuccess

func (p *TSIServiceGetPropertiesResult) IsSetSuccess() bool

func (*TSIServiceGetPropertiesResult) Read

func (*TSIServiceGetPropertiesResult) ReadField0

func (p *TSIServiceGetPropertiesResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceGetPropertiesResult) String

func (*TSIServiceGetPropertiesResult) Write

type TSIServiceGetTimeZoneArgs

type TSIServiceGetTimeZoneArgs struct {
	SessionId int64 `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTSIServiceGetTimeZoneArgs

func NewTSIServiceGetTimeZoneArgs() *TSIServiceGetTimeZoneArgs

func (*TSIServiceGetTimeZoneArgs) GetSessionId

func (p *TSIServiceGetTimeZoneArgs) GetSessionId() int64

func (*TSIServiceGetTimeZoneArgs) Read

func (*TSIServiceGetTimeZoneArgs) ReadField1

func (p *TSIServiceGetTimeZoneArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceGetTimeZoneArgs) String

func (p *TSIServiceGetTimeZoneArgs) String() string

func (*TSIServiceGetTimeZoneArgs) Write

type TSIServiceGetTimeZoneResult

type TSIServiceGetTimeZoneResult struct {
	Success *TSGetTimeZoneResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceGetTimeZoneResult

func NewTSIServiceGetTimeZoneResult() *TSIServiceGetTimeZoneResult

func (*TSIServiceGetTimeZoneResult) GetSuccess

func (*TSIServiceGetTimeZoneResult) IsSetSuccess

func (p *TSIServiceGetTimeZoneResult) IsSetSuccess() bool

func (*TSIServiceGetTimeZoneResult) Read

func (*TSIServiceGetTimeZoneResult) ReadField0

func (p *TSIServiceGetTimeZoneResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceGetTimeZoneResult) String

func (p *TSIServiceGetTimeZoneResult) String() string

func (*TSIServiceGetTimeZoneResult) Write

type TSIServiceInsertRecordArgs

type TSIServiceInsertRecordArgs struct {
	Req *TSInsertRecordReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertRecordArgs

func NewTSIServiceInsertRecordArgs() *TSIServiceInsertRecordArgs

func (*TSIServiceInsertRecordArgs) GetReq

func (*TSIServiceInsertRecordArgs) IsSetReq

func (p *TSIServiceInsertRecordArgs) IsSetReq() bool

func (*TSIServiceInsertRecordArgs) Read

func (*TSIServiceInsertRecordArgs) ReadField1

func (p *TSIServiceInsertRecordArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceInsertRecordArgs) String

func (p *TSIServiceInsertRecordArgs) String() string

func (*TSIServiceInsertRecordArgs) Write

type TSIServiceInsertRecordResult

type TSIServiceInsertRecordResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertRecordResult

func NewTSIServiceInsertRecordResult() *TSIServiceInsertRecordResult

func (*TSIServiceInsertRecordResult) GetSuccess

func (p *TSIServiceInsertRecordResult) GetSuccess() *TSStatus

func (*TSIServiceInsertRecordResult) IsSetSuccess

func (p *TSIServiceInsertRecordResult) IsSetSuccess() bool

func (*TSIServiceInsertRecordResult) Read

func (*TSIServiceInsertRecordResult) ReadField0

func (p *TSIServiceInsertRecordResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceInsertRecordResult) String

func (*TSIServiceInsertRecordResult) Write

type TSIServiceInsertRecordsArgs

type TSIServiceInsertRecordsArgs struct {
	Req *TSInsertRecordsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertRecordsArgs

func NewTSIServiceInsertRecordsArgs() *TSIServiceInsertRecordsArgs

func (*TSIServiceInsertRecordsArgs) GetReq

func (*TSIServiceInsertRecordsArgs) IsSetReq

func (p *TSIServiceInsertRecordsArgs) IsSetReq() bool

func (*TSIServiceInsertRecordsArgs) Read

func (*TSIServiceInsertRecordsArgs) ReadField1

func (p *TSIServiceInsertRecordsArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceInsertRecordsArgs) String

func (p *TSIServiceInsertRecordsArgs) String() string

func (*TSIServiceInsertRecordsArgs) Write

type TSIServiceInsertRecordsResult

type TSIServiceInsertRecordsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertRecordsResult

func NewTSIServiceInsertRecordsResult() *TSIServiceInsertRecordsResult

func (*TSIServiceInsertRecordsResult) GetSuccess

func (p *TSIServiceInsertRecordsResult) GetSuccess() *TSStatus

func (*TSIServiceInsertRecordsResult) IsSetSuccess

func (p *TSIServiceInsertRecordsResult) IsSetSuccess() bool

func (*TSIServiceInsertRecordsResult) Read

func (*TSIServiceInsertRecordsResult) ReadField0

func (p *TSIServiceInsertRecordsResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceInsertRecordsResult) String

func (*TSIServiceInsertRecordsResult) Write

type TSIServiceInsertStringRecordArgs

type TSIServiceInsertStringRecordArgs struct {
	Req *TSInsertStringRecordReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertStringRecordArgs

func NewTSIServiceInsertStringRecordArgs() *TSIServiceInsertStringRecordArgs

func (*TSIServiceInsertStringRecordArgs) GetReq

func (*TSIServiceInsertStringRecordArgs) IsSetReq

func (p *TSIServiceInsertStringRecordArgs) IsSetReq() bool

func (*TSIServiceInsertStringRecordArgs) Read

func (*TSIServiceInsertStringRecordArgs) ReadField1

func (*TSIServiceInsertStringRecordArgs) String

func (*TSIServiceInsertStringRecordArgs) Write

type TSIServiceInsertStringRecordResult

type TSIServiceInsertStringRecordResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertStringRecordResult

func NewTSIServiceInsertStringRecordResult() *TSIServiceInsertStringRecordResult

func (*TSIServiceInsertStringRecordResult) GetSuccess

func (*TSIServiceInsertStringRecordResult) IsSetSuccess

func (p *TSIServiceInsertStringRecordResult) IsSetSuccess() bool

func (*TSIServiceInsertStringRecordResult) Read

func (*TSIServiceInsertStringRecordResult) ReadField0

func (*TSIServiceInsertStringRecordResult) String

func (*TSIServiceInsertStringRecordResult) Write

type TSIServiceInsertStringRecordsArgs

type TSIServiceInsertStringRecordsArgs struct {
	Req *TSInsertStringRecordsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertStringRecordsArgs

func NewTSIServiceInsertStringRecordsArgs() *TSIServiceInsertStringRecordsArgs

func (*TSIServiceInsertStringRecordsArgs) GetReq

func (*TSIServiceInsertStringRecordsArgs) IsSetReq

func (*TSIServiceInsertStringRecordsArgs) Read

func (*TSIServiceInsertStringRecordsArgs) ReadField1

func (*TSIServiceInsertStringRecordsArgs) String

func (*TSIServiceInsertStringRecordsArgs) Write

type TSIServiceInsertStringRecordsResult

type TSIServiceInsertStringRecordsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertStringRecordsResult

func NewTSIServiceInsertStringRecordsResult() *TSIServiceInsertStringRecordsResult

func (*TSIServiceInsertStringRecordsResult) GetSuccess

func (*TSIServiceInsertStringRecordsResult) IsSetSuccess

func (p *TSIServiceInsertStringRecordsResult) IsSetSuccess() bool

func (*TSIServiceInsertStringRecordsResult) Read

func (*TSIServiceInsertStringRecordsResult) ReadField0

func (*TSIServiceInsertStringRecordsResult) String

func (*TSIServiceInsertStringRecordsResult) Write

type TSIServiceInsertTabletArgs

type TSIServiceInsertTabletArgs struct {
	Req *TSInsertTabletReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertTabletArgs

func NewTSIServiceInsertTabletArgs() *TSIServiceInsertTabletArgs

func (*TSIServiceInsertTabletArgs) GetReq

func (*TSIServiceInsertTabletArgs) IsSetReq

func (p *TSIServiceInsertTabletArgs) IsSetReq() bool

func (*TSIServiceInsertTabletArgs) Read

func (*TSIServiceInsertTabletArgs) ReadField1

func (p *TSIServiceInsertTabletArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceInsertTabletArgs) String

func (p *TSIServiceInsertTabletArgs) String() string

func (*TSIServiceInsertTabletArgs) Write

type TSIServiceInsertTabletResult

type TSIServiceInsertTabletResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertTabletResult

func NewTSIServiceInsertTabletResult() *TSIServiceInsertTabletResult

func (*TSIServiceInsertTabletResult) GetSuccess

func (p *TSIServiceInsertTabletResult) GetSuccess() *TSStatus

func (*TSIServiceInsertTabletResult) IsSetSuccess

func (p *TSIServiceInsertTabletResult) IsSetSuccess() bool

func (*TSIServiceInsertTabletResult) Read

func (*TSIServiceInsertTabletResult) ReadField0

func (p *TSIServiceInsertTabletResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceInsertTabletResult) String

func (*TSIServiceInsertTabletResult) Write

type TSIServiceInsertTabletsArgs

type TSIServiceInsertTabletsArgs struct {
	Req *TSInsertTabletsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceInsertTabletsArgs

func NewTSIServiceInsertTabletsArgs() *TSIServiceInsertTabletsArgs

func (*TSIServiceInsertTabletsArgs) GetReq

func (*TSIServiceInsertTabletsArgs) IsSetReq

func (p *TSIServiceInsertTabletsArgs) IsSetReq() bool

func (*TSIServiceInsertTabletsArgs) Read

func (*TSIServiceInsertTabletsArgs) ReadField1

func (p *TSIServiceInsertTabletsArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceInsertTabletsArgs) String

func (p *TSIServiceInsertTabletsArgs) String() string

func (*TSIServiceInsertTabletsArgs) Write

type TSIServiceInsertTabletsResult

type TSIServiceInsertTabletsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceInsertTabletsResult

func NewTSIServiceInsertTabletsResult() *TSIServiceInsertTabletsResult

func (*TSIServiceInsertTabletsResult) GetSuccess

func (p *TSIServiceInsertTabletsResult) GetSuccess() *TSStatus

func (*TSIServiceInsertTabletsResult) IsSetSuccess

func (p *TSIServiceInsertTabletsResult) IsSetSuccess() bool

func (*TSIServiceInsertTabletsResult) Read

func (*TSIServiceInsertTabletsResult) ReadField0

func (p *TSIServiceInsertTabletsResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceInsertTabletsResult) String

func (*TSIServiceInsertTabletsResult) Write

type TSIServiceOpenSessionArgs

type TSIServiceOpenSessionArgs struct {
	Req *TSOpenSessionReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceOpenSessionArgs

func NewTSIServiceOpenSessionArgs() *TSIServiceOpenSessionArgs

func (*TSIServiceOpenSessionArgs) GetReq

func (*TSIServiceOpenSessionArgs) IsSetReq

func (p *TSIServiceOpenSessionArgs) IsSetReq() bool

func (*TSIServiceOpenSessionArgs) Read

func (*TSIServiceOpenSessionArgs) ReadField1

func (p *TSIServiceOpenSessionArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceOpenSessionArgs) String

func (p *TSIServiceOpenSessionArgs) String() string

func (*TSIServiceOpenSessionArgs) Write

type TSIServiceOpenSessionResult

type TSIServiceOpenSessionResult struct {
	Success *TSOpenSessionResp `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceOpenSessionResult

func NewTSIServiceOpenSessionResult() *TSIServiceOpenSessionResult

func (*TSIServiceOpenSessionResult) GetSuccess

func (*TSIServiceOpenSessionResult) IsSetSuccess

func (p *TSIServiceOpenSessionResult) IsSetSuccess() bool

func (*TSIServiceOpenSessionResult) Read

func (*TSIServiceOpenSessionResult) ReadField0

func (p *TSIServiceOpenSessionResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceOpenSessionResult) String

func (p *TSIServiceOpenSessionResult) String() string

func (*TSIServiceOpenSessionResult) Write

type TSIServiceProcessor

type TSIServiceProcessor struct {
	// contains filtered or unexported fields
}

func NewTSIServiceProcessor

func NewTSIServiceProcessor(handler TSIService) *TSIServiceProcessor

func (*TSIServiceProcessor) AddToProcessorMap

func (p *TSIServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*TSIServiceProcessor) GetProcessorFunction

func (p *TSIServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*TSIServiceProcessor) Process

func (p *TSIServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*TSIServiceProcessor) ProcessorMap

func (p *TSIServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction

type TSIServiceRequestStatementIdArgs

type TSIServiceRequestStatementIdArgs struct {
	SessionId int64 `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
}

Attributes:

  • SessionId

func NewTSIServiceRequestStatementIdArgs

func NewTSIServiceRequestStatementIdArgs() *TSIServiceRequestStatementIdArgs

func (*TSIServiceRequestStatementIdArgs) GetSessionId

func (p *TSIServiceRequestStatementIdArgs) GetSessionId() int64

func (*TSIServiceRequestStatementIdArgs) Read

func (*TSIServiceRequestStatementIdArgs) ReadField1

func (*TSIServiceRequestStatementIdArgs) String

func (*TSIServiceRequestStatementIdArgs) Write

type TSIServiceRequestStatementIdResult

type TSIServiceRequestStatementIdResult struct {
	Success *int64 `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceRequestStatementIdResult

func NewTSIServiceRequestStatementIdResult() *TSIServiceRequestStatementIdResult

func (*TSIServiceRequestStatementIdResult) GetSuccess

func (p *TSIServiceRequestStatementIdResult) GetSuccess() int64

func (*TSIServiceRequestStatementIdResult) IsSetSuccess

func (p *TSIServiceRequestStatementIdResult) IsSetSuccess() bool

func (*TSIServiceRequestStatementIdResult) Read

func (*TSIServiceRequestStatementIdResult) ReadField0

func (*TSIServiceRequestStatementIdResult) String

func (*TSIServiceRequestStatementIdResult) Write

type TSIServiceSetStorageGroupArgs

type TSIServiceSetStorageGroupArgs struct {
	SessionId    int64  `thrift:"sessionId,1" db:"sessionId" json:"sessionId"`
	StorageGroup string `thrift:"storageGroup,2" db:"storageGroup" json:"storageGroup"`
}

Attributes:

  • SessionId
  • StorageGroup

func NewTSIServiceSetStorageGroupArgs

func NewTSIServiceSetStorageGroupArgs() *TSIServiceSetStorageGroupArgs

func (*TSIServiceSetStorageGroupArgs) GetSessionId

func (p *TSIServiceSetStorageGroupArgs) GetSessionId() int64

func (*TSIServiceSetStorageGroupArgs) GetStorageGroup

func (p *TSIServiceSetStorageGroupArgs) GetStorageGroup() string

func (*TSIServiceSetStorageGroupArgs) Read

func (*TSIServiceSetStorageGroupArgs) ReadField1

func (p *TSIServiceSetStorageGroupArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceSetStorageGroupArgs) ReadField2

func (p *TSIServiceSetStorageGroupArgs) ReadField2(iprot thrift.TProtocol) error

func (*TSIServiceSetStorageGroupArgs) String

func (*TSIServiceSetStorageGroupArgs) Write

type TSIServiceSetStorageGroupResult

type TSIServiceSetStorageGroupResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceSetStorageGroupResult

func NewTSIServiceSetStorageGroupResult() *TSIServiceSetStorageGroupResult

func (*TSIServiceSetStorageGroupResult) GetSuccess

func (p *TSIServiceSetStorageGroupResult) GetSuccess() *TSStatus

func (*TSIServiceSetStorageGroupResult) IsSetSuccess

func (p *TSIServiceSetStorageGroupResult) IsSetSuccess() bool

func (*TSIServiceSetStorageGroupResult) Read

func (*TSIServiceSetStorageGroupResult) ReadField0

func (*TSIServiceSetStorageGroupResult) String

func (*TSIServiceSetStorageGroupResult) Write

type TSIServiceSetTimeZoneArgs

type TSIServiceSetTimeZoneArgs struct {
	Req *TSSetTimeZoneReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceSetTimeZoneArgs

func NewTSIServiceSetTimeZoneArgs() *TSIServiceSetTimeZoneArgs

func (*TSIServiceSetTimeZoneArgs) GetReq

func (*TSIServiceSetTimeZoneArgs) IsSetReq

func (p *TSIServiceSetTimeZoneArgs) IsSetReq() bool

func (*TSIServiceSetTimeZoneArgs) Read

func (*TSIServiceSetTimeZoneArgs) ReadField1

func (p *TSIServiceSetTimeZoneArgs) ReadField1(iprot thrift.TProtocol) error

func (*TSIServiceSetTimeZoneArgs) String

func (p *TSIServiceSetTimeZoneArgs) String() string

func (*TSIServiceSetTimeZoneArgs) Write

type TSIServiceSetTimeZoneResult

type TSIServiceSetTimeZoneResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceSetTimeZoneResult

func NewTSIServiceSetTimeZoneResult() *TSIServiceSetTimeZoneResult

func (*TSIServiceSetTimeZoneResult) GetSuccess

func (p *TSIServiceSetTimeZoneResult) GetSuccess() *TSStatus

func (*TSIServiceSetTimeZoneResult) IsSetSuccess

func (p *TSIServiceSetTimeZoneResult) IsSetSuccess() bool

func (*TSIServiceSetTimeZoneResult) Read

func (*TSIServiceSetTimeZoneResult) ReadField0

func (p *TSIServiceSetTimeZoneResult) ReadField0(iprot thrift.TProtocol) error

func (*TSIServiceSetTimeZoneResult) String

func (p *TSIServiceSetTimeZoneResult) String() string

func (*TSIServiceSetTimeZoneResult) Write

type TSIServiceTestInsertRecordArgs

type TSIServiceTestInsertRecordArgs struct {
	Req *TSInsertRecordReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertRecordArgs

func NewTSIServiceTestInsertRecordArgs() *TSIServiceTestInsertRecordArgs

func (*TSIServiceTestInsertRecordArgs) GetReq

func (*TSIServiceTestInsertRecordArgs) IsSetReq

func (p *TSIServiceTestInsertRecordArgs) IsSetReq() bool

func (*TSIServiceTestInsertRecordArgs) Read

func (*TSIServiceTestInsertRecordArgs) ReadField1

func (*TSIServiceTestInsertRecordArgs) String

func (*TSIServiceTestInsertRecordArgs) Write

type TSIServiceTestInsertRecordResult

type TSIServiceTestInsertRecordResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertRecordResult

func NewTSIServiceTestInsertRecordResult() *TSIServiceTestInsertRecordResult

func (*TSIServiceTestInsertRecordResult) GetSuccess

func (p *TSIServiceTestInsertRecordResult) GetSuccess() *TSStatus

func (*TSIServiceTestInsertRecordResult) IsSetSuccess

func (p *TSIServiceTestInsertRecordResult) IsSetSuccess() bool

func (*TSIServiceTestInsertRecordResult) Read

func (*TSIServiceTestInsertRecordResult) ReadField0

func (*TSIServiceTestInsertRecordResult) String

func (*TSIServiceTestInsertRecordResult) Write

type TSIServiceTestInsertRecordsArgs

type TSIServiceTestInsertRecordsArgs struct {
	Req *TSInsertRecordsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertRecordsArgs

func NewTSIServiceTestInsertRecordsArgs() *TSIServiceTestInsertRecordsArgs

func (*TSIServiceTestInsertRecordsArgs) GetReq

func (*TSIServiceTestInsertRecordsArgs) IsSetReq

func (p *TSIServiceTestInsertRecordsArgs) IsSetReq() bool

func (*TSIServiceTestInsertRecordsArgs) Read

func (*TSIServiceTestInsertRecordsArgs) ReadField1

func (*TSIServiceTestInsertRecordsArgs) String

func (*TSIServiceTestInsertRecordsArgs) Write

type TSIServiceTestInsertRecordsResult

type TSIServiceTestInsertRecordsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertRecordsResult

func NewTSIServiceTestInsertRecordsResult() *TSIServiceTestInsertRecordsResult

func (*TSIServiceTestInsertRecordsResult) GetSuccess

func (*TSIServiceTestInsertRecordsResult) IsSetSuccess

func (p *TSIServiceTestInsertRecordsResult) IsSetSuccess() bool

func (*TSIServiceTestInsertRecordsResult) Read

func (*TSIServiceTestInsertRecordsResult) ReadField0

func (*TSIServiceTestInsertRecordsResult) String

func (*TSIServiceTestInsertRecordsResult) Write

type TSIServiceTestInsertStringRecordArgs

type TSIServiceTestInsertStringRecordArgs struct {
	Req *TSInsertStringRecordReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertStringRecordArgs

func NewTSIServiceTestInsertStringRecordArgs() *TSIServiceTestInsertStringRecordArgs

func (*TSIServiceTestInsertStringRecordArgs) GetReq

func (*TSIServiceTestInsertStringRecordArgs) IsSetReq

func (*TSIServiceTestInsertStringRecordArgs) Read

func (*TSIServiceTestInsertStringRecordArgs) ReadField1

func (*TSIServiceTestInsertStringRecordArgs) String

func (*TSIServiceTestInsertStringRecordArgs) Write

type TSIServiceTestInsertStringRecordResult

type TSIServiceTestInsertStringRecordResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertStringRecordResult

func NewTSIServiceTestInsertStringRecordResult() *TSIServiceTestInsertStringRecordResult

func (*TSIServiceTestInsertStringRecordResult) GetSuccess

func (*TSIServiceTestInsertStringRecordResult) IsSetSuccess

func (p *TSIServiceTestInsertStringRecordResult) IsSetSuccess() bool

func (*TSIServiceTestInsertStringRecordResult) Read

func (*TSIServiceTestInsertStringRecordResult) ReadField0

func (*TSIServiceTestInsertStringRecordResult) String

func (*TSIServiceTestInsertStringRecordResult) Write

type TSIServiceTestInsertStringRecordsArgs

type TSIServiceTestInsertStringRecordsArgs struct {
	Req *TSInsertStringRecordsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertStringRecordsArgs

func NewTSIServiceTestInsertStringRecordsArgs() *TSIServiceTestInsertStringRecordsArgs

func (*TSIServiceTestInsertStringRecordsArgs) GetReq

func (*TSIServiceTestInsertStringRecordsArgs) IsSetReq

func (*TSIServiceTestInsertStringRecordsArgs) Read

func (*TSIServiceTestInsertStringRecordsArgs) ReadField1

func (*TSIServiceTestInsertStringRecordsArgs) String

func (*TSIServiceTestInsertStringRecordsArgs) Write

type TSIServiceTestInsertStringRecordsResult

type TSIServiceTestInsertStringRecordsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertStringRecordsResult

func NewTSIServiceTestInsertStringRecordsResult() *TSIServiceTestInsertStringRecordsResult

func (*TSIServiceTestInsertStringRecordsResult) GetSuccess

func (*TSIServiceTestInsertStringRecordsResult) IsSetSuccess

func (*TSIServiceTestInsertStringRecordsResult) Read

func (*TSIServiceTestInsertStringRecordsResult) ReadField0

func (*TSIServiceTestInsertStringRecordsResult) String

func (*TSIServiceTestInsertStringRecordsResult) Write

type TSIServiceTestInsertTabletArgs

type TSIServiceTestInsertTabletArgs struct {
	Req *TSInsertTabletReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertTabletArgs

func NewTSIServiceTestInsertTabletArgs() *TSIServiceTestInsertTabletArgs

func (*TSIServiceTestInsertTabletArgs) GetReq

func (*TSIServiceTestInsertTabletArgs) IsSetReq

func (p *TSIServiceTestInsertTabletArgs) IsSetReq() bool

func (*TSIServiceTestInsertTabletArgs) Read

func (*TSIServiceTestInsertTabletArgs) ReadField1

func (*TSIServiceTestInsertTabletArgs) String

func (*TSIServiceTestInsertTabletArgs) Write

type TSIServiceTestInsertTabletResult

type TSIServiceTestInsertTabletResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertTabletResult

func NewTSIServiceTestInsertTabletResult() *TSIServiceTestInsertTabletResult

func (*TSIServiceTestInsertTabletResult) GetSuccess

func (p *TSIServiceTestInsertTabletResult) GetSuccess() *TSStatus

func (*TSIServiceTestInsertTabletResult) IsSetSuccess

func (p *TSIServiceTestInsertTabletResult) IsSetSuccess() bool

func (*TSIServiceTestInsertTabletResult) Read

func (*TSIServiceTestInsertTabletResult) ReadField0

func (*TSIServiceTestInsertTabletResult) String

func (*TSIServiceTestInsertTabletResult) Write

type TSIServiceTestInsertTabletsArgs

type TSIServiceTestInsertTabletsArgs struct {
	Req *TSInsertTabletsReq `thrift:"req,1" db:"req" json:"req"`
}

Attributes:

  • Req

func NewTSIServiceTestInsertTabletsArgs

func NewTSIServiceTestInsertTabletsArgs() *TSIServiceTestInsertTabletsArgs

func (*TSIServiceTestInsertTabletsArgs) GetReq

func (*TSIServiceTestInsertTabletsArgs) IsSetReq

func (p *TSIServiceTestInsertTabletsArgs) IsSetReq() bool

func (*TSIServiceTestInsertTabletsArgs) Read

func (*TSIServiceTestInsertTabletsArgs) ReadField1

func (*TSIServiceTestInsertTabletsArgs) String

func (*TSIServiceTestInsertTabletsArgs) Write

type TSIServiceTestInsertTabletsResult

type TSIServiceTestInsertTabletsResult struct {
	Success *TSStatus `thrift:"success,0" db:"success" json:"success,omitempty"`
}

Attributes:

  • Success

func NewTSIServiceTestInsertTabletsResult

func NewTSIServiceTestInsertTabletsResult() *TSIServiceTestInsertTabletsResult

func (*TSIServiceTestInsertTabletsResult) GetSuccess

func (*TSIServiceTestInsertTabletsResult) IsSetSuccess

func (p *TSIServiceTestInsertTabletsResult) IsSetSuccess() bool

func (*TSIServiceTestInsertTabletsResult) Read

func (*TSIServiceTestInsertTabletsResult) ReadField0

func (*TSIServiceTestInsertTabletsResult) String

func (*TSIServiceTestInsertTabletsResult) Write

type TSInsertRecordReq

type TSInsertRecordReq struct {
	SessionId    int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceId     string   `thrift:"deviceId,2,required" db:"deviceId" json:"deviceId"`
	Measurements []string `thrift:"measurements,3,required" db:"measurements" json:"measurements"`
	Values       []byte   `thrift:"values,4,required" db:"values" json:"values"`
	Timestamp    int64    `thrift:"timestamp,5,required" db:"timestamp" json:"timestamp"`
}

Attributes:

  • SessionId
  • DeviceId
  • Measurements
  • Values
  • Timestamp
var TSIServiceInsertRecordArgs_Req_DEFAULT *TSInsertRecordReq
var TSIServiceTestInsertRecordArgs_Req_DEFAULT *TSInsertRecordReq

func NewTSInsertRecordReq

func NewTSInsertRecordReq() *TSInsertRecordReq

func (*TSInsertRecordReq) GetDeviceId

func (p *TSInsertRecordReq) GetDeviceId() string

func (*TSInsertRecordReq) GetMeasurements

func (p *TSInsertRecordReq) GetMeasurements() []string

func (*TSInsertRecordReq) GetSessionId

func (p *TSInsertRecordReq) GetSessionId() int64

func (*TSInsertRecordReq) GetTimestamp

func (p *TSInsertRecordReq) GetTimestamp() int64

func (*TSInsertRecordReq) GetValues

func (p *TSInsertRecordReq) GetValues() []byte

func (*TSInsertRecordReq) Read

func (p *TSInsertRecordReq) Read(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) ReadField1

func (p *TSInsertRecordReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) ReadField2

func (p *TSInsertRecordReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) ReadField3

func (p *TSInsertRecordReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) ReadField4

func (p *TSInsertRecordReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) ReadField5

func (p *TSInsertRecordReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertRecordReq) String

func (p *TSInsertRecordReq) String() string

func (*TSInsertRecordReq) Write

func (p *TSInsertRecordReq) Write(oprot thrift.TProtocol) error

type TSInsertRecordsReq

type TSInsertRecordsReq struct {
	SessionId        int64      `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceIds        []string   `thrift:"deviceIds,2,required" db:"deviceIds" json:"deviceIds"`
	MeasurementsList [][]string `thrift:"measurementsList,3,required" db:"measurementsList" json:"measurementsList"`
	ValuesList       [][]byte   `thrift:"valuesList,4,required" db:"valuesList" json:"valuesList"`
	Timestamps       []int64    `thrift:"timestamps,5,required" db:"timestamps" json:"timestamps"`
}

Attributes:

  • SessionId
  • DeviceIds
  • MeasurementsList
  • ValuesList
  • Timestamps
var TSIServiceInsertRecordsArgs_Req_DEFAULT *TSInsertRecordsReq
var TSIServiceTestInsertRecordsArgs_Req_DEFAULT *TSInsertRecordsReq

func NewTSInsertRecordsReq

func NewTSInsertRecordsReq() *TSInsertRecordsReq

func (*TSInsertRecordsReq) GetDeviceIds

func (p *TSInsertRecordsReq) GetDeviceIds() []string

func (*TSInsertRecordsReq) GetMeasurementsList

func (p *TSInsertRecordsReq) GetMeasurementsList() [][]string

func (*TSInsertRecordsReq) GetSessionId

func (p *TSInsertRecordsReq) GetSessionId() int64

func (*TSInsertRecordsReq) GetTimestamps

func (p *TSInsertRecordsReq) GetTimestamps() []int64

func (*TSInsertRecordsReq) GetValuesList

func (p *TSInsertRecordsReq) GetValuesList() [][]byte

func (*TSInsertRecordsReq) Read

func (p *TSInsertRecordsReq) Read(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) ReadField1

func (p *TSInsertRecordsReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) ReadField2

func (p *TSInsertRecordsReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) ReadField3

func (p *TSInsertRecordsReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) ReadField4

func (p *TSInsertRecordsReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) ReadField5

func (p *TSInsertRecordsReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertRecordsReq) String

func (p *TSInsertRecordsReq) String() string

func (*TSInsertRecordsReq) Write

func (p *TSInsertRecordsReq) Write(oprot thrift.TProtocol) error

type TSInsertStringRecordReq

type TSInsertStringRecordReq struct {
	SessionId    int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceId     string   `thrift:"deviceId,2,required" db:"deviceId" json:"deviceId"`
	Measurements []string `thrift:"measurements,3,required" db:"measurements" json:"measurements"`
	Values       []string `thrift:"values,4,required" db:"values" json:"values"`
	Timestamp    int64    `thrift:"timestamp,5,required" db:"timestamp" json:"timestamp"`
}

Attributes:

  • SessionId
  • DeviceId
  • Measurements
  • Values
  • Timestamp
var TSIServiceInsertStringRecordArgs_Req_DEFAULT *TSInsertStringRecordReq
var TSIServiceTestInsertStringRecordArgs_Req_DEFAULT *TSInsertStringRecordReq

func NewTSInsertStringRecordReq

func NewTSInsertStringRecordReq() *TSInsertStringRecordReq

func (*TSInsertStringRecordReq) GetDeviceId

func (p *TSInsertStringRecordReq) GetDeviceId() string

func (*TSInsertStringRecordReq) GetMeasurements

func (p *TSInsertStringRecordReq) GetMeasurements() []string

func (*TSInsertStringRecordReq) GetSessionId

func (p *TSInsertStringRecordReq) GetSessionId() int64

func (*TSInsertStringRecordReq) GetTimestamp

func (p *TSInsertStringRecordReq) GetTimestamp() int64

func (*TSInsertStringRecordReq) GetValues

func (p *TSInsertStringRecordReq) GetValues() []string

func (*TSInsertStringRecordReq) Read

func (*TSInsertStringRecordReq) ReadField1

func (p *TSInsertStringRecordReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertStringRecordReq) ReadField2

func (p *TSInsertStringRecordReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertStringRecordReq) ReadField3

func (p *TSInsertStringRecordReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertStringRecordReq) ReadField4

func (p *TSInsertStringRecordReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertStringRecordReq) ReadField5

func (p *TSInsertStringRecordReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertStringRecordReq) String

func (p *TSInsertStringRecordReq) String() string

func (*TSInsertStringRecordReq) Write

type TSInsertStringRecordsReq

type TSInsertStringRecordsReq struct {
	SessionId        int64      `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceIds        []string   `thrift:"deviceIds,2,required" db:"deviceIds" json:"deviceIds"`
	MeasurementsList [][]string `thrift:"measurementsList,3,required" db:"measurementsList" json:"measurementsList"`
	ValuesList       [][]string `thrift:"valuesList,4,required" db:"valuesList" json:"valuesList"`
	Timestamps       []int64    `thrift:"timestamps,5,required" db:"timestamps" json:"timestamps"`
}

Attributes:

  • SessionId
  • DeviceIds
  • MeasurementsList
  • ValuesList
  • Timestamps
var TSIServiceInsertStringRecordsArgs_Req_DEFAULT *TSInsertStringRecordsReq
var TSIServiceTestInsertStringRecordsArgs_Req_DEFAULT *TSInsertStringRecordsReq

func NewTSInsertStringRecordsReq

func NewTSInsertStringRecordsReq() *TSInsertStringRecordsReq

func (*TSInsertStringRecordsReq) GetDeviceIds

func (p *TSInsertStringRecordsReq) GetDeviceIds() []string

func (*TSInsertStringRecordsReq) GetMeasurementsList

func (p *TSInsertStringRecordsReq) GetMeasurementsList() [][]string

func (*TSInsertStringRecordsReq) GetSessionId

func (p *TSInsertStringRecordsReq) GetSessionId() int64

func (*TSInsertStringRecordsReq) GetTimestamps

func (p *TSInsertStringRecordsReq) GetTimestamps() []int64

func (*TSInsertStringRecordsReq) GetValuesList

func (p *TSInsertStringRecordsReq) GetValuesList() [][]string

func (*TSInsertStringRecordsReq) Read

func (*TSInsertStringRecordsReq) ReadField1

func (p *TSInsertStringRecordsReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertStringRecordsReq) ReadField2

func (p *TSInsertStringRecordsReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertStringRecordsReq) ReadField3

func (p *TSInsertStringRecordsReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertStringRecordsReq) ReadField4

func (p *TSInsertStringRecordsReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertStringRecordsReq) ReadField5

func (p *TSInsertStringRecordsReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertStringRecordsReq) String

func (p *TSInsertStringRecordsReq) String() string

func (*TSInsertStringRecordsReq) Write

type TSInsertTabletReq

type TSInsertTabletReq struct {
	SessionId    int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceId     string   `thrift:"deviceId,2,required" db:"deviceId" json:"deviceId"`
	Measurements []string `thrift:"measurements,3,required" db:"measurements" json:"measurements"`
	Values       []byte   `thrift:"values,4,required" db:"values" json:"values"`
	Timestamps   []byte   `thrift:"timestamps,5,required" db:"timestamps" json:"timestamps"`
	Types        []int32  `thrift:"types,6,required" db:"types" json:"types"`
	Size         int32    `thrift:"size,7,required" db:"size" json:"size"`
}

Attributes:

  • SessionId
  • DeviceId
  • Measurements
  • Values
  • Timestamps
  • Types
  • Size
var TSIServiceInsertTabletArgs_Req_DEFAULT *TSInsertTabletReq
var TSIServiceTestInsertTabletArgs_Req_DEFAULT *TSInsertTabletReq

func NewTSInsertTabletReq

func NewTSInsertTabletReq() *TSInsertTabletReq

func (*TSInsertTabletReq) GetDeviceId

func (p *TSInsertTabletReq) GetDeviceId() string

func (*TSInsertTabletReq) GetMeasurements

func (p *TSInsertTabletReq) GetMeasurements() []string

func (*TSInsertTabletReq) GetSessionId

func (p *TSInsertTabletReq) GetSessionId() int64

func (*TSInsertTabletReq) GetSize

func (p *TSInsertTabletReq) GetSize() int32

func (*TSInsertTabletReq) GetTimestamps

func (p *TSInsertTabletReq) GetTimestamps() []byte

func (*TSInsertTabletReq) GetTypes

func (p *TSInsertTabletReq) GetTypes() []int32

func (*TSInsertTabletReq) GetValues

func (p *TSInsertTabletReq) GetValues() []byte

func (*TSInsertTabletReq) Read

func (p *TSInsertTabletReq) Read(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField1

func (p *TSInsertTabletReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField2

func (p *TSInsertTabletReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField3

func (p *TSInsertTabletReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField4

func (p *TSInsertTabletReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField5

func (p *TSInsertTabletReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField6

func (p *TSInsertTabletReq) ReadField6(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) ReadField7

func (p *TSInsertTabletReq) ReadField7(iprot thrift.TProtocol) error

func (*TSInsertTabletReq) String

func (p *TSInsertTabletReq) String() string

func (*TSInsertTabletReq) Write

func (p *TSInsertTabletReq) Write(oprot thrift.TProtocol) error

type TSInsertTabletsReq

type TSInsertTabletsReq struct {
	SessionId        int64      `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	DeviceIds        []string   `thrift:"deviceIds,2,required" db:"deviceIds" json:"deviceIds"`
	MeasurementsList [][]string `thrift:"measurementsList,3,required" db:"measurementsList" json:"measurementsList"`
	ValuesList       [][]byte   `thrift:"valuesList,4,required" db:"valuesList" json:"valuesList"`
	TimestampsList   [][]byte   `thrift:"timestampsList,5,required" db:"timestampsList" json:"timestampsList"`
	TypesList        [][]int32  `thrift:"typesList,6,required" db:"typesList" json:"typesList"`
	SizeList         []int32    `thrift:"sizeList,7,required" db:"sizeList" json:"sizeList"`
}

Attributes:

  • SessionId
  • DeviceIds
  • MeasurementsList
  • ValuesList
  • TimestampsList
  • TypesList
  • SizeList
var TSIServiceInsertTabletsArgs_Req_DEFAULT *TSInsertTabletsReq
var TSIServiceTestInsertTabletsArgs_Req_DEFAULT *TSInsertTabletsReq

func NewTSInsertTabletsReq

func NewTSInsertTabletsReq() *TSInsertTabletsReq

func (*TSInsertTabletsReq) GetDeviceIds

func (p *TSInsertTabletsReq) GetDeviceIds() []string

func (*TSInsertTabletsReq) GetMeasurementsList

func (p *TSInsertTabletsReq) GetMeasurementsList() [][]string

func (*TSInsertTabletsReq) GetSessionId

func (p *TSInsertTabletsReq) GetSessionId() int64

func (*TSInsertTabletsReq) GetSizeList

func (p *TSInsertTabletsReq) GetSizeList() []int32

func (*TSInsertTabletsReq) GetTimestampsList

func (p *TSInsertTabletsReq) GetTimestampsList() [][]byte

func (*TSInsertTabletsReq) GetTypesList

func (p *TSInsertTabletsReq) GetTypesList() [][]int32

func (*TSInsertTabletsReq) GetValuesList

func (p *TSInsertTabletsReq) GetValuesList() [][]byte

func (*TSInsertTabletsReq) Read

func (p *TSInsertTabletsReq) Read(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField1

func (p *TSInsertTabletsReq) ReadField1(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField2

func (p *TSInsertTabletsReq) ReadField2(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField3

func (p *TSInsertTabletsReq) ReadField3(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField4

func (p *TSInsertTabletsReq) ReadField4(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField5

func (p *TSInsertTabletsReq) ReadField5(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField6

func (p *TSInsertTabletsReq) ReadField6(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) ReadField7

func (p *TSInsertTabletsReq) ReadField7(iprot thrift.TProtocol) error

func (*TSInsertTabletsReq) String

func (p *TSInsertTabletsReq) String() string

func (*TSInsertTabletsReq) Write

func (p *TSInsertTabletsReq) Write(oprot thrift.TProtocol) error

type TSOpenSessionReq

type TSOpenSessionReq struct {
	ClientProtocol TSProtocolVersion `thrift:"client_protocol,1,required" db:"client_protocol" json:"client_protocol"`
	ZoneId         string            `thrift:"zoneId,2,required" db:"zoneId" json:"zoneId"`
	Username       *string           `thrift:"username,3" db:"username" json:"username,omitempty"`
	Password       *string           `thrift:"password,4" db:"password" json:"password,omitempty"`
	Configuration  map[string]string `thrift:"configuration,5" db:"configuration" json:"configuration,omitempty"`
}

Attributes:

  • ClientProtocol
  • ZoneId
  • Username
  • Password
  • Configuration
var TSIServiceOpenSessionArgs_Req_DEFAULT *TSOpenSessionReq

func NewTSOpenSessionReq

func NewTSOpenSessionReq() *TSOpenSessionReq

func (*TSOpenSessionReq) GetClientProtocol

func (p *TSOpenSessionReq) GetClientProtocol() TSProtocolVersion

func (*TSOpenSessionReq) GetConfiguration

func (p *TSOpenSessionReq) GetConfiguration() map[string]string

func (*TSOpenSessionReq) GetPassword

func (p *TSOpenSessionReq) GetPassword() string

func (*TSOpenSessionReq) GetUsername

func (p *TSOpenSessionReq) GetUsername() string

func (*TSOpenSessionReq) GetZoneId

func (p *TSOpenSessionReq) GetZoneId() string

func (*TSOpenSessionReq) IsSetConfiguration

func (p *TSOpenSessionReq) IsSetConfiguration() bool

func (*TSOpenSessionReq) IsSetPassword

func (p *TSOpenSessionReq) IsSetPassword() bool

func (*TSOpenSessionReq) IsSetUsername

func (p *TSOpenSessionReq) IsSetUsername() bool

func (*TSOpenSessionReq) Read

func (p *TSOpenSessionReq) Read(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) ReadField1

func (p *TSOpenSessionReq) ReadField1(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) ReadField2

func (p *TSOpenSessionReq) ReadField2(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) ReadField3

func (p *TSOpenSessionReq) ReadField3(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) ReadField4

func (p *TSOpenSessionReq) ReadField4(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) ReadField5

func (p *TSOpenSessionReq) ReadField5(iprot thrift.TProtocol) error

func (*TSOpenSessionReq) String

func (p *TSOpenSessionReq) String() string

func (*TSOpenSessionReq) Write

func (p *TSOpenSessionReq) Write(oprot thrift.TProtocol) error

type TSOpenSessionResp

type TSOpenSessionResp struct {
	Status                *TSStatus         `thrift:"status,1,required" db:"status" json:"status"`
	ServerProtocolVersion TSProtocolVersion `thrift:"serverProtocolVersion,2,required" db:"serverProtocolVersion" json:"serverProtocolVersion"`
	SessionId             *int64            `thrift:"sessionId,3" db:"sessionId" json:"sessionId,omitempty"`
	Configuration         map[string]string `thrift:"configuration,4" db:"configuration" json:"configuration,omitempty"`
}

Attributes:

  • Status
  • ServerProtocolVersion
  • SessionId
  • Configuration
var TSIServiceOpenSessionResult_Success_DEFAULT *TSOpenSessionResp

func NewTSOpenSessionResp

func NewTSOpenSessionResp() *TSOpenSessionResp

func (*TSOpenSessionResp) GetConfiguration

func (p *TSOpenSessionResp) GetConfiguration() map[string]string

func (*TSOpenSessionResp) GetServerProtocolVersion

func (p *TSOpenSessionResp) GetServerProtocolVersion() TSProtocolVersion

func (*TSOpenSessionResp) GetSessionId

func (p *TSOpenSessionResp) GetSessionId() int64

func (*TSOpenSessionResp) GetStatus

func (p *TSOpenSessionResp) GetStatus() *TSStatus

func (*TSOpenSessionResp) IsSetConfiguration

func (p *TSOpenSessionResp) IsSetConfiguration() bool

func (*TSOpenSessionResp) IsSetSessionId

func (p *TSOpenSessionResp) IsSetSessionId() bool

func (*TSOpenSessionResp) IsSetStatus

func (p *TSOpenSessionResp) IsSetStatus() bool

func (*TSOpenSessionResp) Read

func (p *TSOpenSessionResp) Read(iprot thrift.TProtocol) error

func (*TSOpenSessionResp) ReadField1

func (p *TSOpenSessionResp) ReadField1(iprot thrift.TProtocol) error

func (*TSOpenSessionResp) ReadField2

func (p *TSOpenSessionResp) ReadField2(iprot thrift.TProtocol) error

func (*TSOpenSessionResp) ReadField3

func (p *TSOpenSessionResp) ReadField3(iprot thrift.TProtocol) error

func (*TSOpenSessionResp) ReadField4

func (p *TSOpenSessionResp) ReadField4(iprot thrift.TProtocol) error

func (*TSOpenSessionResp) String

func (p *TSOpenSessionResp) String() string

func (*TSOpenSessionResp) Write

func (p *TSOpenSessionResp) Write(oprot thrift.TProtocol) error

type TSProtocolVersion

type TSProtocolVersion int64
const (
	TSProtocolVersion_IOTDB_SERVICE_PROTOCOL_V1 TSProtocolVersion = 0
	TSProtocolVersion_IOTDB_SERVICE_PROTOCOL_V2 TSProtocolVersion = 1
	TSProtocolVersion_IOTDB_SERVICE_PROTOCOL_V3 TSProtocolVersion = 2
)

func TSProtocolVersionFromString

func TSProtocolVersionFromString(s string) (TSProtocolVersion, error)

func TSProtocolVersionPtr

func TSProtocolVersionPtr(v TSProtocolVersion) *TSProtocolVersion

func (TSProtocolVersion) MarshalText

func (p TSProtocolVersion) MarshalText() ([]byte, error)

func (*TSProtocolVersion) Scan

func (p *TSProtocolVersion) Scan(value interface{}) error

func (TSProtocolVersion) String

func (p TSProtocolVersion) String() string

func (*TSProtocolVersion) UnmarshalText

func (p *TSProtocolVersion) UnmarshalText(text []byte) error

func (*TSProtocolVersion) Value

func (p *TSProtocolVersion) Value() (driver.Value, error)

type TSQueryDataSet

type TSQueryDataSet struct {
	Time       []byte   `thrift:"time,1,required" db:"time" json:"time"`
	ValueList  [][]byte `thrift:"valueList,2,required" db:"valueList" json:"valueList"`
	BitmapList [][]byte `thrift:"bitmapList,3,required" db:"bitmapList" json:"bitmapList"`
}

Attributes:

  • Time
  • ValueList
  • BitmapList
var TSExecuteStatementResp_QueryDataSet_DEFAULT *TSQueryDataSet
var TSFetchResultsResp_QueryDataSet_DEFAULT *TSQueryDataSet

func NewTSQueryDataSet

func NewTSQueryDataSet() *TSQueryDataSet

func (*TSQueryDataSet) GetBitmapList

func (p *TSQueryDataSet) GetBitmapList() [][]byte

func (*TSQueryDataSet) GetTime

func (p *TSQueryDataSet) GetTime() []byte

func (*TSQueryDataSet) GetValueList

func (p *TSQueryDataSet) GetValueList() [][]byte

func (*TSQueryDataSet) Read

func (p *TSQueryDataSet) Read(iprot thrift.TProtocol) error

func (*TSQueryDataSet) ReadField1

func (p *TSQueryDataSet) ReadField1(iprot thrift.TProtocol) error

func (*TSQueryDataSet) ReadField2

func (p *TSQueryDataSet) ReadField2(iprot thrift.TProtocol) error

func (*TSQueryDataSet) ReadField3

func (p *TSQueryDataSet) ReadField3(iprot thrift.TProtocol) error

func (*TSQueryDataSet) String

func (p *TSQueryDataSet) String() string

func (*TSQueryDataSet) Write

func (p *TSQueryDataSet) Write(oprot thrift.TProtocol) error

type TSQueryNonAlignDataSet

type TSQueryNonAlignDataSet struct {
	TimeList  [][]byte `thrift:"timeList,1,required" db:"timeList" json:"timeList"`
	ValueList [][]byte `thrift:"valueList,2,required" db:"valueList" json:"valueList"`
}

Attributes:

  • TimeList
  • ValueList
var TSExecuteStatementResp_NonAlignQueryDataSet_DEFAULT *TSQueryNonAlignDataSet
var TSFetchResultsResp_NonAlignQueryDataSet_DEFAULT *TSQueryNonAlignDataSet

func NewTSQueryNonAlignDataSet

func NewTSQueryNonAlignDataSet() *TSQueryNonAlignDataSet

func (*TSQueryNonAlignDataSet) GetTimeList

func (p *TSQueryNonAlignDataSet) GetTimeList() [][]byte

func (*TSQueryNonAlignDataSet) GetValueList

func (p *TSQueryNonAlignDataSet) GetValueList() [][]byte

func (*TSQueryNonAlignDataSet) Read

func (*TSQueryNonAlignDataSet) ReadField1

func (p *TSQueryNonAlignDataSet) ReadField1(iprot thrift.TProtocol) error

func (*TSQueryNonAlignDataSet) ReadField2

func (p *TSQueryNonAlignDataSet) ReadField2(iprot thrift.TProtocol) error

func (*TSQueryNonAlignDataSet) String

func (p *TSQueryNonAlignDataSet) String() string

func (*TSQueryNonAlignDataSet) Write

func (p *TSQueryNonAlignDataSet) Write(oprot thrift.TProtocol) error

type TSRawDataQueryReq

type TSRawDataQueryReq struct {
	SessionId   int64    `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	Paths       []string `thrift:"paths,2,required" db:"paths" json:"paths"`
	FetchSize   *int32   `thrift:"fetchSize,3" db:"fetchSize" json:"fetchSize,omitempty"`
	StartTime   int64    `thrift:"startTime,4,required" db:"startTime" json:"startTime"`
	EndTime     int64    `thrift:"endTime,5,required" db:"endTime" json:"endTime"`
	StatementId int64    `thrift:"statementId,6,required" db:"statementId" json:"statementId"`
}

Attributes:

  • SessionId
  • Paths
  • FetchSize
  • StartTime
  • EndTime
  • StatementId
var TSIServiceExecuteRawDataQueryArgs_Req_DEFAULT *TSRawDataQueryReq

func NewTSRawDataQueryReq

func NewTSRawDataQueryReq() *TSRawDataQueryReq

func (*TSRawDataQueryReq) GetEndTime

func (p *TSRawDataQueryReq) GetEndTime() int64

func (*TSRawDataQueryReq) GetFetchSize

func (p *TSRawDataQueryReq) GetFetchSize() int32

func (*TSRawDataQueryReq) GetPaths

func (p *TSRawDataQueryReq) GetPaths() []string

func (*TSRawDataQueryReq) GetSessionId

func (p *TSRawDataQueryReq) GetSessionId() int64

func (*TSRawDataQueryReq) GetStartTime

func (p *TSRawDataQueryReq) GetStartTime() int64

func (*TSRawDataQueryReq) GetStatementId

func (p *TSRawDataQueryReq) GetStatementId() int64

func (*TSRawDataQueryReq) IsSetFetchSize

func (p *TSRawDataQueryReq) IsSetFetchSize() bool

func (*TSRawDataQueryReq) Read

func (p *TSRawDataQueryReq) Read(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField1

func (p *TSRawDataQueryReq) ReadField1(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField2

func (p *TSRawDataQueryReq) ReadField2(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField3

func (p *TSRawDataQueryReq) ReadField3(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField4

func (p *TSRawDataQueryReq) ReadField4(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField5

func (p *TSRawDataQueryReq) ReadField5(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) ReadField6

func (p *TSRawDataQueryReq) ReadField6(iprot thrift.TProtocol) error

func (*TSRawDataQueryReq) String

func (p *TSRawDataQueryReq) String() string

func (*TSRawDataQueryReq) Write

func (p *TSRawDataQueryReq) Write(oprot thrift.TProtocol) error

type TSSetTimeZoneReq

type TSSetTimeZoneReq struct {
	SessionId int64  `thrift:"sessionId,1,required" db:"sessionId" json:"sessionId"`
	TimeZone  string `thrift:"timeZone,2,required" db:"timeZone" json:"timeZone"`
}

Attributes:

  • SessionId
  • TimeZone
var TSIServiceSetTimeZoneArgs_Req_DEFAULT *TSSetTimeZoneReq

func NewTSSetTimeZoneReq

func NewTSSetTimeZoneReq() *TSSetTimeZoneReq

func (*TSSetTimeZoneReq) GetSessionId

func (p *TSSetTimeZoneReq) GetSessionId() int64

func (*TSSetTimeZoneReq) GetTimeZone

func (p *TSSetTimeZoneReq) GetTimeZone() string

func (*TSSetTimeZoneReq) Read

func (p *TSSetTimeZoneReq) Read(iprot thrift.TProtocol) error

func (*TSSetTimeZoneReq) ReadField1

func (p *TSSetTimeZoneReq) ReadField1(iprot thrift.TProtocol) error

func (*TSSetTimeZoneReq) ReadField2

func (p *TSSetTimeZoneReq) ReadField2(iprot thrift.TProtocol) error

func (*TSSetTimeZoneReq) String

func (p *TSSetTimeZoneReq) String() string

func (*TSSetTimeZoneReq) Write

func (p *TSSetTimeZoneReq) Write(oprot thrift.TProtocol) error

type TSStatus

type TSStatus struct {
	Code      int32       `thrift:"code,1,required" db:"code" json:"code"`
	Message   *string     `thrift:"message,2" db:"message" json:"message,omitempty"`
	SubStatus []*TSStatus `thrift:"subStatus,3" db:"subStatus" json:"subStatus,omitempty"`
}

Attributes:

  • Code
  • Message
  • SubStatus
var TSExecuteStatementResp_Status_DEFAULT *TSStatus
var TSFetchMetadataResp_Status_DEFAULT *TSStatus
var TSFetchResultsResp_Status_DEFAULT *TSStatus
var TSGetTimeZoneResp_Status_DEFAULT *TSStatus
var TSIServiceCancelOperationResult_Success_DEFAULT *TSStatus
var TSIServiceCloseOperationResult_Success_DEFAULT *TSStatus
var TSIServiceCloseSessionResult_Success_DEFAULT *TSStatus
var TSIServiceCreateMultiTimeseriesResult_Success_DEFAULT *TSStatus
var TSIServiceCreateTimeseriesResult_Success_DEFAULT *TSStatus
var TSIServiceDeleteDataResult_Success_DEFAULT *TSStatus
var TSIServiceDeleteStorageGroupsResult_Success_DEFAULT *TSStatus
var TSIServiceDeleteTimeseriesResult_Success_DEFAULT *TSStatus
var TSIServiceExecuteBatchStatementResult_Success_DEFAULT *TSStatus
var TSIServiceInsertRecordResult_Success_DEFAULT *TSStatus
var TSIServiceInsertRecordsResult_Success_DEFAULT *TSStatus
var TSIServiceInsertStringRecordResult_Success_DEFAULT *TSStatus
var TSIServiceInsertStringRecordsResult_Success_DEFAULT *TSStatus
var TSIServiceInsertTabletResult_Success_DEFAULT *TSStatus
var TSIServiceInsertTabletsResult_Success_DEFAULT *TSStatus
var TSIServiceSetStorageGroupResult_Success_DEFAULT *TSStatus
var TSIServiceSetTimeZoneResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertRecordResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertRecordsResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertStringRecordResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertStringRecordsResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertTabletResult_Success_DEFAULT *TSStatus
var TSIServiceTestInsertTabletsResult_Success_DEFAULT *TSStatus
var TSOpenSessionResp_Status_DEFAULT *TSStatus

func NewTSStatus

func NewTSStatus() *TSStatus

func (*TSStatus) GetCode

func (p *TSStatus) GetCode() int32

func (*TSStatus) GetMessage

func (p *TSStatus) GetMessage() string

func (*TSStatus) GetSubStatus

func (p *TSStatus) GetSubStatus() []*TSStatus

func (*TSStatus) IsSetMessage

func (p *TSStatus) IsSetMessage() bool

func (*TSStatus) IsSetSubStatus

func (p *TSStatus) IsSetSubStatus() bool

func (*TSStatus) Read

func (p *TSStatus) Read(iprot thrift.TProtocol) error

func (*TSStatus) ReadField1

func (p *TSStatus) ReadField1(iprot thrift.TProtocol) error

func (*TSStatus) ReadField2

func (p *TSStatus) ReadField2(iprot thrift.TProtocol) error

func (*TSStatus) ReadField3

func (p *TSStatus) ReadField3(iprot thrift.TProtocol) error

func (*TSStatus) String

func (p *TSStatus) String() string

func (*TSStatus) Write

func (p *TSStatus) Write(oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

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