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

Determine stream id and property type given an unresolved property name anda stream name that may also be part of the property name.<p>For example: select s0.p1 from... p1 is the property name, s0 the stream name, however this could also be a nested property

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

Syntax

Visual Basic (Declaration)
Protected Shared Function GetTypeFromStream ( _
	streamTypeService As StreamTypeService, _
	unresolvedPropertyName As String, _
	streamOrPropertyName As String _
) As Pair(Of PropertyResolutionDescriptor, String)
C#
protected static Pair<PropertyResolutionDescriptor, string> GetTypeFromStream (
	StreamTypeService streamTypeService,
	string unresolvedPropertyName,
	string streamOrPropertyName
)
Visual C++
protected:
static Pair<PropertyResolutionDescriptor^, String^>^ GetTypeFromStream (
	StreamTypeService^ streamTypeService, 
	String^ unresolvedPropertyName, 
	String^ streamOrPropertyName
)

Parameters

streamTypeService
net.esper.eql.core.StreamTypeService
service for type infos
unresolvedPropertyName
System.String
property name
streamOrPropertyName
System.String
stream name, this can also be the first part of the property name

Return Value

pair of stream number and property type