MCPcopy Create free account

hub / github.com/cloudflare/go-stream / functions

Functions520 in github.com/cloudflare/go-stream

FunctionNewStringDimension
(i string)
cube/dimension.go:35
MethodNewSubChain
NewSubChain creates a new empty chain inheriting the properties of the parent chain Usefull for distribute/fanout building functions
stream/chain.go:17
MethodNewSubChain
()
stream/chain.go:52
MethodNewSubChain
()
stream/chain.go:151
FunctionNewTailDataOp
()
stream/util/util.go:25
FunctionNewTimeDimension
(t time.Time)
cube/dimension.go:12
FunctionNewTimePartition
(t time.Time, td time.Duration)
cube/partitionedcube.go:115
FunctionNewTimingOp
()
stream/timing/timing.go:11
FunctionNewUpsertOp
(dbconnect string, tableName string, cd cube.CubeDescriber)
cube/pg/operator.go:12
FunctionNewWriterSink
(writer io.Writer)
stream/sink/writer.go:49
FunctionNewWriterSinkAddNl
(writer io.Writer)
stream/sink/writer.go:54
FunctionNewWriterSinkLengthDelim
(writer io.Writer)
stream/sink/writer.go:59
MethodNotificationChannel
()
stream/ProcessedNotifier.go:34
MethodNotify
(count uint)
stream/ProcessedNotifier.go:22
MethodNumPartitions
()
cube/partitionedcube.go:191
MethodOperators
()
stream/chain.go:43
MethodOperators
()
stream/runner.go:32
MethodOut
()
stream/util.go:40
MethodOut
(num int)
stream/mapper/output.go:13
MethodOut
(num int)
stream/mapper/orderpreserving.go:28
MethodPopTopPartition
()
cube/partitionedcube.go:154
MethodPort
()
cluster/node.go:17
MethodPort
()
cluster/node.go:38
MethodPort
()
cluster/node.go:67
MethodPrintFormat
()
cube/pg/table.go:38
MethodPrintInterface
(in interface{})
cube/pg/table.go:42
MethodPrintInterface
(in interface{})
cube/pg/table.go:71
MethodPrintInterface
This guy is how the value is supposed to be printed out (for a COPY command to PG).
cube/pg/table.go:96
FunctionProtobufGeneralDecoder
* Example Decoder Usage decGenFn := func () interface{} { decoder := encoding.ProtobufGeneralDecoder() return func(in []byte) []<protobuf object> {
stream/encoding/protobuf.go:23
MethodReadNext
()
stream/source/reader.go:34
MethodReadNext
()
util/util.go:23
MethodReadNext
()
util/util.go:75
MethodReset
()
util/util.go:151
MethodRun
()
transport/server.go:53
MethodRun
()
stream/fanout.go:33
MethodRun
* Operator compatibility */
stream/chain.go:120
MethodRun
Init() bool //?? do we want this? Run runs the operation of the stream. It should never return before all the goroutines it started have quit It sho
stream/operator.go:23
MethodRun
()
stream/distributor.go:38
MethodRun
()
stream/batcher.go:65
MethodRun
()
stream/mapper/orderpreserving.go:119
MethodRun
()
stream/mapper/operator.go:139
MethodRun
()
stream/sink/interfacewriter.go:15
MethodRun
()
stream/sink/writer.go:64
MethodRun
()
stream/sink/zmq/zmq.go:27
MethodRun
()
stream/sink/print/print.go:24
MethodRun
()
stream/source/reader.go:108
MethodRun
()
stream/source/interfacereader.go:15
MethodRun
()
stream/source/zmq/zmq.go:29
MethodRun
()
stream/source/unixgram/unixgram.go:56
MethodScan
(pos int)
util/util.go:84
MethodSelectFromTableSql
(where *string, limit *string, offset *string)
cube/pg/table.go:261
MethodSetEnableSoftClose
(flag bool)
transport/server.go:32
MethodSetIn
(ch chan Object)
stream/chain.go:178
MethodSetIn
(c chan Object)
stream/util.go:28
MethodSetName
(string)
stream/chain.go:13
MethodSetName
(name string)
stream/chain.go:47
MethodSetNotifier
(n stream.ProcessedNotifier)
transport/client.go:41
MethodSetOut
(c chan Object)
stream/util.go:44
MethodSetParallel
(flag bool)
stream/mapper/operator.go:83
MethodSetTimeouts
(td time.Duration)
stream/batcher.go:36
MethodStart
(out chan stream.Object)
stream/mapper/worker.go:88
MethodStop
Stop force a hard close of the stream. Look at HardStopChannelCloser for a possible implementation. Should be thread-safe Stop will only be called onc
stream/operator.go:27
MethodStop
()
stream/util.go:7
MethodStop
()
stream/source/reader.go:30
MethodStop
()
stream/source/reader.go:102
MethodStop
()
util/util.go:32
FunctionTestAdd
(t *testing.T)
cube/pg/hll/hll_test.go:27
FunctionTestAddInts
(t *testing.T)
cube/pg/hll/hll_test.go:36
FunctionTestGob
*import ( "bytes" "encoding/gob" "log" )*/ import "log" import "github.com/cloudflare/go-stream/stream/encoding"
stream/encoding/gob_test.go:22
FunctionTestInsert
(t *testing.T)
cube/cube_test.go:7
FunctionTestInsertToDb
(t *testing.T)
cube/pg/table_test.go:133
FunctionTestNoOrder
(t *testing.T)
stream/test/order_test.go:13
FunctionTestOpenClose
(t *testing.T)
cube/pg/hll/hll_test.go:11
FunctionTestOpenCloseDefault
(t *testing.T)
cube/pg/hll/hll_test.go:19
FunctionTestOrder
(t *testing.T)
stream/test/order_test.go:53
FunctionTestSendBig
(t *testing.T)
transport/reliable_test.go:218
FunctionTestSerialize
(t *testing.T)
cube/pg/hll/hll_test.go:103
FunctionTestServerFailed
(t *testing.T)
transport/reliable_test.go:120
FunctionTestServerLateStart
(t *testing.T)
transport/reliable_test.go:67
FunctionTestSimpleTransfer
(t *testing.T)
transport/reliable_test.go:18
FunctionTestSoftClose
(t *testing.T)
transport/reliable_test.go:258
FunctionTestUnion
(t *testing.T)
cube/pg/hll/hll_test.go:73
FunctionTestZmqget
(t *testing.T)
stream/source/zmq/zmq_test.go:10
MethodTime
()
cube/dimension.go:21
MethodTypeName
()
cube/pg/table.go:51
MethodTypeName
()
cube/pg/table.go:59
MethodTypeName
()
cube/pg/table.go:67
MethodTypeName
()
cube/pg/table.go:91
MethodUpdateSql
(intoTableName string, updateTableName string)
cube/pg/table.go:80
MethodUpdateSql
(intoTableName string, updateTableName string)
cube/pg/table.go:107
MethodValidate
(inCh chan stream.Object, typeName string)
stream/mapper/worker.go:49
MethodValidate
(inCh chan stream.Object, typeName string)
stream/mapper/worker.go:107
MethodVisit
(visitor func(Dimensions, Aggregates))
cube/partitionedcube.go:44
MethodVisit
(v func(Dimensions, Aggregates))
cube/cube.go:76
MethodVisitPartitions
(visitor func(Partition, Cuber))
cube/partitionedcube.go:97
MethodWrite
(p []byte)
util/util.go:18
MethodWrite
(p interface{})
util/util.go:70
Functioncheck_metadata
cube/pg/hll/hll.c:408
Functionhll_empty
Create an empty multiset with default parameters. @TODO -- malloc's a pointer but doesn't free it. Must remember to free when done.
cube/pg/hll/hll.c:1409
Functionhll_hash_4bytes
Hash a 4 byte fixed-size object.
cube/pg/hll/hll.c:1327
← previousnext →401–500 of 520, ranked by callers