Versions in this module Expand all Collapse all v1 v1.1.0-alpha Oct 31, 2017 v1.0.9 Apr 20, 2018 v1.0.8 Feb 11, 2018 v1.0.7 Jan 19, 2018 v1.0.6 Jan 8, 2018 v1.0.5 Dec 26, 2017 v1.0.4 Dec 11, 2017 v1.0.3 Nov 25, 2017 v1.0.2 Nov 13, 2017 v1.0.1 Oct 31, 2017 Changes in this version type ScalarFuncSig + const ScalarFuncSig_InDecimal + const ScalarFuncSig_InDuration + const ScalarFuncSig_InInt + const ScalarFuncSig_InJson + const ScalarFuncSig_InReal + const ScalarFuncSig_InString + const ScalarFuncSig_InTime v1.0.0 Oct 16, 2017 Changes in this version + var AnalyzeType_name = map[int32]string + var AnalyzeType_value = map[string]int32 + var ErrIntOverflowAnalyze = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowExecutor = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowExpression = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowSchema = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowSelect = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAnalyze = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthExecutor = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthExpression = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthSchema = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthSelect = fmt.Errorf("proto: negative length found during unmarshaling") + var ExecType_name = map[int32]string + var ExecType_value = map[string]int32 + var ExprType_name = map[int32]string + var ExprType_value = map[string]int32 + var ScalarFuncSig_name = map[int32]string + var ScalarFuncSig_value = map[string]int32 + type Aggregation struct + AggFunc []*Expr + GroupBy []*Expr + Streamed bool + XXX_unrecognized []byte + func (*Aggregation) Descriptor() ([]byte, []int) + func (*Aggregation) ProtoMessage() + func (m *Aggregation) GetAggFunc() []*Expr + func (m *Aggregation) GetGroupBy() []*Expr + func (m *Aggregation) GetStreamed() bool + func (m *Aggregation) Marshal() (dAtA []byte, err error) + func (m *Aggregation) MarshalTo(dAtA []byte) (int, error) + func (m *Aggregation) Reset() + func (m *Aggregation) Size() (n int) + func (m *Aggregation) String() string + func (m *Aggregation) Unmarshal(dAtA []byte) error + type AnalyzeColumnsReq struct + BucketSize int64 + ColumnsInfo []*ColumnInfo + SampleSize int64 + SketchSize int64 + XXX_unrecognized []byte + func (*AnalyzeColumnsReq) Descriptor() ([]byte, []int) + func (*AnalyzeColumnsReq) ProtoMessage() + func (m *AnalyzeColumnsReq) GetBucketSize() int64 + func (m *AnalyzeColumnsReq) GetColumnsInfo() []*ColumnInfo + func (m *AnalyzeColumnsReq) GetSampleSize() int64 + func (m *AnalyzeColumnsReq) GetSketchSize() int64 + func (m *AnalyzeColumnsReq) Marshal() (dAtA []byte, err error) + func (m *AnalyzeColumnsReq) MarshalTo(dAtA []byte) (int, error) + func (m *AnalyzeColumnsReq) Reset() + func (m *AnalyzeColumnsReq) Size() (n int) + func (m *AnalyzeColumnsReq) String() string + func (m *AnalyzeColumnsReq) Unmarshal(dAtA []byte) error + type AnalyzeColumnsResp struct + Collectors []*SampleCollector + PkHist *Histogram + XXX_unrecognized []byte + func (*AnalyzeColumnsResp) Descriptor() ([]byte, []int) + func (*AnalyzeColumnsResp) ProtoMessage() + func (m *AnalyzeColumnsResp) GetCollectors() []*SampleCollector + func (m *AnalyzeColumnsResp) GetPkHist() *Histogram + func (m *AnalyzeColumnsResp) Marshal() (dAtA []byte, err error) + func (m *AnalyzeColumnsResp) MarshalTo(dAtA []byte) (int, error) + func (m *AnalyzeColumnsResp) Reset() + func (m *AnalyzeColumnsResp) Size() (n int) + func (m *AnalyzeColumnsResp) String() string + func (m *AnalyzeColumnsResp) Unmarshal(dAtA []byte) error + type AnalyzeIndexReq struct + BucketSize int64 + NumColumns int32 + XXX_unrecognized []byte + func (*AnalyzeIndexReq) Descriptor() ([]byte, []int) + func (*AnalyzeIndexReq) ProtoMessage() + func (m *AnalyzeIndexReq) GetBucketSize() int64 + func (m *AnalyzeIndexReq) GetNumColumns() int32 + func (m *AnalyzeIndexReq) Marshal() (dAtA []byte, err error) + func (m *AnalyzeIndexReq) MarshalTo(dAtA []byte) (int, error) + func (m *AnalyzeIndexReq) Reset() + func (m *AnalyzeIndexReq) Size() (n int) + func (m *AnalyzeIndexReq) String() string + func (m *AnalyzeIndexReq) Unmarshal(dAtA []byte) error + type AnalyzeIndexResp struct + Hist *Histogram + XXX_unrecognized []byte + func (*AnalyzeIndexResp) Descriptor() ([]byte, []int) + func (*AnalyzeIndexResp) ProtoMessage() + func (m *AnalyzeIndexResp) GetHist() *Histogram + func (m *AnalyzeIndexResp) Marshal() (dAtA []byte, err error) + func (m *AnalyzeIndexResp) MarshalTo(dAtA []byte) (int, error) + func (m *AnalyzeIndexResp) Reset() + func (m *AnalyzeIndexResp) Size() (n int) + func (m *AnalyzeIndexResp) String() string + func (m *AnalyzeIndexResp) Unmarshal(dAtA []byte) error + type AnalyzeReq struct + ColReq *AnalyzeColumnsReq + Flags uint64 + IdxReq *AnalyzeIndexReq + StartTs uint64 + TimeZoneOffset int64 + Tp AnalyzeType + XXX_unrecognized []byte + func (*AnalyzeReq) Descriptor() ([]byte, []int) + func (*AnalyzeReq) ProtoMessage() + func (m *AnalyzeReq) GetColReq() *AnalyzeColumnsReq + func (m *AnalyzeReq) GetFlags() uint64 + func (m *AnalyzeReq) GetIdxReq() *AnalyzeIndexReq + func (m *AnalyzeReq) GetStartTs() uint64 + func (m *AnalyzeReq) GetTimeZoneOffset() int64 + func (m *AnalyzeReq) GetTp() AnalyzeType + func (m *AnalyzeReq) Marshal() (dAtA []byte, err error) + func (m *AnalyzeReq) MarshalTo(dAtA []byte) (int, error) + func (m *AnalyzeReq) Reset() + func (m *AnalyzeReq) Size() (n int) + func (m *AnalyzeReq) String() string + func (m *AnalyzeReq) Unmarshal(dAtA []byte) error + type AnalyzeType int32 + const AnalyzeType_TypeColumn + const AnalyzeType_TypeIndex + func (AnalyzeType) EnumDescriptor() ([]byte, []int) + func (x *AnalyzeType) UnmarshalJSON(data []byte) error + func (x AnalyzeType) Enum() *AnalyzeType + func (x AnalyzeType) String() string + type Bucket struct + Count int64 + LowerBound []byte + Repeats int64 + UpperBound []byte + XXX_unrecognized []byte + func (*Bucket) Descriptor() ([]byte, []int) + func (*Bucket) ProtoMessage() + func (m *Bucket) GetCount() int64 + func (m *Bucket) GetLowerBound() []byte + func (m *Bucket) GetRepeats() int64 + func (m *Bucket) GetUpperBound() []byte + func (m *Bucket) Marshal() (dAtA []byte, err error) + func (m *Bucket) MarshalTo(dAtA []byte) (int, error) + func (m *Bucket) Reset() + func (m *Bucket) Size() (n int) + func (m *Bucket) String() string + func (m *Bucket) Unmarshal(dAtA []byte) error + type ByItem struct + Desc bool + Expr *Expr + XXX_unrecognized []byte + func (*ByItem) Descriptor() ([]byte, []int) + func (*ByItem) ProtoMessage() + func (m *ByItem) GetDesc() bool + func (m *ByItem) GetExpr() *Expr + func (m *ByItem) Marshal() (dAtA []byte, err error) + func (m *ByItem) MarshalTo(dAtA []byte) (int, error) + func (m *ByItem) Reset() + func (m *ByItem) Size() (n int) + func (m *ByItem) String() string + func (m *ByItem) Unmarshal(dAtA []byte) error + type Chunk struct + RowsData github_com_pingcap_tipb_sharedbytes.SharedBytes + RowsMeta []RowMeta + XXX_unrecognized []byte + func (*Chunk) Descriptor() ([]byte, []int) + func (*Chunk) ProtoMessage() + func (m *Chunk) GetRowsMeta() []RowMeta + func (m *Chunk) Marshal() (dAtA []byte, err error) + func (m *Chunk) MarshalTo(dAtA []byte) (int, error) + func (m *Chunk) Reset() + func (m *Chunk) Size() (n int) + func (m *Chunk) String() string + func (m *Chunk) Unmarshal(dAtA []byte) error + type ColumnInfo struct + Collation int32 + ColumnId int64 + ColumnLen int32 + Decimal int32 + DefaultVal []byte + Elems []string + Flag int32 + PkHandle bool + Tp int32 + XXX_unrecognized []byte + func (*ColumnInfo) Descriptor() ([]byte, []int) + func (*ColumnInfo) ProtoMessage() + func (m *ColumnInfo) GetCollation() int32 + func (m *ColumnInfo) GetColumnId() int64 + func (m *ColumnInfo) GetColumnLen() int32 + func (m *ColumnInfo) GetDecimal() int32 + func (m *ColumnInfo) GetDefaultVal() []byte + func (m *ColumnInfo) GetElems() []string + func (m *ColumnInfo) GetFlag() int32 + func (m *ColumnInfo) GetPkHandle() bool + func (m *ColumnInfo) GetTp() int32 + func (m *ColumnInfo) Marshal() (dAtA []byte, err error) + func (m *ColumnInfo) MarshalTo(dAtA []byte) (int, error) + func (m *ColumnInfo) Reset() + func (m *ColumnInfo) Size() (n int) + func (m *ColumnInfo) String() string + func (m *ColumnInfo) Unmarshal(dAtA []byte) error + type DAGRequest struct + Executors []*Executor + Flags uint64 + OutputOffsets []uint32 + StartTs uint64 + TimeZoneOffset int64 + XXX_unrecognized []byte + func (*DAGRequest) Descriptor() ([]byte, []int) + func (*DAGRequest) ProtoMessage() + func (m *DAGRequest) GetExecutors() []*Executor + func (m *DAGRequest) GetFlags() uint64 + func (m *DAGRequest) GetOutputOffsets() []uint32 + func (m *DAGRequest) GetStartTs() uint64 + func (m *DAGRequest) GetTimeZoneOffset() int64 + func (m *DAGRequest) Marshal() (dAtA []byte, err error) + func (m *DAGRequest) MarshalTo(dAtA []byte) (int, error) + func (m *DAGRequest) Reset() + func (m *DAGRequest) Size() (n int) + func (m *DAGRequest) String() string + func (m *DAGRequest) Unmarshal(dAtA []byte) error + type Error struct + Code int32 + Msg string + XXX_unrecognized []byte + func (*Error) Descriptor() ([]byte, []int) + func (*Error) ProtoMessage() + func (m *Error) GetCode() int32 + func (m *Error) GetMsg() string + func (m *Error) Marshal() (dAtA []byte, err error) + func (m *Error) MarshalTo(dAtA []byte) (int, error) + func (m *Error) Reset() + func (m *Error) Size() (n int) + func (m *Error) String() string + func (m *Error) Unmarshal(dAtA []byte) error + type ExecType int32 + const ExecType_TypeAggregation + const ExecType_TypeIndexScan + const ExecType_TypeLimit + const ExecType_TypeSelection + const ExecType_TypeTableScan + const ExecType_TypeTopN + func (ExecType) EnumDescriptor() ([]byte, []int) + func (x *ExecType) UnmarshalJSON(data []byte) error + func (x ExecType) Enum() *ExecType + func (x ExecType) String() string + type Executor struct + Aggregation *Aggregation + IdxScan *IndexScan + Limit *Limit + Selection *Selection + TblScan *TableScan + TopN *TopN + Tp ExecType + XXX_unrecognized []byte + func (*Executor) Descriptor() ([]byte, []int) + func (*Executor) ProtoMessage() + func (m *Executor) GetAggregation() *Aggregation + func (m *Executor) GetIdxScan() *IndexScan + func (m *Executor) GetLimit() *Limit + func (m *Executor) GetSelection() *Selection + func (m *Executor) GetTblScan() *TableScan + func (m *Executor) GetTopN() *TopN + func (m *Executor) GetTp() ExecType + func (m *Executor) Marshal() (dAtA []byte, err error) + func (m *Executor) MarshalTo(dAtA []byte) (int, error) + func (m *Executor) Reset() + func (m *Executor) Size() (n int) + func (m *Executor) String() string + func (m *Executor) Unmarshal(dAtA []byte) error + type Expr struct + Children []*Expr + FieldType *FieldType + Sig ScalarFuncSig + Tp ExprType + Val []byte + XXX_unrecognized []byte + func (*Expr) Descriptor() ([]byte, []int) + func (*Expr) ProtoMessage() + func (m *Expr) GetChildren() []*Expr + func (m *Expr) GetFieldType() *FieldType + func (m *Expr) GetSig() ScalarFuncSig + func (m *Expr) GetTp() ExprType + func (m *Expr) GetVal() []byte + func (m *Expr) Marshal() (dAtA []byte, err error) + func (m *Expr) MarshalTo(dAtA []byte) (int, error) + func (m *Expr) Reset() + func (m *Expr) Size() (n int) + func (m *Expr) String() string + func (m *Expr) Unmarshal(dAtA []byte) error + type ExprType int32 + const ExprType_Abs + const ExprType_And + const ExprType_Avg + const ExprType_BitAnd + const ExprType_BitNeg + const ExprType_BitOr + const ExprType_BitXor + const ExprType_Bytes + const ExprType_Case + const ExprType_Cast + const ExprType_Coalesce + const ExprType_ColumnRef + const ExprType_Concat + const ExprType_ConcatWS + const ExprType_Convert + const ExprType_Count + const ExprType_Date + const ExprType_DateAdd + const ExprType_DateSub + const ExprType_Day + const ExprType_DayName + const ExprType_DayOfMonth + const ExprType_DayOfWeek + const ExprType_DayOfYear + const ExprType_Div + const ExprType_EQ + const ExprType_ExprRow + const ExprType_Extract + const ExprType_First + const ExprType_Float32 + const ExprType_Float64 + const ExprType_GE + const ExprType_GT + const ExprType_Greatest + const ExprType_GroupConcat + const ExprType_Hour + const ExprType_If + const ExprType_IfNull + const ExprType_In + const ExprType_Int64 + const ExprType_IntDiv + const ExprType_IsNull + const ExprType_IsTruth + const ExprType_JsonArray + const ExprType_JsonContains + const ExprType_JsonContainsPath + const ExprType_JsonExtract + const ExprType_JsonInsert + const ExprType_JsonMerge + const ExprType_JsonObject + const ExprType_JsonRemove + const ExprType_JsonReplace + const ExprType_JsonSet + const ExprType_JsonType + const ExprType_JsonUnquote + const ExprType_JsonValid + const ExprType_LE + const ExprType_LT + const ExprType_Least + const ExprType_Left + const ExprType_LeftShift + const ExprType_Length + const ExprType_Like + const ExprType_Locate + const ExprType_Lower + const ExprType_Max + const ExprType_Microsecond + const ExprType_Min + const ExprType_Minus + const ExprType_Minute + const ExprType_Mod + const ExprType_Month + const ExprType_Mul + const ExprType_MysqlBit + const ExprType_MysqlDecimal + const ExprType_MysqlDuration + const ExprType_MysqlEnum + const ExprType_MysqlHex + const ExprType_MysqlJson + const ExprType_MysqlSet + const ExprType_MysqlTime + const ExprType_NE + const ExprType_Neg + const ExprType_Not + const ExprType_Null + const ExprType_NullEQ + const ExprType_NullIf + const ExprType_Or + const ExprType_Plus + const ExprType_Pow + const ExprType_RLike + const ExprType_Repeat + const ExprType_Replace + const ExprType_RighShift + const ExprType_Round + const ExprType_ScalarFunc + const ExprType_Second + const ExprType_Strcmp + const ExprType_String + const ExprType_Substring + const ExprType_SubstringIndex + const ExprType_Sum + const ExprType_Trim + const ExprType_Uint64 + const ExprType_Upper + const ExprType_ValueList + const ExprType_Week + const ExprType_WeekOfYear + const ExprType_Weekday + const ExprType_Xor + const ExprType_Year + const ExprType_YearWeek + func (ExprType) EnumDescriptor() ([]byte, []int) + func (x *ExprType) UnmarshalJSON(data []byte) error + func (x ExprType) Enum() *ExprType + func (x ExprType) String() string + type FMSketch struct + Hashset []uint64 + Mask uint64 + XXX_unrecognized []byte + func (*FMSketch) Descriptor() ([]byte, []int) + func (*FMSketch) ProtoMessage() + func (m *FMSketch) GetHashset() []uint64 + func (m *FMSketch) GetMask() uint64 + func (m *FMSketch) Marshal() (dAtA []byte, err error) + func (m *FMSketch) MarshalTo(dAtA []byte) (int, error) + func (m *FMSketch) Reset() + func (m *FMSketch) Size() (n int) + func (m *FMSketch) String() string + func (m *FMSketch) Unmarshal(dAtA []byte) error + type FieldType struct + Charset string + Collate int32 + Decimal int32 + Flag uint32 + Flen int32 + Tp int32 + XXX_unrecognized []byte + func (*FieldType) Descriptor() ([]byte, []int) + func (*FieldType) ProtoMessage() + func (m *FieldType) GetCharset() string + func (m *FieldType) GetCollate() int32 + func (m *FieldType) GetDecimal() int32 + func (m *FieldType) GetFlag() uint32 + func (m *FieldType) GetFlen() int32 + func (m *FieldType) GetTp() int32 + func (m *FieldType) Marshal() (dAtA []byte, err error) + func (m *FieldType) MarshalTo(dAtA []byte) (int, error) + func (m *FieldType) Reset() + func (m *FieldType) Size() (n int) + func (m *FieldType) String() string + func (m *FieldType) Unmarshal(dAtA []byte) error + type Histogram struct + Buckets []*Bucket + Ndv int64 + XXX_unrecognized []byte + func (*Histogram) Descriptor() ([]byte, []int) + func (*Histogram) ProtoMessage() + func (m *Histogram) GetBuckets() []*Bucket + func (m *Histogram) GetNdv() int64 + func (m *Histogram) Marshal() (dAtA []byte, err error) + func (m *Histogram) MarshalTo(dAtA []byte) (int, error) + func (m *Histogram) Reset() + func (m *Histogram) Size() (n int) + func (m *Histogram) String() string + func (m *Histogram) Unmarshal(dAtA []byte) error + type IndexInfo struct + Columns []*ColumnInfo + IndexId int64 + TableId int64 + Unique bool + XXX_unrecognized []byte + func (*IndexInfo) Descriptor() ([]byte, []int) + func (*IndexInfo) ProtoMessage() + func (m *IndexInfo) GetColumns() []*ColumnInfo + func (m *IndexInfo) GetIndexId() int64 + func (m *IndexInfo) GetTableId() int64 + func (m *IndexInfo) GetUnique() bool + func (m *IndexInfo) Marshal() (dAtA []byte, err error) + func (m *IndexInfo) MarshalTo(dAtA []byte) (int, error) + func (m *IndexInfo) Reset() + func (m *IndexInfo) Size() (n int) + func (m *IndexInfo) String() string + func (m *IndexInfo) Unmarshal(dAtA []byte) error + type IndexScan struct + Columns []*ColumnInfo + Desc bool + IndexId int64 + TableId int64 + XXX_unrecognized []byte + func (*IndexScan) Descriptor() ([]byte, []int) + func (*IndexScan) ProtoMessage() + func (m *IndexScan) GetColumns() []*ColumnInfo + func (m *IndexScan) GetDesc() bool + func (m *IndexScan) GetIndexId() int64 + func (m *IndexScan) GetTableId() int64 + func (m *IndexScan) Marshal() (dAtA []byte, err error) + func (m *IndexScan) MarshalTo(dAtA []byte) (int, error) + func (m *IndexScan) Reset() + func (m *IndexScan) Size() (n int) + func (m *IndexScan) String() string + func (m *IndexScan) Unmarshal(dAtA []byte) error + type KeyRange struct + High []byte + Low []byte + XXX_unrecognized []byte + func (*KeyRange) Descriptor() ([]byte, []int) + func (*KeyRange) ProtoMessage() + func (m *KeyRange) GetHigh() []byte + func (m *KeyRange) GetLow() []byte + func (m *KeyRange) Marshal() (dAtA []byte, err error) + func (m *KeyRange) MarshalTo(dAtA []byte) (int, error) + func (m *KeyRange) Reset() + func (m *KeyRange) Size() (n int) + func (m *KeyRange) String() string + func (m *KeyRange) Unmarshal(dAtA []byte) error + type Limit struct + Limit uint64 + XXX_unrecognized []byte + func (*Limit) Descriptor() ([]byte, []int) + func (*Limit) ProtoMessage() + func (m *Limit) GetLimit() uint64 + func (m *Limit) Marshal() (dAtA []byte, err error) + func (m *Limit) MarshalTo(dAtA []byte) (int, error) + func (m *Limit) Reset() + func (m *Limit) Size() (n int) + func (m *Limit) String() string + func (m *Limit) Unmarshal(dAtA []byte) error + type Projection struct + Exprs []*Expr + XXX_unrecognized []byte + func (*Projection) Descriptor() ([]byte, []int) + func (*Projection) ProtoMessage() + func (m *Projection) GetExprs() []*Expr + func (m *Projection) Marshal() (dAtA []byte, err error) + func (m *Projection) MarshalTo(dAtA []byte) (int, error) + func (m *Projection) Reset() + func (m *Projection) Size() (n int) + func (m *Projection) String() string + func (m *Projection) Unmarshal(dAtA []byte) error + type Row struct + Data []byte + Handle []byte + XXX_unrecognized []byte + func (*Row) Descriptor() ([]byte, []int) + func (*Row) ProtoMessage() + func (m *Row) GetData() []byte + func (m *Row) GetHandle() []byte + func (m *Row) Marshal() (dAtA []byte, err error) + func (m *Row) MarshalTo(dAtA []byte) (int, error) + func (m *Row) Reset() + func (m *Row) Size() (n int) + func (m *Row) String() string + func (m *Row) Unmarshal(dAtA []byte) error + type RowMeta struct + Handle int64 + Length int64 + XXX_unrecognized []byte + func (*RowMeta) Descriptor() ([]byte, []int) + func (*RowMeta) ProtoMessage() + func (m *RowMeta) GetHandle() int64 + func (m *RowMeta) GetLength() int64 + func (m *RowMeta) Marshal() (dAtA []byte, err error) + func (m *RowMeta) MarshalTo(dAtA []byte) (int, error) + func (m *RowMeta) Reset() + func (m *RowMeta) Size() (n int) + func (m *RowMeta) String() string + func (m *RowMeta) Unmarshal(dAtA []byte) error + type SampleCollector struct + Count int64 + NullCount int64 + Samples [][]byte + Sketch *FMSketch + XXX_unrecognized []byte + func (*SampleCollector) Descriptor() ([]byte, []int) + func (*SampleCollector) ProtoMessage() + func (m *SampleCollector) GetCount() int64 + func (m *SampleCollector) GetNullCount() int64 + func (m *SampleCollector) GetSamples() [][]byte + func (m *SampleCollector) GetSketch() *FMSketch + func (m *SampleCollector) Marshal() (dAtA []byte, err error) + func (m *SampleCollector) MarshalTo(dAtA []byte) (int, error) + func (m *SampleCollector) Reset() + func (m *SampleCollector) Size() (n int) + func (m *SampleCollector) String() string + func (m *SampleCollector) Unmarshal(dAtA []byte) error + type ScalarFuncSig int32 + const ScalarFuncSig_AbsDecimal + const ScalarFuncSig_AbsInt + const ScalarFuncSig_AbsReal + const ScalarFuncSig_AbsUInt + const ScalarFuncSig_BitAndSig + const ScalarFuncSig_BitNegSig + const ScalarFuncSig_BitOrSig + const ScalarFuncSig_BitXorSig + const ScalarFuncSig_CaseWhenDecimal + const ScalarFuncSig_CaseWhenDuration + const ScalarFuncSig_CaseWhenInt + const ScalarFuncSig_CaseWhenJson + const ScalarFuncSig_CaseWhenReal + const ScalarFuncSig_CaseWhenString + const ScalarFuncSig_CaseWhenTime + const ScalarFuncSig_CastDecimalAsDecimal + const ScalarFuncSig_CastDecimalAsDuration + const ScalarFuncSig_CastDecimalAsInt + const ScalarFuncSig_CastDecimalAsJson + const ScalarFuncSig_CastDecimalAsReal + const ScalarFuncSig_CastDecimalAsString + const ScalarFuncSig_CastDecimalAsTime + const ScalarFuncSig_CastDurationAsDecimal + const ScalarFuncSig_CastDurationAsDuration + const ScalarFuncSig_CastDurationAsInt + const ScalarFuncSig_CastDurationAsJson + const ScalarFuncSig_CastDurationAsReal + const ScalarFuncSig_CastDurationAsString + const ScalarFuncSig_CastDurationAsTime + const ScalarFuncSig_CastIntAsDecimal + const ScalarFuncSig_CastIntAsDuration + const ScalarFuncSig_CastIntAsInt + const ScalarFuncSig_CastIntAsJson + const ScalarFuncSig_CastIntAsReal + const ScalarFuncSig_CastIntAsString + const ScalarFuncSig_CastIntAsTime + const ScalarFuncSig_CastJsonAsDecimal + const ScalarFuncSig_CastJsonAsDuration + const ScalarFuncSig_CastJsonAsInt + const ScalarFuncSig_CastJsonAsJson + const ScalarFuncSig_CastJsonAsReal + const ScalarFuncSig_CastJsonAsString + const ScalarFuncSig_CastJsonAsTime + const ScalarFuncSig_CastRealAsDecimal + const ScalarFuncSig_CastRealAsDuration + const ScalarFuncSig_CastRealAsInt + const ScalarFuncSig_CastRealAsJson + const ScalarFuncSig_CastRealAsReal + const ScalarFuncSig_CastRealAsString + const ScalarFuncSig_CastRealAsTime + const ScalarFuncSig_CastStringAsDecimal + const ScalarFuncSig_CastStringAsDuration + const ScalarFuncSig_CastStringAsInt + const ScalarFuncSig_CastStringAsJson + const ScalarFuncSig_CastStringAsReal + const ScalarFuncSig_CastStringAsString + const ScalarFuncSig_CastStringAsTime + const ScalarFuncSig_CastTimeAsDecimal + const ScalarFuncSig_CastTimeAsDuration + const ScalarFuncSig_CastTimeAsInt + const ScalarFuncSig_CastTimeAsJson + const ScalarFuncSig_CastTimeAsReal + const ScalarFuncSig_CastTimeAsString + const ScalarFuncSig_CastTimeAsTime + const ScalarFuncSig_CeilDecToDec + const ScalarFuncSig_CeilDecToInt + const ScalarFuncSig_CeilIntToDec + const ScalarFuncSig_CeilIntToInt + const ScalarFuncSig_CeilReal + const ScalarFuncSig_CoalesceDecimal + const ScalarFuncSig_CoalesceDuration + const ScalarFuncSig_CoalesceInt + const ScalarFuncSig_CoalesceJson + const ScalarFuncSig_CoalesceReal + const ScalarFuncSig_CoalesceString + const ScalarFuncSig_CoalesceTime + const ScalarFuncSig_DecimalIsFalse + const ScalarFuncSig_DecimalIsNull + const ScalarFuncSig_DecimalIsTrue + const ScalarFuncSig_DivideDecimal + const ScalarFuncSig_DivideReal + const ScalarFuncSig_DurationIsNull + const ScalarFuncSig_EQDecimal + const ScalarFuncSig_EQDuration + const ScalarFuncSig_EQInt + const ScalarFuncSig_EQJson + const ScalarFuncSig_EQReal + const ScalarFuncSig_EQString + const ScalarFuncSig_EQTime + const ScalarFuncSig_FloorDecToDec + const ScalarFuncSig_FloorDecToInt + const ScalarFuncSig_FloorIntToDec + const ScalarFuncSig_FloorIntToInt + const ScalarFuncSig_FloorReal + const ScalarFuncSig_GEDecimal + const ScalarFuncSig_GEDuration + const ScalarFuncSig_GEInt + const ScalarFuncSig_GEJson + const ScalarFuncSig_GEReal + const ScalarFuncSig_GEString + const ScalarFuncSig_GETime + const ScalarFuncSig_GTDecimal + const ScalarFuncSig_GTDuration + const ScalarFuncSig_GTInt + const ScalarFuncSig_GTJson + const ScalarFuncSig_GTReal + const ScalarFuncSig_GTString + const ScalarFuncSig_GTTime + const ScalarFuncSig_IfDecimal + const ScalarFuncSig_IfDuration + const ScalarFuncSig_IfInt + const ScalarFuncSig_IfJson + const ScalarFuncSig_IfNullDecimal + const ScalarFuncSig_IfNullDuration + const ScalarFuncSig_IfNullInt + const ScalarFuncSig_IfNullJson + const ScalarFuncSig_IfNullReal + const ScalarFuncSig_IfNullString + const ScalarFuncSig_IfNullTime + const ScalarFuncSig_IfReal + const ScalarFuncSig_IfString + const ScalarFuncSig_IfTime + const ScalarFuncSig_IntIsFalse + const ScalarFuncSig_IntIsNull + const ScalarFuncSig_IntIsTrue + const ScalarFuncSig_JsonArraySig + const ScalarFuncSig_JsonExtractSig + const ScalarFuncSig_JsonInsertSig + const ScalarFuncSig_JsonIsNull + const ScalarFuncSig_JsonMergeSig + const ScalarFuncSig_JsonObjectSig + const ScalarFuncSig_JsonRemoveSig + const ScalarFuncSig_JsonReplaceSig + const ScalarFuncSig_JsonSetSig + const ScalarFuncSig_JsonTypeSig + const ScalarFuncSig_JsonUnquoteSig + const ScalarFuncSig_LEDecimal + const ScalarFuncSig_LEDuration + const ScalarFuncSig_LEInt + const ScalarFuncSig_LEJson + const ScalarFuncSig_LEReal + const ScalarFuncSig_LEString + const ScalarFuncSig_LETime + const ScalarFuncSig_LTDecimal + const ScalarFuncSig_LTDuration + const ScalarFuncSig_LTInt + const ScalarFuncSig_LTJson + const ScalarFuncSig_LTReal + const ScalarFuncSig_LTString + const ScalarFuncSig_LTTime + const ScalarFuncSig_LikeSig + const ScalarFuncSig_LogicalAnd + const ScalarFuncSig_LogicalOr + const ScalarFuncSig_LogicalXor + const ScalarFuncSig_MinusDecimal + const ScalarFuncSig_MinusInt + const ScalarFuncSig_MinusReal + const ScalarFuncSig_MultiplyDecimal + const ScalarFuncSig_MultiplyInt + const ScalarFuncSig_MultiplyReal + const ScalarFuncSig_NEDecimal + const ScalarFuncSig_NEDuration + const ScalarFuncSig_NEInt + const ScalarFuncSig_NEJson + const ScalarFuncSig_NEReal + const ScalarFuncSig_NEString + const ScalarFuncSig_NETime + const ScalarFuncSig_NullEQDecimal + const ScalarFuncSig_NullEQDuration + const ScalarFuncSig_NullEQInt + const ScalarFuncSig_NullEQJson + const ScalarFuncSig_NullEQReal + const ScalarFuncSig_NullEQString + const ScalarFuncSig_NullEQTime + const ScalarFuncSig_PlusDecimal + const ScalarFuncSig_PlusInt + const ScalarFuncSig_PlusReal + const ScalarFuncSig_RealIsFalse + const ScalarFuncSig_RealIsNull + const ScalarFuncSig_RealIsTrue + const ScalarFuncSig_StringIsNull + const ScalarFuncSig_TimeIsNull + const ScalarFuncSig_UnaryMinusDecimal + const ScalarFuncSig_UnaryMinusInt + const ScalarFuncSig_UnaryMinusReal + const ScalarFuncSig_UnaryNot + func (ScalarFuncSig) EnumDescriptor() ([]byte, []int) + func (x *ScalarFuncSig) UnmarshalJSON(data []byte) error + func (x ScalarFuncSig) Enum() *ScalarFuncSig + func (x ScalarFuncSig) String() string + type SelectRequest struct + Aggregates []*Expr + Distinct bool + Fields []*Expr + Flags uint64 + GroupBy []*ByItem + Having *Expr + IndexInfo *IndexInfo + Limit *int64 + OrderBy []*ByItem + Ranges []*KeyRange + StartTs uint64 + TableInfo *TableInfo + TimeZoneOffset int64 + Where *Expr + XXX_unrecognized []byte + func (*SelectRequest) Descriptor() ([]byte, []int) + func (*SelectRequest) ProtoMessage() + func (m *SelectRequest) GetAggregates() []*Expr + func (m *SelectRequest) GetDistinct() bool + func (m *SelectRequest) GetFields() []*Expr + func (m *SelectRequest) GetFlags() uint64 + func (m *SelectRequest) GetGroupBy() []*ByItem + func (m *SelectRequest) GetHaving() *Expr + func (m *SelectRequest) GetIndexInfo() *IndexInfo + func (m *SelectRequest) GetLimit() int64 + func (m *SelectRequest) GetOrderBy() []*ByItem + func (m *SelectRequest) GetRanges() []*KeyRange + func (m *SelectRequest) GetStartTs() uint64 + func (m *SelectRequest) GetTableInfo() *TableInfo + func (m *SelectRequest) GetTimeZoneOffset() int64 + func (m *SelectRequest) GetWhere() *Expr + func (m *SelectRequest) Marshal() (dAtA []byte, err error) + func (m *SelectRequest) MarshalTo(dAtA []byte) (int, error) + func (m *SelectRequest) Reset() + func (m *SelectRequest) Size() (n int) + func (m *SelectRequest) String() string + func (m *SelectRequest) Unmarshal(dAtA []byte) error + type SelectResponse struct + Chunks []Chunk + Error *Error + Rows []*Row + Warnings []*Error + XXX_unrecognized []byte + func (*SelectResponse) Descriptor() ([]byte, []int) + func (*SelectResponse) ProtoMessage() + func (m *SelectResponse) GetChunks() []Chunk + func (m *SelectResponse) GetError() *Error + func (m *SelectResponse) GetRows() []*Row + func (m *SelectResponse) GetWarnings() []*Error + func (m *SelectResponse) Marshal() (dAtA []byte, err error) + func (m *SelectResponse) MarshalTo(dAtA []byte) (int, error) + func (m *SelectResponse) Reset() + func (m *SelectResponse) Size() (n int) + func (m *SelectResponse) String() string + func (m *SelectResponse) Unmarshal(dAtA []byte) error + type Selection struct + Conditions []*Expr + XXX_unrecognized []byte + func (*Selection) Descriptor() ([]byte, []int) + func (*Selection) ProtoMessage() + func (m *Selection) GetConditions() []*Expr + func (m *Selection) Marshal() (dAtA []byte, err error) + func (m *Selection) MarshalTo(dAtA []byte) (int, error) + func (m *Selection) Reset() + func (m *Selection) Size() (n int) + func (m *Selection) String() string + func (m *Selection) Unmarshal(dAtA []byte) error + type TableInfo struct + Columns []*ColumnInfo + TableId int64 + XXX_unrecognized []byte + func (*TableInfo) Descriptor() ([]byte, []int) + func (*TableInfo) ProtoMessage() + func (m *TableInfo) GetColumns() []*ColumnInfo + func (m *TableInfo) GetTableId() int64 + func (m *TableInfo) Marshal() (dAtA []byte, err error) + func (m *TableInfo) MarshalTo(dAtA []byte) (int, error) + func (m *TableInfo) Reset() + func (m *TableInfo) Size() (n int) + func (m *TableInfo) String() string + func (m *TableInfo) Unmarshal(dAtA []byte) error + type TableScan struct + Columns []*ColumnInfo + Desc bool + TableId int64 + XXX_unrecognized []byte + func (*TableScan) Descriptor() ([]byte, []int) + func (*TableScan) ProtoMessage() + func (m *TableScan) GetColumns() []*ColumnInfo + func (m *TableScan) GetDesc() bool + func (m *TableScan) GetTableId() int64 + func (m *TableScan) Marshal() (dAtA []byte, err error) + func (m *TableScan) MarshalTo(dAtA []byte) (int, error) + func (m *TableScan) Reset() + func (m *TableScan) Size() (n int) + func (m *TableScan) String() string + func (m *TableScan) Unmarshal(dAtA []byte) error + type TopN struct + Limit uint64 + OrderBy []*ByItem + XXX_unrecognized []byte + func (*TopN) Descriptor() ([]byte, []int) + func (*TopN) ProtoMessage() + func (m *TopN) GetLimit() uint64 + func (m *TopN) GetOrderBy() []*ByItem + func (m *TopN) Marshal() (dAtA []byte, err error) + func (m *TopN) MarshalTo(dAtA []byte) (int, error) + func (m *TopN) Reset() + func (m *TopN) Size() (n int) + func (m *TopN) String() string + func (m *TopN) Unmarshal(dAtA []byte) error