[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Print index specifications in readable format.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Print ( _
	indexSpecs As QueryPlanIndex() _
) As String
C#
public static string Print (
	QueryPlanIndex[] indexSpecs
)
Visual C++
public:
static String^ Print (
	array<QueryPlanIndex^>^ indexSpecs
)

Parameters

indexSpecs
net.esper.eql.join.plan.QueryPlanIndex[]
define indexes

Return Value

readable format of index info