Cmdlets for Apache Impala

Build 23.0.8839

Select-ApacheImpala Cmdlet

Parameters   Output Objects  

Apache Impala データを検索します。

Syntax

Select-ApacheImpala [parameters]

Remarks

Select-ApacheImpala コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてApache Impala データを検索できます。

$conn = Connect-ApacheImpala -Server '127.0.0.1' -Port '21050'
Select-ApacheImpala -Connection $conn -Table "[CData].[Default].Customers" -Columns @("City","CompanyName") -Where "Country='US'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839