Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToProtoJoinType ¶
func ToProtoJoinType(joinType JoinType) proto.Join_JoinType
func ToProtoStorageLevel ¶
func ToProtoStorageLevel(level StorageLevel) *proto.StorageLevel
func WarnOnError ¶
Types ¶
type ExplainMode ¶
type ExplainMode int
const ( ExplainModeSimple ExplainMode = iota ExplainModeExtended ExplainMode = iota ExplainModeCodegen ExplainMode = iota ExplainModeCost ExplainMode = iota ExplainModeFormatted ExplainMode = iota )
type StorageLevel ¶
type StorageLevel int
const ( StorageLevelDiskOnly StorageLevel = iota StorageLevelDiskOnly2 StorageLevel = iota StorageLevelDiskOnly3 StorageLevel = iota StorageLevelMemoryAndDisk StorageLevel = iota StorageLevelMemoryAndDisk2 StorageLevel = iota StorageLevelMemoryOnly StorageLevel = iota StorageLevelMemoryOnly2 StorageLevel = iota StorageLevelMemoyAndDiskDeser StorageLevel = iota StorageLevelNone StorageLevel = iota StorageLevelOffHeap StorageLevel = iota )
func FromProtoStorageLevel ¶
func FromProtoStorageLevel(level *proto.StorageLevel) StorageLevel
Click to show internal directories.
Click to hide internal directories.