Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultOptions = Options{PollIntervalSeconds: 0.1, BatchSize: 1024}
)
Functions ¶
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func (*Connection) Close ¶
func (c *Connection) Close() error
type RowSet ¶
type RowSet interface {
Columns() []string
Next() bool
Scan(dest ...interface{}) error
Poll() (*Status, error)
Wait() (*Status, error)
FetchAll() []map[string]interface{}
Close() (err error)
}
A RowSet represents an asyncronous hive operation. You can Reattach to a previously submitted hive operation if you have a valid thrift client, and the serialized Handle() from the prior operation.
Directories
¶
| Path | Synopsis |
|---|---|
|
services
|
|
|
beeswax/beeswax_service-remote
command
|
|
|
fb303/facebook_service-remote
command
|
|
Click to show internal directories.
Click to hide internal directories.