Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomLogTable ¶ added in v0.1.4
type CustomLogTable struct {
table.CustomTableImpl
}
CustomLogTable is a CustomTable implementation for a fully custom table, where the format and table def are provided by the partition config
func (*CustomLogTable) GetSourceMetadata ¶ added in v0.1.4
func (c *CustomLogTable) GetSourceMetadata() ([]*table.SourceMetadata[*types.DynamicRow], error)
func (*CustomLogTable) GetTableDefinition ¶ added in v0.1.4
func (c *CustomLogTable) GetTableDefinition() *schema.TableSchema
func (*CustomLogTable) Identifier ¶ added in v0.1.4
func (c *CustomLogTable) Identifier() string
Click to show internal directories.
Click to hide internal directories.