Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfigFile = "cli.yaml" HistoryFile = "cli.hist" )
View Source
const ( ClusterFLag = "cluster" DescriptionFlag = "description" WorkspaceFlag = "workspace" WorkspaceShortFlag = "W" RetentionFlag = "retention" CompressionFlag = "compression" IntegrationFlag = "integration" RegionFlag = "region" BucketFlag = "bucket" PatternFlag = "pattern" RoleARNFlag = "role-arn" DatasetFlag = "dataset" WaitFlag = "wait" ValidateFlag = "validate" FileFlag = "file" ContextFLag = "context" DebugFlag = "debug" SizeFlag = "size" IngestTransformation = "ingest-transformation" FormatFlag = "format" WideFlag = "wide" HeaderFlag = "header" )
View Source
const ( DefaultFormat = "table" DefaultWorkspace = "commons" AllWorkspaces = "all" )
View Source
const VersionURL = "http://rockset.sh/install/version.json"
Variables ¶
View Source
var ( R = color.CyanString("[") + color.MagentaString("R") + color.CyanString("]") Rockset = color.CyanString("[") + color.MagentaString("Rockset") + color.CyanString("]") Version = "development" )
View Source
var VINotFoundErr = errors.New("virtual instance not found")
Functions ¶
func NewRootCmd ¶
func VersionCheck ¶ added in v0.0.2
Types ¶
type DocumentAdder ¶
type StreamConfig ¶
type Streamer ¶
type Streamer struct {
StreamConfig
// contains filtered or unexported fields
}
func NewStreamer ¶
func NewStreamer(s DocumentAdder, cfg StreamConfig) Streamer
Click to show internal directories.
Click to hide internal directories.