Documentation
¶
Index ¶
- type DataBuilder
- func (b *DataBuilder) BuilderCreate()
- func (b *DataBuilder) BuilderEngine()
- func (b *DataBuilder) BuilderFields()
- func (b *DataBuilder) BuilderOrder()
- func (b *DataBuilder) BuilderSetting()
- func (b *DataBuilder) BuilderTTL()
- func (b *DataBuilder) BuilderWhere()
- func (b *DataBuilder) GetResult() interface{}
- func (b *DataBuilder) NewProject(params bumo.Params)
- type StreamBuilder
- func (b *StreamBuilder) BuilderCreate()
- func (b *StreamBuilder) BuilderEngine()
- func (b *StreamBuilder) BuilderFields()
- func (b *StreamBuilder) BuilderOrder()
- func (b *StreamBuilder) BuilderSetting()
- func (b *StreamBuilder) BuilderTTL()
- func (b *StreamBuilder) BuilderWhere()
- func (b *StreamBuilder) GetResult() interface{}
- func (b *StreamBuilder) NewProject(params bumo.Params)
- type ViewBuilder
- func (b *ViewBuilder) BuilderCreate()
- func (b *ViewBuilder) BuilderEngine()
- func (b *ViewBuilder) BuilderFields()
- func (b *ViewBuilder) BuilderOrder()
- func (b *ViewBuilder) BuilderSetting()
- func (b *ViewBuilder) BuilderTTL()
- func (b *ViewBuilder) BuilderWhere()
- func (b *ViewBuilder) GetResult() interface{}
- func (b *ViewBuilder) NewProject(params bumo.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataBuilder ¶
type DataBuilder struct {
QueryAssembly *bumo.QueryAssembly
}
DataBuilder stand-alone cluster version _time_ version string/float is the same sql, so we use the same data builder to finish the job.
func (*DataBuilder) BuilderCreate ¶
func (b *DataBuilder) BuilderCreate()
func (*DataBuilder) BuilderEngine ¶
func (b *DataBuilder) BuilderEngine()
func (*DataBuilder) BuilderFields ¶
func (b *DataBuilder) BuilderFields()
func (*DataBuilder) BuilderOrder ¶
func (b *DataBuilder) BuilderOrder()
func (*DataBuilder) BuilderSetting ¶
func (b *DataBuilder) BuilderSetting()
func (*DataBuilder) BuilderTTL ¶
func (b *DataBuilder) BuilderTTL()
func (*DataBuilder) BuilderWhere ¶
func (b *DataBuilder) BuilderWhere()
func (*DataBuilder) GetResult ¶
func (b *DataBuilder) GetResult() interface{}
func (*DataBuilder) NewProject ¶
func (b *DataBuilder) NewProject(params bumo.Params)
type StreamBuilder ¶
type StreamBuilder struct {
QueryAssembly *bumo.QueryAssembly
}
StreamBuilder stand-alone cluster version
func (*StreamBuilder) BuilderCreate ¶
func (b *StreamBuilder) BuilderCreate()
func (*StreamBuilder) BuilderEngine ¶
func (b *StreamBuilder) BuilderEngine()
func (*StreamBuilder) BuilderFields ¶
func (b *StreamBuilder) BuilderFields()
func (*StreamBuilder) BuilderOrder ¶
func (b *StreamBuilder) BuilderOrder()
func (*StreamBuilder) BuilderSetting ¶
func (b *StreamBuilder) BuilderSetting()
func (*StreamBuilder) BuilderTTL ¶
func (b *StreamBuilder) BuilderTTL()
func (*StreamBuilder) BuilderWhere ¶
func (b *StreamBuilder) BuilderWhere()
func (*StreamBuilder) GetResult ¶
func (b *StreamBuilder) GetResult() interface{}
func (*StreamBuilder) NewProject ¶
func (b *StreamBuilder) NewProject(params bumo.Params)
type ViewBuilder ¶
type ViewBuilder struct {
QueryAssembly *bumo.QueryAssembly
}
ViewBuilder stand-alone cluster version
func (*ViewBuilder) BuilderCreate ¶
func (b *ViewBuilder) BuilderCreate()
func (*ViewBuilder) BuilderEngine ¶
func (b *ViewBuilder) BuilderEngine()
func (*ViewBuilder) BuilderFields ¶
func (b *ViewBuilder) BuilderFields()
func (*ViewBuilder) BuilderOrder ¶
func (b *ViewBuilder) BuilderOrder()
func (*ViewBuilder) BuilderSetting ¶
func (b *ViewBuilder) BuilderSetting()
func (*ViewBuilder) BuilderTTL ¶
func (b *ViewBuilder) BuilderTTL()
func (*ViewBuilder) BuilderWhere ¶
func (b *ViewBuilder) BuilderWhere()
func (*ViewBuilder) GetResult ¶
func (b *ViewBuilder) GetResult() interface{}
func (*ViewBuilder) NewProject ¶
func (b *ViewBuilder) NewProject(params bumo.Params)
Click to show internal directories.
Click to hide internal directories.