Versions in this module Expand all Collapse all v0 v0.1.0 Nov 19, 2024 Changes in this version + var UnixTimestampMiniseconds = "2" + var UnixTimestampSeconds = "1" + func NewDatasource(ctx context.Context, settings backend.DataSourceInstanceSettings) (instancemgmt.Instance, error) + func Pointer[K any](val K) *K + func PrintDataFrame(dataFrame *data.Frame) + func QueryResultToDataFrame(dataFrameName string, output *dynamodb.ExecuteStatementOutput, ...) (*data.Frame, error) + type Attribute struct + Name string + TsFormat string + Value *data.Field + func NewAttribute(rowIndex int, name string, value *dynamodb.AttributeValue, ...) (*Attribute, error) + func (c *Attribute) Append(value *dynamodb.AttributeValue) error + func (c *Attribute) Size() int + func (c *Attribute) Type() data.FieldType + type DataRow map[string]*dynamodb.AttributeValue + type Datasource struct + Settings awsds.AWSDatasourceSettings + func CreateTestDatasource(ctx context.Context) *Datasource + func (d *Datasource) CheckHealth(ctx context.Context, req *backend.CheckHealthRequest) (*backend.CheckHealthResult, error) + func (d *Datasource) Dispose() + func (d *Datasource) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error) + type DatetimeAttribute struct + Format string + Name string + type DynamoDBDataType int + const B + const BOOL + const BS + const L + const M + const N + const NS + const NULL + const S + const SS + type ExtraPluginSettings struct + ConnectionTestTable string + type QueryModel struct + DatetimeAttributes []DatetimeAttribute + Limit int64 + QueryText string